Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDEA: Refactor Handlers by splitting artifacts generation and schema/executor generation #4057

Open
ardatan opened this issue Jun 20, 2022 · 0 comments

Comments

@ardatan
Copy link
Owner

ardatan commented Jun 20, 2022

Today handlers take a store and reads/writes that store while building a GraphQL Schema and an executor within getMeshStore
but instead handlers can have two methods;
getSource that returns MeshSource like the existing getMeshStore but it will take built artifacts as a parameter
getArtifacts that returns an array or a map that contains generated artifacts such as MySQL database introspection, gRPC protobuf descriptors, GraphQL schema for GraphQL sources etc.

@ardatan ardatan changed the title Refactor Handlers by splitting artifacts generation and schema/executor generation IDEA: Refactor Handlers by splitting artifacts generation and schema/executor generation Jun 20, 2022
This was referenced Apr 30, 2024
This was referenced May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant