Fix n8n get many organization

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-23 12:16:50 +01:00
parent bb28cbec0b
commit 2de602f033

View File

@@ -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 {