Skip to content

Multiple GQLUda instances are ignored #88

@schveiguy

Description

@schveiguy

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions