Fix n8n Get User organization selection

Connect Organization has no email field. Requesting it made
the Get User GraphQL query fail; align with list/create/update.

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-24 15:29:28 +02:00
parent cb151c7c5a
commit a9e3044b47

View File

@@ -61,7 +61,7 @@ export async function execute(
createdAt
updatedAt
identity { id email fullName emailVerified }
organization { id name email }
organization { id name }
membership { id role createdAt }
}
}