OBJECT

FieldsConnection

Connection Type for Field

link GraphQL Schema definition

  • type FieldsConnection {
  • # List of nodes
  • nodes: [Field!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by