GraphQL OBJECT

CreateOfficePayload

Payload for created office.

link Definition

  • type CreateOfficePayload {
  • # The created office.
  • createdOffice: Office
  • }

link Required by