OBJECT

PrototypesConnection

The connection type for Prototype.

link GraphQL Schema definition

  • type PrototypesConnection {
  • # A list of edges.
  • edges: [PrototypesEdge]
  • # A list of nodes.
  • nodes: [Prototype]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }