Skip to main content

editEvent method

[Future[<[QueryResult[<[Object?]>]]>]]

This function is used to edit an event.

params:

  • eventId: id of an event
  • variables: this will be map type and contain all the event details need to be update.

returns:

  • Future<QueryResult<Object?>>: Information about the event deletion.

Implementation

Future<QueryResult<Object?>>  async 
  1. talawa
  2. event_service
  3. EventService
  4. editEvent method
EventService class