Skip to main content

StoryExtra

Extra data for story

type StoryExtra {
accountId: Int!
articleCount: Int!
attachmentsCount: Int!
categoryId: Int
categoryName: String
createdByClient: ClientType
customerIds: [Int!]!
id: Int!
linksCount: Int!
personaIds: [Int!]!
secondaryArticleCount: Int!
secondaryTopicIds: [Int!]!
taskCount: Int!
teamAssignmentStartedAt: ISO8601Date
topicName: String
}

Fields

StoryExtra.accountId ● Int! non-null scalar

Account id

StoryExtra.articleCount ● Int! non-null scalar

Article count

StoryExtra.attachmentsCount ● Int! non-null scalar

Attachment count

StoryExtra.categoryId ● Int scalar

Category id

StoryExtra.categoryName ● String scalar

Category name

StoryExtra.createdByClient ● ClientType enum

Client that created the story

StoryExtra.customerIds ● [Int!]! non-null scalar

Customer ids

StoryExtra.id ● Int! non-null scalar

Id

Link count

StoryExtra.personaIds ● [Int!]! non-null scalar

Persona ids

StoryExtra.secondaryArticleCount ● Int! non-null scalar

Secondary article count

StoryExtra.secondaryTopicIds ● [Int!]! non-null scalar

Secondary topic ids

StoryExtra.taskCount ● Int! non-null scalar

Task count

StoryExtra.teamAssignmentStartedAt ● ISO8601Date scalar

Team assignment started at

StoryExtra.topicName ● String scalar

Topic name

Member Of

Story object