gqlgen icon indicating copy to clipboard operation
gqlgen copied to clipboard

go generate based graphql server library

Results 311 gqlgen issues
Sort by recently updated
recently updated
newest added

### What happened? When I have a string field in input and I pass in a wrong type, I am seeing different error code. For example: `{"input":{"filter":{"someString": true}}}`, I pass...

This PR makes the method that unmarshalls times a bit more flexible. Currently, only dates that are in full RFC339 format are supported, strictly. This adds a couple more formats...

### What happened? When extending a federated entity with a field of the array type containing object (not primitives/scalars) and adding a field that requires the array field, `gqlgen generate`...

### What happened? When I issue the federation query, e.g. `query __ApolloGetServiceDefinition__ { _service { sdl } }` to a gqlgen subgraph, I do not see changes made to the...

### What happened? `handler.NewDefaultServer` adds a default `MultipartForm` transport which limits the UploadFileSize to 32MB. If I would like to override this file size limit, I think I would do...

### What happened? Since v0.17.0, running gqlgen throws some errors: ``` Error: validation failed: packages.Load: /graph/prelude.resolvers.go:23:41: __SchemaResolver not exported by package generated Error: /graph/prelude.resolvers.go:26:39: __TypeResolver not exported by package generated...

### What happened? I want to write a Subscription resolver * Looked through this repo * Looked through https://gqlgen.com ### What did you expect? * Expected to find a section...

needs docs
accepted

Hi, Thanks for your work in that repository, I think that's a quick one but I don't know how to solve it, maybe it also needs to be automated for...

### What happened? "ka" frame sending from server to client (graphql web playground) after closing connection ("stop" frame). ### What did you expect? Connection fully closed, "stop" frame from client...

accepted

Describe your PR and link to any relevant issues. See #1994 #1995 I have: - [] Added tests covering the bug / feature (see [testing](https://github.com/99designs/gqlgen/blob/master/TESTING.md)) - [x] Updated any relevant...