Skip to main content

postings

Find postings

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

Arguments

postings.createdAt ● DateTimeRange input

Filter by created at

postings.updatedAt ● DateTimeRange input

Filter by updated at

postings.articleIds ● [ID!] list scalar

Filter by article ids

postings.blueprintIds ● [ID!] list scalar

Filter by blueprint ids

postings.ids ● [ID!] list scalar

Filter by IDs

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.after ● String scalar

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

postings.before ● String scalar

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

postings.first ● Int scalar

Returns the first _n_ elements from the list.

postings.last ● Int scalar

Returns the last _n_ elements from the list.

Type

PostingConnection object

The connection type for Posting.