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"
While its possible to import everything into another
.graphqlusing 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"