OBJECT

PhoneConnection

The connection type for Phone.

link GraphQL Schema definition

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

link Require by