TagDeleteInput
Autogenerated input type of TagDelete
input TagDeleteInput {
clientMutationId: String
tagId: ID!
}
Fields
TagDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
TagDeleteInput.tagId ● ID! non-null scalar common
The ID of the tag to delete.
Member of
tagDelete mutation