OBJECT

ExclusionConnection

A connection to a list of items.

link GraphQL Schema definition

  • type ExclusionConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [ExclusionEdge]
  • # A list of Exclusion nodes.
  • nodes: [Exclusion!]!
  • # The total count of items in the connection.
  • totalCount: Int!
  • }