Skip to main content

fetchOrgById method

[String] fetchOrgById(

  1. [[String] orgId]

)

fetching org details with the help of id.

params:

  • orgId: Org identifier

returns:

  • String: mutation in string form, to be passed on to graphql client.

Implementation

String fetchOrgById(String orgId) 
  1. talawa
  2. queries
  3. Queries
  4. fetchOrgById method
Queries class