Skip to main content

statuses

Find statuses

statuses(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
ids: [ID!]
after: String
before: String
first: Int
last: Int
): StatusConnection

Arguments

statuses.sort ● [Sort!] list input

Sort result

statuses.createdAt ● DateTimeRange input

Filter by created at

statuses.updatedAt ● DateTimeRange input

Filter by updated at

statuses.ids ● [ID!] list scalar

Filter by IDs

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.first ● Int scalar

Returns the first _n_ elements from the list.

statuses.last ● Int scalar

Returns the last _n_ elements from the list.

Type

StatusConnection object

The connection type for Status.