graphqlgen
graphqlgen copied to clipboard
Support importing from node modules as model path
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