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.
- : Boolean
- # The first line of the address. Typically the street address or PO Box number.
- : String!
- # The second line of the address. Typically the number of the apartment, suite, or
- # unit.
- : String
- # The city of the office
- : String!
- # The two-letter code for the region. For example CA for California.
- : String!
- # The zip or postal code of the address.
- : String!
- # The two-letter code for the country of the address. For example US for United
- # States.
- : String
- # The phone number of the office, Formatted using E.164 standard.
- : String
- # The fax number of the office. Formatted using E.164 standard.
- : String
- # The email address for the office
- : String
- : ID
- }