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
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.
The text was updated successfully, but these errors were encountered:
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
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 returnsMeshSource
like the existinggetMeshStore
but it will take built artifacts as a parametergetArtifacts
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.The text was updated successfully, but these errors were encountered: