OBJECT

CheckConnection

The connection type for Check.

link GraphQL Schema definition

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

link Require by