graphqlgen icon indicating copy to clipboard operation
graphqlgen copied to clipboard

Support importing from node modules as model path

Open schickling opened this issue 7 years ago • 0 comments

Additionally to supporting the current file path import syntax (for context, models, ...) we should add support for resolving from node_modules.

Example:

context: my-npm-package:Context

Thanks for this great suggestion @blakeembrey

schickling avatar Oct 28 '18 18:10 schickling