comments
Reads a set of Comment.
comments(
first: Int
offset: Int
orderBy: [CommentsOrderBy!]
condition: CommentCondition
filter: CommentFilter
): [Comment!]
Arguments
comments.first ● Int scalar
Only read the first n values of the set.
comments.offset ● Int scalar
Skip the first n values.
comments.orderBy ● [CommentsOrderBy!] list enum
The method to use when ordering Comment.
comments.condition ● CommentCondition input
A condition to be used in determining which values should be returned by the collection.
comments.filter ● CommentFilter input
A filter to be used in determining which values should be returned by the collection.