TeamRole
Team role
type TeamRole {
description: String
id: ID!
name: String!
storyOwner: Boolean!
}
Fields
TeamRole.description ● String scalar
Role description
TeamRole.id ● ID! non-null scalar
Role id
TeamRole.name ● String! non-null scalar
Role name
TeamRole.storyOwner ● Boolean! non-null scalar
Story owner role flag
Member Of
TeamRoleConnection object ● TeamRoleEdge object