You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errors": [
{
"message": "Failure on Resolving Field \"deity\": DB Error: could not find entry for ID \"Morpheus\"",
"locations": [
{
"line": 2,
"column": 27
}
]
}
]
}
Hello!
I just cloned the repository, but the example query in the README is returning an error in GraphiQL.
To build the server, I:
stack build
inside the repository,npm install
inside the repository,npm start
.The query in question is:
which returns
The other endpoint is fine, that is:
returns
Any idea what's going on here? Did I miss something setting up the server? If there's any info I can give that may help, just let me know!
The text was updated successfully, but these errors were encountered: