StoryStatus
Represents a story status in the system.
type StoryStatus {
accountId: Int!
archived: Boolean!
color: String
completed: Boolean!
createdAt: ISO8601DateTime!
deactivatedAt: ISO8601DateTime
decided: Boolean!
hasStories(filters: [InputFilter!]): Boolean!
id: Int!
idea: Boolean!
inImplementation: Boolean!
name: String!
note: String!
order: Int!
snoozed: Boolean!
storiesCount(filters: [InputFilter!]): Int!
updatedAt: ISO8601DateTime!
}
Fields
StoryStatus.accountId ● Int! non-null scalar
Account id to which the story status belongs
StoryStatus.archived ● Boolean! non-null scalar
Indicates if the story status is archived
StoryStatus.color ● String scalar
Color of the story status
StoryStatus.completed ● Boolean! non-null scalar
Indicates if the story status is completed
StoryStatus.createdAt ● ISO8601DateTime! non-null scalar
Created at
StoryStatus.deactivatedAt ● ISO8601DateTime scalar
Deactivation date
StoryStatus.decided ● Boolean! non-null scalar
Indicates if the story status is decided
StoryStatus.hasStories ● Boolean! non-null scalar
Indicates if the story status has stories
StoryStatus.hasStories.filters ● [InputFilter!] list input
Filter has_stories by provided filters
StoryStatus.id ● Int! non-null scalar
Id of the story status
StoryStatus.idea ● Boolean! non-null scalar
Indicates if the story status is an idea
StoryStatus.inImplementation ● Boolean! non-null scalar
Indicates if the story status is in implementation
StoryStatus.name ● String! non-null scalar
Name of the story status
StoryStatus.note ● String! non-null scalar
Note about the story status
StoryStatus.order ● Int! non-null scalar
Order of the story status
StoryStatus.snoozed ● Boolean! non-null scalar
Indicates if the story status is snoozed
StoryStatus.storiesCount ● Int! non-null scalar
Stories count
StoryStatus.storiesCount.filters ● [InputFilter!] list input
Filter stories_count by provided filters
StoryStatus.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Member Of
Story object ● StoryStatusConnection object ● StoryStatusEdge object