I am trying to get a custom connector to work but I am gettingthe following error.
My original default query is being apended by flow. How can I fix this issue where my query does not get apended?
My query is inside of the Body.
Any help will be apreciated.
Thanks
Max
{
"errors": [
{
"message": "Syntax Error GraphQL request (1:2) Expected Name, found String \"query\"\n\n1: {\"query\":\"query getCommunities {\\n communities(clientName: \\\"123\\\", active: true) {\\n id\\n name\\n }\\n}\"}\n ^\n",
"locations": [
{
"line": 1,
"column": 2
}
],
"extensions": {
"code": "GRAPHQL_PARSE_FAILED"
}
}
]