INPUT_OBJECT

UpdateAccountCalixServiceDetailMutationInput

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

link GraphQL Schema definition

  • input UpdateAccountCalixServiceDetailMutationInput {
  • # 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
  • # Setting this value to `true` will set `vlan` to null.
  • unset_vlan: Boolean
  • # Setting this value to `true` will set `cvlan` to null.
  • unset_cvlan: Boolean
  • # Setting this value to `true` will set `global_vlan` to null.
  • unset_global_vlan: Boolean
  • # Setting this value to `true` will set `policy_map` to null.
  • unset_policy_map: Boolean
  • # Setting this value to `true` will set `ont_port_id` to null.
  • unset_ont_port_id: Boolean
  • # Setting this value to `true` will set `custom_json` to null.
  • unset_custom_json: Boolean
  • }

link Require by