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

Multiple GQLUda instances are ignored #88

Open
schveiguy opened this issue Apr 19, 2022 · 0 comments
Open

Multiple GQLUda instances are ignored #88

schveiguy opened this issue Apr 19, 2022 · 0 comments
Assignees

Comments

@schveiguy
Copy link
Contributor

I know the normal usage is to do:

@GQLDUda(uda1, uda2) int member;

But if you happen to do:

@GQLDUda(uda1) @GQLDUda(uda2) int member;

The first is the only one obeyed. The code should use both, or provide an error saying that only one is allowed. The former solution is preferred, so you can split out common attributes into a scope.

@burner burner self-assigned this Apr 20, 2022
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

No branches or pull requests

2 participants