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