Skip to main content

customReactions

Reads a set of CustomReaction.

customReactions(
first: Int
offset: Int
orderBy: [CustomReactionsOrderBy!]
condition: CustomReactionCondition
filter: CustomReactionFilter
): [CustomReaction!]

Arguments

customReactions.first ● Int scalar

Only read the first n values of the set.

customReactions.offset ● Int scalar

Skip the first n values.

customReactions.orderBy ● [CustomReactionsOrderBy!] list enum

The method to use when ordering CustomReaction.

customReactions.condition ● CustomReactionCondition input

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

customReactions.filter ● CustomReactionFilter input

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

Type

CustomReaction object