INPUT_OBJECT

TagInput

Description

Input for tag.

link GraphQL Schema definition

  • input TagInput {
  • # Key for the tag.
  • key: String!
  • # Value for the tag.
  • value: String!
  • }