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:
@@ -174,7 +174,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ export async function execute(
|
||||
? `owner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ export async function execute(
|
||||
signedBy {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ export async function execute(
|
||||
signedBy {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ export async function execute(
|
||||
signedBy {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ export async function execute(
|
||||
? `businessOwner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
@@ -98,7 +98,7 @@ export async function execute(
|
||||
? `securityOwner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ export async function execute(
|
||||
? `businessOwner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
@@ -130,7 +130,7 @@ export async function execute(
|
||||
? `securityOwner {
|
||||
id
|
||||
fullName
|
||||
primaryEmailAddress
|
||||
emailAddress
|
||||
}`
|
||||
: '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user