Variable organizationsConst

organizations: "\n query Organizations(\n $filter: OrganizationFilterInput\n $limit: Int\n $offset: Int\n ) {\n organizations(filter: $filter, limit: $limit, offset: $offset) {\n urn\n createdAt\n owner {\n name\n givenName\n urn\n description\n icon\n visibility\n }\n name\n description\n visibility\n account\n payment\n ssoEnabled\n icon\n tier\n projects {\n createdAt\n name\n urn\n orgUrn\n visibility\n icon\n description\n releaseCount\n tokenCount\n }\n groups {\n organization\n createdAt\n name\n icon\n urn\n description\n }\n policies {\n createdAt\n name\n urn\n description\n }\n apiKeys {\n name\n lastUsed\n description\n urn\n }\n users {\n name\n givenName\n urn\n description\n icon\n visibility\n }\n }\n }\n" = ...

Generated using TypeDoc