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:
@@ -149,7 +149,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user