INPUT_OBJECT
CreateAccountAdtranMosaicServiceDetailMutationInput
The input object that defines the fields for the createAccountAdtranMosaicServiceDetail mutation.
link GraphQL Schema definition
- input CreateAccountAdtranMosaicServiceDetailMutationInput {
- # The ID of an AccountService.
- : Int64Bit!
- # The ID of an Adtran Mosaic setting.
- : Int64Bit!
- # 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
- }