customPostings
Custom postings
customPostings(
after: String
before: String
filters: CustomPostingsIndexFilterInput = { }
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
): CustomPostingConnection
Arguments
customPostings.after ● String scalar
Returns the elements in the list that come after the specified cursor.
customPostings.before ● String scalar
Returns the elements in the list that come before the specified cursor.
customPostings.filters ● CustomPostingsIndexFilterInput input
Filters
customPostings.first ● Int scalar
Returns the first _n_ elements from the list.
customPostings.last ● Int scalar
Returns the last _n_ elements from the list.
customPostings.sort ● [Sort!] list input
Sort result
Type
CustomPostingConnection object
The connection type for CustomPosting.