utils_event_queriesEventQueries constructorregistrantsByEvent methodOn this pageregistrantsByEvent method String registrantsByEvent (String eventId) Implementation String registrantsByEvent(String eventId) \{ return ''' query \{ registrantsByEvent(id: "$eventId") \{ _id firstName lastName image \} \} ''';\}