INPUT_OBJECT
LinkTowercoverageSubmissionToServiceableAddressMutationInput
The input object that defines the fields for the linkTowercoverageSubmissionToServiceableAddress mutation.
link GraphQL Schema definition
- input LinkTowercoverageSubmissionToServiceableAddressMutationInput {
- # Address line 1.
- String :
- # Address line 2.
- String :
- # A city.
- String :
- # A state, province, or other country subdivision.
- Subdivision :
- # A ZIP or postal code.
- String :
- # A two character country code.
- Country :
- # A decimal latitude.
- Latitude :
- # A decimal latitude.
- Longitude :
- # Setting this value to `true` will set `line2` to null.
- Boolean :
- }