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