OBJECT

EappStateConnection

The connection type for EappState.

link GraphQL Schema definition

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

link Require by