Skip to main content

MutationUpdateEventInput

input MutationUpdateEventInput {
allDay: Boolean
description: String
endAt: DateTime
id: ID!
isPublic: Boolean
isRegisterable: Boolean
location: String
name: String
startAt: DateTime
}

Fields

MutationUpdateEventInput.allDay ● Boolean scalar

Indicates if the event spans the entire day.

MutationUpdateEventInput.description ● String scalar

Custom information about the event.

MutationUpdateEventInput.endAt ● DateTime scalar

Date time at the time the event ends at.

MutationUpdateEventInput.id ● ID! non-null scalar

Global identifier of the event.

MutationUpdateEventInput.isPublic ● Boolean scalar

Indicates if the event is publicly visible.

MutationUpdateEventInput.isRegisterable ● Boolean scalar

Indicates if users can register for this event.

MutationUpdateEventInput.location ● String scalar

Physical or virtual location of the event.

MutationUpdateEventInput.name ● String scalar

Name of the event.

MutationUpdateEventInput.startAt ● DateTime scalar

Date time at the time the event starts at.

Member Of

updateStandaloneEvent mutation