Alexander Staubo
Alexander Staubo
This looks good to me. If you want to tweak things, @amacneil, it could be done as a follow-up. It doesn't have to perfect.
This is still a problem with 1.12.1.
VSCode does show completions, but it doesn't show the _right_ completion. For example, if I have this: ```go type Something struct {} type SomethingElse struct {} // S type SomethingElseEntirely...
Sounds like VSCode should specifically have an autocompleter heuristic that looks if you're at the start of a GoDoc declaration comment, and if so, look for the next declaration. I...
Looks like Travis is broken, unfortunately. I've regenerated the snapshots and I'll look into Travis.
@jmaeso I'm interested in merging this if you could maybe rebase it from master?
`allOf` isn't supported yet, unfortunately. I'll see if I can take a stab at it.
Thanks. Since you're the one who's done benchmarks, I'm not going to argue until I could possibly offer contrary evidence, but I followed that benchmark link, and it's not actually...
> By safe I mostly mean having a single correct resolver signature that can be put into the interface. The simplest solution (which at this point would of course break...
Thanks, @bugzpodder. Unfortunately, I decided to not use gqlgen because of this issue; I found graphql-go's resolver design to be cleaner and I'm using that. So I'm not in a...