OBJECT
ProtocolDetailsEdge
An edge in a connection.
link GraphQL Schema definition
- type ProtocolDetailsEdge {
- # The item at the end of the edge
- ProtocolDetails :
- # A cursor for use in pagination
- String! :
- }
OBJECT
An edge in a connection.
- type ProtocolDetailsEdge {
- # The item at the end of the edge
- ProtocolDetails :
- # A cursor for use in pagination
- String! :
- }