Skip to main content

discussions

Reads a set of Discussion.

discussions(
first: Int
offset: Int
orderBy: [DiscussionsOrderBy!]
condition: DiscussionCondition
filter: DiscussionFilter
): [Discussion!]

Arguments

discussions.first ● Int scalar

Only read the first n values of the set.

discussions.offset ● Int scalar

Skip the first n values.

discussions.orderBy ● [DiscussionsOrderBy!] list enum

The method to use when ordering Discussion.

discussions.condition ● DiscussionCondition input

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

discussions.filter ● DiscussionFilter input

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

Type

Discussion object