INPUT_OBJECT
UpdateCalixCloudSettingMutationInput
The input object that defines the fields for the updateCalixCloudSetting mutation.
link GraphQL Schema definition
- input UpdateCalixCloudSettingMutationInput {
- # Whether or not this is enabled.
- Boolean :
- # The ID of the company that this entity operates under.
- Int64Bit :
- # The Auth0 client ID.
- String :
- # The Auth0 client secret.
- String :
- # A username, used for authentication.
- String :
- # A password.
- String :
- # The ID of a `CustomField` that will map to Calix subscriber field1.
- Int64Bit :
- # The ID of a `CustomField` that will map to Calix subscriber field2.
- Int64Bit :
- # The ID of a `CustomField` that will map to Calix subscriber field3.
- Int64Bit :
- # The ID of a `CustomField` that will map to Calix subscriber field4.
- Int64Bit :
- # The ID of a `CustomField` that will map to Calix subscriber field5.
- Int64Bit :
- # The area type to be used for the region.
- CalixSubscriberAreaType :
- # The area type to be used for the location.
- CalixSubscriberAreaType :
- # An array of Calix service group definitions.
- Text :
- # An entity which maps an inventory model field to a vendor specific integration
- # field type (ie serial number)
- IntegrationFieldMappingInput] : [
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `company_id` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_field1_id` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_field2_id` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_field3_id` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_field4_id` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_field5_id` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_region` to null.
- Boolean :
- # Setting this value to `true` will set `subscriber_location` to null.
- Boolean :
- # Setting this value to `true` will set `service_group_tiers` to null.
- Boolean :
- }