Fix Profile field name in n8n-node GraphQL queries

Rename primaryEmailAddress to emailAddress to match the Profile type
in the GraphQL schema.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-04-16 11:56:06 +02:00
parent f9d004422f
commit ce1f2fa28c
13 changed files with 15 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ export async function execute(
? `owner {
id
fullName
primaryEmailAddress
emailAddress
}`
: '';