graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Would it be possible to import graphql types from other files ? -> import * from "./generated/other_types.graphql"

Open jrouaix opened this issue 3 years ago • 0 comments

Hello,

Not all my graphql types are in one files, there is "non standard" way to import types to the schema.graphql from other files (usually generated), as shown in the Graphql Extension Gif here : https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql

Would it be possible to do so with this awesome crate ?

jrouaix avatar Jul 15 '22 15:07 jrouaix