fetchAgendaItemsByEvent method
[String] fetchAgendaItemsByEvent(
- [[String] relatedEventId]
)
Creates a GraphQL query for fetching agenda items by organization.
params:
relatedEventId
: The ID of the event to fetch agenda items for.
returns:
String
: Returns a GraphQL query string to fetch agenda items.
Implementation
String fetchAgendaItemsByEvent(String relatedEventId)
- talawa
- event_queries
- EventQueries
- fetchAgendaItemsByEvent method