GraphQL INPUT_OBJECT

CreateOfficeInput

Input for creation of office.

link Definition

  • input CreateOfficeInput {
  • # Name of the office.
  • name: String!
  • # The clientId of the client the office belongs to.
  • clientId: Int
  • }

link Required by