Closed nathanqueija closed 6 years ago
Hi, guys. When I try to access graphl api through http://localhost:8080/graphql I get this error:
http://localhost:8080/graphql
{ "errors":[ { "message":"Syntax Error GraphQL (1:1) Unexpected <EOF>\n\n1: \n ^\n", "category":"graphql", "locations":[ { "line":1, "column":1 } ] } ] }
I don't know why. Can you help me, please? Thanks.
Are you passing a query to the endpoint? I believe this is expected behavior if you're not.
Hi, guys. When I try to access graphl api through
http://localhost:8080/graphql
I get this error:I don't know why. Can you help me, please? Thanks.