OBJECT

ProtocolGroupEdge

An edge in a connection.

link GraphQL Schema definition

  • type ProtocolGroupEdge {
  • # The item at the end of the edge
  • node: ProtocolGroup
  • # A cursor for use in pagination
  • cursor: String!
  • }