INPUT_OBJECT

LinkTowercoverageSubmissionToServiceableAddressMutationInput

The input object that defines the fields for the linkTowercoverageSubmissionToServiceableAddress mutation.

link GraphQL Schema definition

  • input LinkTowercoverageSubmissionToServiceableAddressMutationInput {
  • # Address line 1.
  • line1: String
  • # Address line 2.
  • line2: String
  • # A city.
  • city: String
  • # A state, province, or other country subdivision.
  • subdivision: Subdivision
  • # A ZIP or postal code.
  • zip: String
  • # A two character country code.
  • country: Country
  • # A decimal latitude.
  • latitude: Latitude
  • # A decimal latitude.
  • longitude: Longitude
  • # Setting this value to `true` will set `line2` to null.
  • unset_line2: Boolean
  • }

link Require by