I want to be able to import two modules with the `*` syntax. Example: ```graphql #import * from "ens/ethers.wraps.eth:core@0.0.1" #import * from "ens/ethers.wraps.eth:utils@0.0.1" ``` If I do this the schema pipeline will throw an error
I want to be able to import two modules with the
*syntax. Example:If I do this the schema pipeline will throw an error