UserSubscriptionsConnection
A connection to a list of UserSubscription values.
type UserSubscriptionsConnection {
nodes: [UserSubscription!]!
edges: [UserSubscriptionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
UserSubscriptionsConnection.nodes ● [UserSubscription!]! non-null object
A list of UserSubscription objects.
UserSubscriptionsConnection.edges ● [UserSubscriptionsEdge!]! non-null object
A list of edges which contains the UserSubscription and cursor to aid in pagination.
UserSubscriptionsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
UserSubscriptionsConnection.totalCount ● Int! non-null scalar
The count of *all* UserSubscription you could get from the connection.