-
-
Notifications
You must be signed in to change notification settings - Fork 670
Closed
Labels
Community 👨👧Something initiated by a communitySomething initiated by a communityEnhancement 🆕New feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
We are placing resolvers in different folders for public or internal.
We are deploying the same graphQL codebase twice, one marked as public and one internal.
The public one does not have a number of revolvers, due to them only being internal.
We are doing this so we do not expose our internal models publically.
While only the resolvers that we require are showing up in the schema (👍 ), all of the ObjectTypes in the codebase are.
Describe the solution you'd like
The requested solution is to only put types that are used in the loaded resolvers.
Describe alternatives you've considered
We can split the codebase and move shared models into an npm package but would prefer not.
goldcaddy77
Metadata
Metadata
Assignees
Labels
Community 👨👧Something initiated by a communitySomething initiated by a communityEnhancement 🆕New feature or requestNew feature or request