-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQLLocatedError: 'rows' #78
Comments
Could you try this again but run Datasette with |
It's also possible this is fixed by version 2.0, which I released today. |
Here is the stack trace I'm getting.
The only way for me to reproduce this is when there is a column declaration which Reproduction steps:
Verified with:
|
I think I've managed to replicate this bug here: Query: {
love_actually_love_actually_adjacencies {
nodes {
bill_nighy
}
}
} Response: {
"data": {
"love_actually_love_actually_adjacencies": null
},
"errors": [
{
"message": "'rows'",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"love_actually_love_actually_adjacencies"
]
}
]
} |
Error message
When I try to perform any query with the integrated GraphiQL editor, I get:
Query result
The query result view (on the right hand side in GraphiQL) says:
Screenshot
Versions
The text was updated successfully, but these errors were encountered: