Chnapy/ts-gql-plugin

Consider use of CodeFileLoader in graphql-config extensions

Chnapy opened this issue · 1 comments

Consider use of CodeFileLoader in graphql-config extensions so pass most of literal-extract logic into graphql-config.

External doc:

Related #6 #24

Closed by #22

Using CodeFileLoader with graphql-config not possible since this solution is schema-based (start from schema to documents), where TS compiler is script-based (start from script to schemas).