Skip to main content

fetchOrgEvents method

[String] fetchOrgEvents(

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