Fix n8n get many organization
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -44,7 +44,7 @@ export async function execute(
|
|||||||
const query = `
|
const query = `
|
||||||
query GetOrganizations($first: Int, $after: CursorKey) {
|
query GetOrganizations($first: Int, $after: CursorKey) {
|
||||||
viewer {
|
viewer {
|
||||||
memberships(first: $first, after: $after) {
|
profiles(first: $first, after: $after) {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
organization {
|
organization {
|
||||||
|
|||||||
Reference in New Issue
Block a user