INTERFACE
DiscussionsConnectionInterface
link GraphQL Schema definition
- interface DiscussionsConnectionInterface {
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # filterParams: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- DiscussionFilter :
- ): DiscussionConnection!
- }