Calling a GraphQL query with Javascript Query and passing variables

Hey @jonnilundy,

Triggering a query with additionalScope simply exposes a key-value pair that you can then reference within the query itself. In this case, that means referencing {{ email }}. You will need to add these within the variables section of your graph query key.

See a similar thread here