Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update ReturnPointersInUmarshalInput -> ReturnPointersInUnmarshalInput in config #234

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

golanglemonade
Copy link
Contributor

The latest version of gqlgen (v0.17.50+) fixes the spelling of the ReturnPointersInUnmarshalInput variable in the config. This change fixes an error when using the latest gqlgen but the current version of gqlgenc:

../../../../pkg/mod/github.com/!yamashou/gqlgenc@v0.25.0/config/config.go:218:3: unknown field ReturnPointersInUmarshalInput in struct literal of type "github.com/99designs/gqlgen/codegen/config".Config

commit from gqglen: 99designs/gqlgen@85459a3

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
@golanglemonade golanglemonade changed the title fix: update ReturnPointersInUmarshalInput -> ReturnPointersInUnmarshalInput of config fix: update ReturnPointersInUmarshalInput -> ReturnPointersInUnmarshalInput in config Sep 15, 2024
@golanglemonade
Copy link
Contributor Author

@Yamashou can you take a look at this PR? It's preventing us from taking newer gqglen versions

@Yamashou
Copy link
Owner

@golanglemonade Thanks! Merge immediately.

@Yamashou Yamashou merged commit 12dc047 into Yamashou:master Sep 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants