attendeesByEvent method
[String] attendeesByEvent(
- [[String] eventId]
)
Fetches attendees by event ID.
params:
eventId
: The ID of the event to fetch registrants for.
returns:
String
: Returns a GraphQL query string to retrieve registrants associated with the specified event ID.
This function generates a GraphQL query string to fetch registrants based on the provided event ID.
Implementation
String attendeesByEvent(String eventId)
- talawa
- event_queries
- EventQueries
- attendeesByEvent method