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
In client query and name and payload fields the directive works as expected, but in both users and admins (loaders), it isn't.
¿It's a framework limitation? ¿An implementation error? ¿A bug?
Thanks for the support! I have been working with Mercurius for 3 years ago and i'm really satisfied, it has all we need to create a fast lightweight graphql server!
The text was updated successfully, but these errors were encountered:
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.
Hi, i have a graphql server with a custom directive
@auth
, defined in multiple places, but in field loaders it isn't executed.Example:
Directive definition:
In client query and name and payload fields the directive works as expected, but in both
users
andadmins
(loaders), it isn't.¿It's a framework limitation? ¿An implementation error? ¿A bug?
Thanks for the support! I have been working with Mercurius for 3 years ago and i'm really satisfied, it has all we need to create a fast lightweight graphql server!
The text was updated successfully, but these errors were encountered: