addTagInput

Input type for creating multiple tags in a single operation.

Examples

input AddTagInput {
  tagsInput: [TagDTO!]!
}

Fields

Field
Description
Supported fields

tagsInput [TagDTO!]!

Array of tag objects to be created

name String! displayName String!

References

Mutations using this object:

Last updated