OBJECT

OptionTypesConnection

The connection type for OptionType.

link GraphQL Schema definition

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