INPUT_OBJECT
UpdateTowercoverageConfigurationInput
The input object that defines the fields for the updateTowercoverageConfiguration mutation.
link GraphQL Schema definition
- input UpdateTowercoverageConfigurationInput {
- # Whether or not this is enabled.
- Boolean :
- # The alphanumeric 64-character API key for TowerCoverage.
- Text :
- # The ID of an AccountType.
- Int64Bit :
- # The ID of an AccountStatus.
- Int64Bit :
- # The ID of the PhoneNumberType associated with this phone number.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `api_key` to null.
- Boolean :
- # Setting this value to `true` will set `account_type_id` to null.
- Boolean :
- # Setting this value to `true` will set `account_status_id` to null.
- Boolean :
- # Setting this value to `true` will set `phone_number_type_id` to null.
- Boolean :
- }