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.
- String :
- # The name of the Adtran Mosaic uplink inner tag vlan.
- String :
- # The name of the Adtran Mosaic uplink outer tag vlan.
- String :
- # The name of the Adtran Mosaic downlink interface.
- String :
- # The name of the Adtran Mosaic downlink inner tag vlan.
- String :
- # The name of the Adtran Mosaic downlink outer tag vlan.
- String :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `uplink_content_provider_name` to null.
- Boolean :
- # Setting this value to `true` will set `uplink_inner_tag_vlan` to null.
- Boolean :
- # Setting this value to `true` will set `uplink_outer_tag_vlan` to null.
- Boolean :
- # Setting this value to `true` will set `downlink_interface_name` to null.
- Boolean :
- # Setting this value to `true` will set `downlink_inner_tag_vlan` to null.
- Boolean :
- # Setting this value to `true` will set `downlink_outer_tag_vlan` to null.
- Boolean :
- }