From 2de602f033214a394b5e5a308bfccb2b6d69e079 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 23 Feb 2026 12:16:50 +0100 Subject: [PATCH] Fix n8n get many organization Signed-off-by: Bryan Frimin --- .../nodes/Probo/actions/organization/getAll.operation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts b/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts index 732180c23..5fe29acf1 100644 --- a/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts +++ b/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts @@ -44,7 +44,7 @@ export async function execute( const query = ` query GetOrganizations($first: Int, $after: CursorKey) { viewer { - memberships(first: $first, after: $after) { + profiles(first: $first, after: $after) { edges { node { organization {