INPUT_OBJECT
UpdatePollerMutationInput
The input object that defines the fields for the updatePoller mutation.
link GraphQL Schema definition
- input UpdatePollerMutationInput {
- # A descriptive name.
- : String
- # Whether or not this is enabled.
- : Boolean
- # Poller subnet configuration.
- : [PollerSubnetMutationInput]
- # A note about this entity.
- : NoteMutationInput
- }