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