INPUT_OBJECT

CreateAccountCalixServiceDetailMutationInput

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

link GraphQL Schema definition

  • input CreateAccountCalixServiceDetailMutationInput {
  • # The ID of an AccountService.
  • account_service_id: Int64Bit!
  • # Calix Inegartion ID.
  • calix_integration_id: Int64Bit!
  • # VLAN.
  • vlan: String
  • # C-VLAN.
  • cvlan: Int64Bit
  • # Global VLAN.
  • global_vlan: String
  • # Policy Map.
  • policy_map: String
  • # ONT Port ID.
  • ont_port_id: String
  • # Custom JSON.
  • custom_json: String
  • # Use Custom JSON.
  • use_custom_json: Boolean
  • }

link Require by