INPUT_OBJECT

TagsInput

Description

Input for tags.

link GraphQL Schema definition

  • input TagsInput {
  • # List of tags.
  • tagList: [TagInput!]!
  • }