utils_queriesQueries constructorfetchOrgById methodOn this pagefetchOrgById method String fetchOrgById (String orgId) Implementation String fetchOrgById(String orgId) \{ return ''' query\{ organizations(id: "$orgId")\{ image _id name image isPublic creator\{ firstName lastName \} \} \}''';\}