INPUT_OBJECT

UpdateAccountAdtranMosaicServiceDetailMutationInput

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

link GraphQL Schema definition

  • input UpdateAccountAdtranMosaicServiceDetailMutationInput {
  • # The name of the Adtran Mosaic content provider.
  • uplink_content_provider_name: String
  • # The name of the Adtran Mosaic uplink inner tag vlan.
  • uplink_inner_tag_vlan: String
  • # The name of the Adtran Mosaic uplink outer tag vlan.
  • uplink_outer_tag_vlan: String
  • # The name of the Adtran Mosaic downlink interface.
  • downlink_interface_name: String
  • # The name of the Adtran Mosaic downlink inner tag vlan.
  • downlink_inner_tag_vlan: String
  • # The name of the Adtran Mosaic downlink outer tag vlan.
  • downlink_outer_tag_vlan: String
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `uplink_content_provider_name` to null.
  • unset_uplink_content_provider_name: Boolean
  • # Setting this value to `true` will set `uplink_inner_tag_vlan` to null.
  • unset_uplink_inner_tag_vlan: Boolean
  • # Setting this value to `true` will set `uplink_outer_tag_vlan` to null.
  • unset_uplink_outer_tag_vlan: Boolean
  • # Setting this value to `true` will set `downlink_interface_name` to null.
  • unset_downlink_interface_name: Boolean
  • # Setting this value to `true` will set `downlink_inner_tag_vlan` to null.
  • unset_downlink_inner_tag_vlan: Boolean
  • # Setting this value to `true` will set `downlink_outer_tag_vlan` to null.
  • unset_downlink_outer_tag_vlan: Boolean
  • }

link Require by