GraphQL Schema Reference
TagMutations ¶
GraphQL Schema definition ¶
- type TagMutations {
- # Arguments
- # input:
- CreateTagInput!): CreateTagPayload ( :
- }
- type TagMutations {
- # Arguments
- # input:
- create(input: CreateTagInput!): CreateTagPayload
- }