INPUT_OBJECT

CreateOfficeInput

CreateOfficeInput is used for create Office object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateOfficeInput {
  • # 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
  • # 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
  • # The phone number of the office, Formatted using E.164 standard.
  • phone: String
  • # The fax number of the office. Formatted using E.164 standard.
  • fax: String
  • # The email address for the office
  • email: String
  • userID: ID
  • }

link Require by