Skip to content

GraphQL Schema Reference

CreateTagInput

GraphQL Schema definition

  • input CreateTagInput {
  • name: String!
  • tagType: TagTypeEnum!
  • # #000000 to #FFFFFF formatted HTML color code
  • tagColor: String
  • }

Require by