You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
I'm trying your project because I would like to test Nest.
Is it compiling? because I get this error at npm start:
TSError: ⨯ Unable to compile TypeScript:
starter/graphql.config.ts:12:26 - error TS2322: Type 'typeof import("C:/j/w/i/laboratory/nt-cms/node_modules/@types/graphql-type-json/index")' is not assignable to type '(() => any) | Gr
aphQLScalarType | IEnumResolver | IResolverObject<any, any, any> | IResolverOptions<any, any, any>'.
Type 'typeof import("C:/j/w/i/laboratory/nt-cms/node_modules/@types/graphql-type-json/index")' is not assignable to type 'IResolverObject<any, any, any>'.
Property 'GraphQLJSONObject' is incompatible with index signature.
Type 'GraphQLScalarType' is not assignable to type 'IResolverObject<any, any, any> | IResolverOptions<any, any, any> | IFieldResolver<any, any, any>'.
Type 'GraphQLScalarType' is not assignable to type 'IResolverObject<any, any, any>'.
Index signature is missing in type 'GraphQLScalarType'.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying your project because I would like to test Nest.
Is it compiling? because I get this error at npm start:
Thanks in advance.
The text was updated successfully, but these errors were encountered: