statuses
Find statuses
statuses(
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): StatusConnection
Arguments
statuses.after ● String scalar
Returns the elements in the list that come after the specified cursor.
statuses.before ● String scalar
Returns the elements in the list that come before the specified cursor.
statuses.createdAt ● DateTimeRange input
Filter by created at
statuses.first ● Int scalar
Returns the first _n_ elements from the list.
statuses.ids ● [ID!] list scalar
Filter by IDs
statuses.last ● Int scalar
Returns the last _n_ elements from the list.
statuses.sort ● [Sort!] list input
Sort result
statuses.updatedAt ● DateTimeRange input
Filter by updated at
Type
StatusConnection object
The connection type for Status.