gptguy
gptguy
``` #[derive(GraphQLQuery)] | ^^^^^^^^^^^^ | = help: message: unnamed operation ``` Project fails to compile with the error above. here are my imports: ``` use graphql_client::*; use wasm_bindgen::prelude::*; use web_sys::console;...
**Web3 version**: 1.1.0 **Command(s) triggering the issue**: Any web3 command **API output**: Uncaught (in promise) TypeError: Cannot read property 'node' of undefined at new XMLHttpRequest [(xml-http-request.js?37da:91)](https://github.com/souldreamer/xhr2-cookies/blob/bd6d48431ad93c8073811e5d4b77394dd637a85a/xml-http-request.ts#L102) at HttpProvider._prepareRequest (index.js?151c:50) at...