Skip to main content

Tag

Tag is a tag, i.e., some small descriptive text enclosed within a coloured chip, which can be created organisation-wide and can then be checked for one or more projects.

Tags are meant to help the users, especially administrators, sort and search for projects.

type Tag {
_: Boolean
id: ID!
organizationId: ID!
color: String
label: String!
checkedForProjects: [ID!]
}

Fields

Tag._ ● Boolean scalar

Tag.id ● ID! non-null scalar

Tag.organizationId ● ID! non-null scalar

Identifier of the organization for which this tag exists

Tag.color ● String scalar

Optional colour of the tag, format: # plus six hexadecimal case insensitive digits, e.g. #ffffff

Tag.label ● String! non-null scalar

Required label of the tag

Tag.checkedForProjects ● [ID!] list scalar

Optional list of project identifiers in the organisation for which this tag is checked

Member Of

UpdateTagReturn object