INPUT_OBJECT
The input object that defines the fields for the updateCalendarIcal mutation.
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}