INPUT_OBJECT

UpdateCalendarSystemSettingsMutationInput

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

link GraphQL Schema definition

  • input UpdateCalendarSystemSettingsMutationInput {
  • # If enabled allow external calendar integrations to sync.
  • calendar_allow_external_sync: Boolean
  • # Number of months to sync calendar history, 0-3 allowed. Future will always
  • # sync.
  • calendar_history_sync_maximum: Int
  • }

link Require by