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: issue with extraFields being thrown away #2674

Merged
merged 2 commits into from
Jun 14, 2023

Conversation

odannyc
Copy link
Contributor

@odannyc odannyc commented Jun 13, 2023

Currently, I am using extraFields but they are discarded when I have a forceResolver on that same model/type. This fixes that by carrying through ExtraFields.

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)

@coveralls
Copy link

coveralls commented Jun 14, 2023

Coverage Status

coverage: 79.12% (-0.05%) from 79.165% when pulling 964a4d9 on odannyc:patch-1 into 71d16aa on 99designs:master.

Signed-off-by: Steve Coffman <steve@khanacademy.org>
@StevenACoffman StevenACoffman merged commit d16f498 into 99designs:master Jun 14, 2023
18 checks passed
@StevenACoffman
Copy link
Collaborator

Thanks! I appreciate you fixing this, and I'm looking forward to your next PR!

@savel999
Copy link

@StevenACoffman When will this commit be in the next release?

@StevenACoffman
Copy link
Collaborator

I try not to release more than once a week, and I've already released this week. In the meantime, you can immediately start to use this fix:

go get github.com/99designs/gqlgen@d16f498f5b3659bfe23749ee78993b816df04322

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.

None yet

4 participants