You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autodiscovery mechanism accidentally ignores anything that is meta-annotated with @GraphQLIgnore. This means e.g. classes with a custom directive (using @GraphQLDirective) will be ignored by autodiscovery.
The text was updated successfully, but these errors were encountered:
Autodiscovery mechanism accidentally ignores anything that is meta-annotated with
@GraphQLIgnore
. This means e.g. classes with a custom directive (using@GraphQLDirective
) will be ignored by autodiscovery.The text was updated successfully, but these errors were encountered: