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