INPUT_OBJECT

UpdateCalendarIcalMutationInput

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

link GraphQL Schema definition

  • input UpdateCalendarIcalMutationInput {
  • # A descriptive name.
  • name: String
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # Setting this value to `true` will set `name` to null.
  • unset_name: Boolean
  • }

link Require by