OBJECT

ProtocolGroupItemConnection

A connection to a list of items.

link GraphQL Schema definition

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