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

omit_resolver_fields also respects gqlgen.yml's config #3045

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aereal
Copy link

@aereal aereal commented May 6, 2024

This PR will fix the #3044.

The omit_resolver_fields option that introduced by #2957 does not respect models.<model>.fields.<field>.resolver option, only schema directives are respected.
The models.<model>.fields.<field>.resolver option marks the field to be resolved with explit resolvers, so the omit_resolver_fields should respect also this option.

I have:

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

@coveralls
Copy link

Coverage Status

coverage: 75.011% (-0.02%) from 75.029%
when pulling 0044392 on aereal:omit-resolver-fields-respect-gqlgen-config
into 769632a on 99designs:master.

@StevenACoffman
Copy link
Collaborator

Hey, how's this proceeding?

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

3 participants