Tag
Represents information about a tag.
type Tag {
id: ID!
module: String!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
Tag.id ● ID! non-null scalar
Tag's unique identifier.
Tag.module ● String! non-null scalar
The tag's module.
Tag.name ● String scalar
The tag's name.
Tag.createdAt ● DateTimeTz! non-null scalar
The date and time when the tag was created.
Tag.updatedAt ● DateTimeTz! non-null scalar
The date and time when the tag was last updated.
Tag.deletedAt ● DateTimeTz scalar
The date and time when the tag was deleted.
Returned By
createTag mutation ● deleteTag mutation ● restoreTag mutation ● tag query ● updateTag mutation
Member Of
TagEdge object