updateEvent method
[String]
Creates a GraphQL mutation for updating an event.
params:
eventId
: The ID of the event to update.
returns:
String
: Returns a GraphQL mutation string to update the specified event.
This function generates a GraphQL mutation string for updating an event based on the provided parameters. It takes the event ID along with updated details. The mutation updates the event details and returns the ID, title, and description of the updated event.
Implementation
String
- talawa
- event_queries
- EventQueries
- updateEvent method