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:
@@ -61,7 +61,7 @@ export async function execute(
|
|||||||
createdAt
|
createdAt
|
||||||
updatedAt
|
updatedAt
|
||||||
identity { id email fullName emailVerified }
|
identity { id email fullName emailVerified }
|
||||||
organization { id name email }
|
organization { id name }
|
||||||
membership { id role createdAt }
|
membership { id role createdAt }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user