Tag
Detalhes sobre a Tag




POST at this target:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE


Tag

ParamsDescription
idModel identifier
nameTag's name
checkedTag can be set as default
organizationIdOrganization the tag is part of.
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was modified
organizationOrganization that tag belongs
addressesTag has many addresses
entitiesTag has many entities
usersTag has many users
messagesTag has many messages
dbId
key

CreateTagInput

ArgumentsTypeDescription
organizationId
Not Null
The organization ID that tag belongs to
name
Not Null
Tag's name
checked
Boolean
SCALAR
Tag can be set as default
clientMutationId
String
SCALAR

UpdateTagInput

ArgumentsTypeDescription
id
Not Null
The ID of a tag object
name
String
SCALAR
Tag's name
checked
Boolean
SCALAR
Tag can be set as default
clientMutationId
String
SCALAR

DeleteTagInput

ArgumentsTypeDescription
id
Not Null
The ID of a tag object
clientMutationId
String
SCALAR