The base graphql library should be able to read graphql schema files.
It has the ability to parse them already but it cant turn "definitions" into actual runtime object types.
I propose we have the ability to compile a graphql schema file and generate it into runnable schema with data fetchers and type resolvers.
The base graphql library should be able to read graphql schema files.
It has the ability to parse them already but it cant turn "definitions" into actual runtime object types.
I propose we have the ability to compile a graphql schema file and generate it into runnable schema with data fetchers and type resolvers.