INPUT_OBJECT

UpdatePollerSettingsMutationInput

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

link GraphQL Schema definition

  • input UpdatePollerSettingsMutationInput {
  • # How often to poll account equipment (minutes).
  • account_polling_frequency_in_minutes: Int
  • # How often to poll infrastructure equipment (minutes).
  • infrastructure_polling_frequency_in_minutes: Int
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by