Skip to main content

userSubscriptions

Reads a set of UserSubscription.

userSubscriptions(
first: Int
offset: Int
orderBy: [UserSubscriptionsOrderBy!]
condition: UserSubscriptionCondition
filter: UserSubscriptionFilter
): [UserSubscription!]

Arguments

userSubscriptions.first ● Int scalar

Only read the first n values of the set.

userSubscriptions.offset ● Int scalar

Skip the first n values.

userSubscriptions.orderBy ● [UserSubscriptionsOrderBy!] list enum

The method to use when ordering UserSubscription.

userSubscriptions.condition ● UserSubscriptionCondition input

A condition to be used in determining which values should be returned by the collection.

userSubscriptions.filter ● UserSubscriptionFilter input

A filter to be used in determining which values should be returned by the collection.

Type

UserSubscription object