Skip to main content

TagMergeInput

Autogenerated input type of TagMerge

input TagMergeInput {
clientMutationId: String
filter: TagFilter
parentTagId: ID!
tagIds: [ID!]
}

Fields

TagMergeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

TagMergeInput.filter ● TagFilter input common

The fields by which to filter the child tag results.

TagMergeInput.parentTagId ● ID! non-null scalar common

The ID of the parent tag that the other tags will be merged into.

TagMergeInput.tagIds ● [ID!] list scalar common

The ID of the tags to merge into the parent tag.

Member of

tagMerge mutation