Eric Bock
                                            Eric Bock
                                        
                                    I'm seeing two issues: The generated file, in the `graph` package, is still referencing the package name for types in the package (`entity *graph.Boundary` here) ```go package graph import (...
If I remove the `graph.` in the method signature I run into the second issue. I'm using the config setting `resolvers_always_return_pointers: false` So the modified generated file: ```go package graph...
Thanks. I've created https://github.com/ericbock/gqlgen_explicit_requires_issue to demonstrate both issues.
> The generated file, in the `graph` package, is still referencing the package name for types in the package (`entity *graph.Boundary` here) It looks like this is happening when the...
I'm not sure how we landed on our configuration here to dump the models into the same package, but we have it in a lot of projects. I'm working on...
@jesse-apollo It looks like this is all that's involved with respecting the package that the model lives in: https://github.com/99designs/gqlgen/compare/master...ericbock:gqlgen:models_in_pkg#diff-fa028f5dfc54acb372fd0d727ec7e799b93d8dbb34b2769918b7a55bbf051910R123 I haven't been able to get the `resolvers_always_return_pointers: false` fix done...
You should be able to rename `output_querier_file_name` to `output_queries_file_name` in your sqlc.yaml file until the update is released.
I found that if I have `set hidden` in my .vimrc or if called before my first netrw `-` that I get these orphan netrw buffers. If I don't, I...