INPUT_OBJECT
The input object that defines the fields for the createCalendarIcal mutation.
input CreateCalendarIcalMutationInput {# A descriptive name.name: String# Whether or not this is enabled.enabled: Boolean}