INPUT_OBJECT

IdNameInput

The ID and name of an object

link GraphQL Schema definition

  • input IdNameInput {
  • # The id of the object.
  • id: Int
  • # The name of the object.
  • name: String
  • }