Stephen Hitchner
Stephen Hitchner
Finally got some time to look at this again. I found out what was confusing me. The string_lit is parsed out correctly but the surrounding quotes are included in the...
More questions: Does the string "empty" have significant meaning in gocc? When I try parsing the string `empty` I get the following error. ``` Unable to build AST: Error in...
Thanks for your response, I have reviewed the PDF but I was confused about the meaning. I understood that the bare string empty was a reserved word but I thought...
@pgrawehr Thanks for your response, I'll try again later this week.
Awesome, looking forward to the updated version. I'll take a look through the code today and try to understand why it's entering the multiple schema block. Also, I have one...
I definitely think pagination support is essential. The edges/connections model does provide that but with much more complex queries. I believe React/Relay requires edges/connections. But I've just used Apollo client...
Awesome, thanks for the update. Definitely making some progress but I have encountered a few more issues I'm trying to sort out. Missing imports: ``` .../helpers/convert.go .../helpers/convert_input.go .../helpers/filter.go .../helpers/sort.go ../helpers/preload.go...
I think this fixes the issues I was experiencing in the above post https://github.com/web-ridge/gqlgen-sqlboiler/pull/50
The only issue I'm facing right now is that when I run the plugin `go run convert_plugin.go` two resolver files are generated ``` resolver.go schema.resolver.go ``` There are a number...