OBJECT

FieldConnection

The connection type for Field.

link GraphQL Schema definition

  • type FieldConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [FieldEdge]
  • # A list of nodes.
  • nodes: [Field]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by