INPUT_OBJECT
CreateNetworkMonitoringGraphMutationInput
The input object that defines the fields for the createNetworkMonitoringGraph mutation.
link GraphQL Schema definition
- input CreateNetworkMonitoringGraphMutationInput {
- # A descriptive name.
- : String!
- # The type.
- : NetworkMonitoringGraphType
- # Stacked
- : Boolean
- # The ID of a `NetworkMonitoringTemplate`.
- : Int64Bit!
- # A note about this entity.
- : NoteMutationInput
- }