for all my requests, I get the following error (on the OPTIONS request). the actual POST request works though.
{
"errors": [
{
"message": "Syntax Error GraphQL request (1:1) Unexpected <EOF>\n\n1: \n ^\n",
"locations": [
{
"line": 1,
"column": 1
}
]
}
]
}
- requests are done with react-apollo
- graphql-php version:
0.11.2
for all my requests, I get the following error (on the
OPTIONSrequest). the actualPOSTrequest works though.{ "errors": [ { "message": "Syntax Error GraphQL request (1:1) Unexpected <EOF>\n\n1: \n ^\n", "locations": [ { "line": 1, "column": 1 } ] } ] }0.11.2