tirumaraiselvan / graphql-engine

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control
https://hasura.io
Apache License 2.0
2 stars 0 forks source link

Return a GQJoinError in peelOffNestedFields, closes #26 #45

Closed jberryman closed 5 years ago

jberryman commented 5 years ago

Also make GQJoinError IsString for slightly better ergonomic Add a couple code review TODOs I noticed along the way

tirumaraiselvan commented 5 years ago

Wow, understanding how to use typeclasses (IsString) a bit more now :D