Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Decouple field info from GraphQL #7

Open
avin-kavish opened this issue Mar 15, 2020 · 0 comments
Open

Decouple field info from GraphQL #7

avin-kavish opened this issue Mar 15, 2020 · 0 comments

Comments

@avin-kavish
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant