When using only the field resolver in the plugin, the queries would have actually run on the server before the auth plugin could do its job and deny access if the user had no privileges. Apparently Nexus didn't really implement the same with the subscriber so we can authorize before the subscription is started, sooooo I had to patch that. Great.
When using only the field resolver in the plugin, the queries would have actually run on the server before the auth plugin could do its job and deny access if the user had no privileges. Apparently Nexus didn't really implement the same with the subscriber so we can authorize before the subscription is started, sooooo I had to patch that. Great.