graphql-typescript icon indicating copy to clipboard operation
graphql-typescript copied to clipboard

Getting started with GraphQL and TypeScript using TypeGraphQL

Results 1 graphql-typescript issues
Sort by recently updated
recently updated
newest added

Hi, tried to follow the (https://pusher.com/tutorials/graphql-typescript) guide so git cloned & ran tsc. ``` tsc node_modules/subscriptions-transport-ws/dist/server.d.ts:2:28 - error TS7016: Could not find a declaration file for module 'ws'. '/home/Development/Projects/graphql-typescript/node_modules/ws/index.js' implicitly...