Skip to main content

MutationDeleteThisAndFollowingEventsInput

Input for deleting the current instance and all following instances of a recurring event.

input MutationDeleteThisAndFollowingEventsInput {
id: ID!
}

Fields

MutationDeleteThisAndFollowingEventsInput.id ● ID! non-null scalar

Global identifier of the recurring event instance from which to delete this and following instances.

Member Of

deleteThisAndFollowingEvents mutation