storyStatuses
Find story statuses
storyStatuses(
after: String
before: String
createdAt: DateTimeRange
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): StoryStatusConnection
Arguments
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.createdAt ● DateTimeRange input
Filter by created at
storyStatuses.first ● Int scalar
Returns the first _n_ elements from the list.
storyStatuses.last ● Int scalar
Returns the last _n_ elements from the list.
storyStatuses.sort ● [Sort!] list input
Sort result
storyStatuses.updatedAt ● DateTimeRange input
Filter by updated at
Type
StoryStatusConnection object
The connection type for StoryStatus.