UserSubscriptionsEdge
A UserSubscription edge in the connection.
type UserSubscriptionsEdge {
cursor: Cursor
node: UserSubscription!
}
Fields
UserSubscriptionsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
UserSubscriptionsEdge.node ● UserSubscription! non-null object
The UserSubscription at the end of the edge.
Member Of
CreateUserSubscriptionPayload object ● DeleteUserSubscriptionPayload object ● UpdateUserSubscriptionPayload object ● UserSubscriptionsConnection object