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

@@ -126,7 +126,7 @@ export async function execute(
signedBy {
id
fullName
primaryEmailAddress
emailAddress
}
}
}

View File

@@ -51,7 +51,7 @@ export async function execute(
signedBy {
id
fullName
primaryEmailAddress
emailAddress
}
}
}

View File

@@ -67,7 +67,7 @@ export async function execute(
signedBy {
id
fullName
primaryEmailAddress
emailAddress
}
}
}