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
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
I'm using a multi-tiered service architecture. My resolvers do ACL checks and make requests to a business logic service layer, they don't load any data directly. I'd like to extract the required fields at the resolver and pass them between services via a more generic contract. Maybe a string array.
In order to do this the library would need to accept a selection of fields externally.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using a multi-tiered service architecture. My resolvers do ACL checks and make requests to a business logic service layer, they don't load any data directly. I'd like to extract the required fields at the resolver and pass them between services via a more generic contract. Maybe a string array.
In order to do this the library would need to accept a selection of fields externally.
The text was updated successfully, but these errors were encountered: