OBJECT
GraphQLSubscriptionEdge
An edge in a connection.
link GraphQL Schema definition
1 type GraphQLSubscriptionEdge { 2 3 # The item at the end of the edge 4 : GraphQLSubscription 5 6 # A cursor for use in pagination 7 : String! 8 9 }
OBJECT
An edge in a connection.
1 type GraphQLSubscriptionEdge { 2 3 # The item at the end of the edge 4 : GraphQLSubscription 5 6 # A cursor for use in pagination 7 : String! 8 9 }