Skip to main content

commentReactions

Reads a set of CommentReaction.

commentReactions(
first: Int
offset: Int
orderBy: [CommentReactionsOrderBy!]
condition: CommentReactionCondition
filter: CommentReactionFilter
): [CommentReaction!]

Arguments

commentReactions.first ● Int scalar

Only read the first n values of the set.

commentReactions.offset ● Int scalar

Skip the first n values.

commentReactions.orderBy ● [CommentReactionsOrderBy!] list enum

The method to use when ordering CommentReaction.

commentReactions.condition ● CommentReactionCondition input

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

commentReactions.filter ● CommentReactionFilter input

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

Type

CommentReaction object