Skip to main content

postings

Find postings

postings(
after: String
articleIds: [ID!]
before: String
blueprintIds: [ID!]
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
posted: Boolean
sentToPublish: Boolean
serviceIds: [ID!]
updatedAt: DateTimeRange
): PostingConnection

Arguments

postings.after ● String scalar

Returns the elements in the list that come after the specified cursor.

postings.articleIds ● [ID!] list scalar

Filter by article ids

postings.before ● String scalar

Returns the elements in the list that come before the specified cursor.

postings.blueprintIds ● [ID!] list scalar

Filter by blueprint ids

postings.createdAt ● DateTimeRange input

Filter by created at

postings.first ● Int scalar

Returns the first _n_ elements from the list.

postings.ids ● [ID!] list scalar

Filter by IDs

postings.last ● Int scalar

Returns the last _n_ elements from the list.

postings.posted ● Boolean scalar

Filter by posted status

postings.sentToPublish ● Boolean scalar

Filter by sent to publish

postings.serviceIds ● [ID!] list scalar

Filter by service ids

postings.updatedAt ● DateTimeRange input

Filter by updated at

Type

PostingConnection object

The connection type for Posting.