Input type for creating multiple tags in a single operation.
input AddTagInput { tagsInput: [TagDTO!]! }
tagsInput [TagDTO!]!
[TagDTO!]!
Array of tag objects to be created
name String! displayName String! tagId String
String!
String
<~> addTags.input
Last updated 7 months ago