INPUT_OBJECT

FaxLocationInput

Attributes to change a fax location

link GraphQL Schema definition

  • input FaxLocationInput {
  • # The city of the fax location
  • city: String
  • # The country of the fax location
  • country: String
  • # The custom identifier of the fax location
  • id: ID
  • # The first line of the fax location address
  • line1: String
  • # The second line of the fax location address
  • line2: String
  • # The state of the fax location
  • state: String
  • # The zip code of the fax location
  • zip: String
  • }