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:
@@ -67,7 +67,7 @@ export async function execute(
|
||||
signedBy {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user