Skip to main content

fetchOrgDetailsById method

[String] fetchOrgDetailsById(

  1. [[String] orgId]

)

query to fetch org details.

params:

  • orgId: org identifier

returns:

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

Implementation

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