Graphql-laravel: i have setup in my project

Created on 22 Feb 2019  路  3Comments  路  Source: rebing/graphql-laravel

and i am getting this
on graphiql

{
  "errors": [
    {
      "message": "Syntax Error: Unexpected <EOF>",
      "extensions": {
        "category": "graphql"
      },
      "locations": [
        {
          "line": 28,
          "column": 2
        }
      ]
    }
  ]
}

Most helpful comment

How to solve this?

All 3 comments

sorry it work

How to solve this?

i fixed this by running php artisan config:cache

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jglover picture jglover  路  6Comments

hemratna picture hemratna  路  3Comments

AdrianCarreno picture AdrianCarreno  路  5Comments

drmax24 picture drmax24  路  6Comments

dongkaipo picture dongkaipo  路  4Comments