-
Notifications
You must be signed in to change notification settings - Fork 147
[Error: No such field: __typename] when using orderBy #581
Comments
I've also run into this same issue, Tested through GraphQLPlayground and ApolloClient E.g.
Through ApolloClient (with __typename's added automatically to queries) we received "No such field: __typename" No issue when disabling automatic __typename (through ApolloClient) or not adding it to the GraphQLPlayground Query |
Also running into the same issue |
Same issue |
I have found a workaround and created a PR. |
When I'm not using orderBy my query is fine, however when using it my query like below it's appending __typename to the query (it's supposed to be a DateTime) and then returning an error because it doesn't exist.
Any ideas?
Also out of curiousity is this repo actively maintained?
The text was updated successfully, but these errors were encountered: