Skip to main content

fetchAgendaItemCategoriesByOrganization method

[String] fetchAgendaItemCategoriesByOrganization(

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