Skip to main content

attendeesByEvent method

[String] attendeesByEvent(

  1. [[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) 
  1. talawa
  2. event_queries
  3. EventQueries
  4. attendeesByEvent method
EventQueries class