fetchJoinInOrg property
String fetchJoinInOrg
Implementation
String get fetchJoinInOrg \{
return """
query organizationsConnection(\$first: Int, \$skip: Int)\{
organizationsConnection(
first: \$first,
skip: \$skip,
orderBy: name_ASC
)\{
image
_id
name
image
isPublic
creator\{
firstName
lastName
\}
\}
\}
""";
\}