Skip to main content

appSubscriptions

appSubscriptions(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: AppSubscriptionOrder
where: AppSubscriptionWhereInput
): AppSubscriptionConnection!

Arguments

appSubscriptions.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

appSubscriptions.first ● Int scalar

Returns the first n elements from the list.

appSubscriptions.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

appSubscriptions.last ● Int scalar

Returns the last n elements from the list.

appSubscriptions.orderBy ● AppSubscriptionOrder input

Ordering options for AppSubscriptions returned from the connection.

appSubscriptions.where ● AppSubscriptionWhereInput input

Filtering options for AppSubscriptions returned from the connection.

Type

AppSubscriptionConnection object

A connection to a list of items.