Neil Harlow
Neil Harlow
Additionally, the `EthereumProvider` type only contains a single field (`isMetaMask`). It would be very useful to have full provider typing here!
A typed version of @MarkPolivchuk's solution: ```typescript import { useQuery, QueryHookOptions } from '@apollo/react-hooks'; import { OperationVariables } from 'apollo-client'; import { DocumentNode } from 'graphql'; import { QueryResult }...
I would like to see this functionality as well! JSDoc comment block generation does not work with this extension at the moment.