GraphQL INPUT_OBJECT

UpdateOfficeInput

Input for update of office.

link Definition

  • input UpdateOfficeInput {
  • # Unique Id of the office.
  • id: Int!
  • # Name of the office.
  • name: String
  • }

link Required by