graphql-client
graphql-client copied to clipboard
Would it be possible to import graphql types from other files ? -> import * from "./generated/other_types.graphql"
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 ?