INPUT_OBJECT

KeyValueInput

Generic key-value object for when we need data whose structure isn't predefined.

link GraphQL Schema definition

  • input KeyValueInput {
  • # The object key.
  • key: String!
  • # The value associated with the given key.
  • value: String
  • }

link Require by