INPUT_OBJECT

UpdateOfficeInput

UpdateOfficeInput is used for update Office object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateOfficeInput {
  • # Whether the office is the primary office location.
  • primary: Boolean
  • # The first line of the address. Typically the street address or PO Box number.
  • address1: String
  • # The second line of the address. Typically the number of the apartment, suite, or
  • # unit.
  • address2: String
  • clearAddress2: Boolean
  • # The city of the office
  • city: String
  • # The two-letter code for the region. For example CA for California.
  • stateCode: String
  • # The zip or postal code of the address.
  • zip: String
  • # The two-letter code for the country of the address. For example US for United
  • # States.
  • countryCode: String
  • clearCountryCode: Boolean
  • # The phone number of the office, Formatted using E.164 standard.
  • phone: String
  • clearPhone: Boolean
  • # The fax number of the office. Formatted using E.164 standard.
  • fax: String
  • clearFax: Boolean
  • # The email address for the office
  • email: String
  • clearEmail: Boolean
  • userID: ID
  • clearUser: Boolean
  • }

link Require by