Skip to main content

UpdateEventInput

No description

input UpdateEventInput {
title: String
description: String
recurring: Boolean
recurrance: Recurrance
isPublic: Boolean
isRegisterable: Boolean
startDate: Date
endDate: Date
location: String
latitude: Latitude
longitude: Longitude
allDay: Boolean
startTime: Time
endTime: Time
}

Fields

UpdateEventInput.title ● String scalar

UpdateEventInput.description ● String scalar

UpdateEventInput.recurring ● Boolean scalar

UpdateEventInput.recurrance ● Recurrance enum

UpdateEventInput.isPublic ● Boolean scalar

UpdateEventInput.isRegisterable ● Boolean scalar

UpdateEventInput.startDate ● Date scalar

UpdateEventInput.endDate ● Date scalar

UpdateEventInput.location ● String scalar

UpdateEventInput.latitude ● Latitude scalar

UpdateEventInput.longitude ● Longitude scalar

UpdateEventInput.allDay ● Boolean scalar

UpdateEventInput.startTime ● Time scalar

UpdateEventInput.endTime ● Time scalar

Member of

updateEvent mutation