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

#656 Support non-public datafetcher methods #808

Merged
merged 1 commit into from Dec 30, 2021
Merged

Conversation

paulbakker
Copy link
Collaborator

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

Support non-public datafetcher methods.
For example, the following would previously not work, but will after this PR.

@DgsQuery
String hello() {
   return "hello";
}

Issue #656

Copy link
Contributor

@berngp berngp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@berngp berngp merged commit d9898fb into master Dec 30, 2021
@berngp berngp deleted the non-public-datafetcher branch December 30, 2021 02:10
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