purescript-graphql icon indicating copy to clipboard operation
purescript-graphql copied to clipboard

End to End typesafe GraphQL with PureScript

Results 14 purescript-graphql issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

discussion

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...

enhancement
discussion

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...

bug