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
running the following query on the graphiql client:
query moviesQuery{
moviesList{
createdAt
name
}
}
gives the following error:
{
"errors": [
{
"message": "Cannot query field \"moviesList\" on type \"Query\". Did you mean \"MoviesList\", \"usersList\", or \"MoviesSingle\"?",
"locations": [
{
"line": 2,
"column": 3
}
]
}
]
}
running the following query on the graphiql client:
gives the following error:
When I change the query as suggested into:
I get the following error:
The text was updated successfully, but these errors were encountered: