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
While its possible to import everything into another .graphql using the import comment#import "./personSchema.graphql", is it possible to import individual types?
This is similar to graphql-import where they would have # import Person from "./personSchema.graphql"
The text was updated successfully, but these errors were encountered:
This package is based upon graphql-tag/loader, but maybe it's time to move to a more advanced importer like graphql-import. I'll check if all current features will be supported and if it's an easy switch.
While its possible to import everything into another
.graphql
using the import comment#import "./personSchema.graphql"
, is it possible to import individual types?This is similar to graphql-import where they would have
# import Person from "./personSchema.graphql"
The text was updated successfully, but these errors were encountered: