INPUT_OBJECT

CreateCalixCloudSettingMutationInput

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

link GraphQL Schema definition

  • input CreateCalixCloudSettingMutationInput {
  • # 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
  • }

link Require by