Eventjet GraphQL API documentation

TagSubject

Interface

Something that can be tagged.

Use Mutation.tag to tag a subject and Mutation.untag to remove a tag from a subject.

Fields

FieldDescriptionType
idThe ID of the subject.ID!
tagsThe tags that are attached to the subject.[ Tag ]

Possible Types

TagSubject can be one of the following types:

Used By (3)

TagSubject is referenced by the following fields, arguments, and input fields:

TypeField
CreateTagAndTagSubjectPayloadsubject
TagPayloadsubject
UntagPayloadsubject