Skip to main content

storyStatuses

Find story statuses

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

Arguments

storyStatuses.sort ● [Sort!] list input

Sort result

storyStatuses.createdAt ● DateTimeRange input

Filter by created at

storyStatuses.updatedAt ● DateTimeRange input

Filter by updated at

storyStatuses.after ● String scalar

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

storyStatuses.before ● String scalar

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

storyStatuses.first ● Int scalar

Returns the first _n_ elements from the list.

storyStatuses.last ● Int scalar

Returns the last _n_ elements from the list.

Type

StoryStatusConnection object

The connection type for StoryStatus.