INPUT_OBJECT

KeyInput

link GraphQL Schema definition

  • input KeyInput {
  • # An id
  • value: ID!
  • # The type of ID provided
  • type: KeyType!
  • }