GraphQLClient is a class.
import { GraphQLClient } from 'graphql-request';
typeOf<GraphQLClient>(); // Error: No valid runtime type for function GraphQLClient given. Is @deepkit/type-compiler correctly installed? Execute deepkit-type-install to check
It should be { kind: 1, typeName: 'GraphQLClient' }.
GraphQLClientis a class.It should be
{ kind: 1, typeName: 'GraphQLClient' }.