publications
Fetchs a list of publications.
publications(
after: String
before: String
filterBy: PublicationFilter
first: Int
last: Int
orderBy: PublicationOrder
): PublicationConnection!
Arguments
publications.after ● String scalar
Returns the elements in the list that come after the specified cursor.
publications.before ● String scalar
Returns the elements in the list that come before the specified cursor.
publications.filterBy ● PublicationFilter input
Filtering options for the publications.
publications.first ● Int scalar
Returns the first n elements from the list.
publications.last ● Int scalar
Returns the last n elements from the list.
publications.orderBy ● PublicationOrder input
Ordering options for the publications.
Type
PublicationConnection object
The connection type for publications.