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.
  • enabled: Boolean
  • # The ID of the company that this entity operates under.
  • company_id: Int64Bit
  • # The Auth0 client ID.
  • client_id: String
  • # The Auth0 client secret.
  • client_secret: String
  • # A username, used for authentication.
  • username: String
  • # A password.
  • password: String
  • # The ID of a `CustomField` that will map to Calix subscriber field1.
  • subscriber_field1_id: Int64Bit
  • # The ID of a `CustomField` that will map to Calix subscriber field2.
  • subscriber_field2_id: Int64Bit
  • # The ID of a `CustomField` that will map to Calix subscriber field3.
  • subscriber_field3_id: Int64Bit
  • # The ID of a `CustomField` that will map to Calix subscriber field4.
  • subscriber_field4_id: Int64Bit
  • # The ID of a `CustomField` that will map to Calix subscriber field5.
  • subscriber_field5_id: Int64Bit
  • # An entity which maps an inventory model field to a vendor specific integration
  • # field type (ie serial number)
  • integration_field_mappings: [IntegrationFieldMappingInput]
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `company_id` to null.
  • unset_company_id: Boolean
  • # Setting this value to `true` will set `subscriber_field1_id` to null.
  • unset_subscriber_field1_id: Boolean
  • # Setting this value to `true` will set `subscriber_field2_id` to null.
  • unset_subscriber_field2_id: Boolean
  • # Setting this value to `true` will set `subscriber_field3_id` to null.
  • unset_subscriber_field3_id: Boolean
  • # Setting this value to `true` will set `subscriber_field4_id` to null.
  • unset_subscriber_field4_id: Boolean
  • # Setting this value to `true` will set `subscriber_field5_id` to null.
  • unset_subscriber_field5_id: Boolean
  • }

link Require by