purescript-graphql
purescript-graphql copied to clipboard
End to End typesafe GraphQL with PureScript
We might have to enhance the query AST with location information to return the location of the error. Currently the error only contains the path to the error but it...
I would like to discuss some changes to the current DSL: I think switching the infix operators for `describe`(`.>`) and `withField` (`:>`) could be a good change. The `.` is...
In theory we could allow to change the context of child fields. This might be possible by adjusting `withResolver` so that the resolver could switch the context. I think this...
This only happens with `pulp repl`. There are no problems using `pulp run`, but I haven't tried other methods of running the code, like `pulp build -O example.js && node...