express-graphql-typescript-boilerplate
express-graphql-typescript-boilerplate copied to clipboard
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
`GraphqlFieldConfig` interface for defining types is glueing code definition with this very framework/boilerplate. What do you think about using some external library like https://github.com/prismake/typegql ```ts @ObjectType({ description: 'Simple product object...
Hey folks, I've noticed (actually my compiler did) there are some types missing. For example `GraphQLFieldDefinition`, `GraphQLFieldDefinitionMap` and `GraphQLFieldResolveFn`. They are imported from `graphql` package but there are none of...
Looks like a great project, but can't see all its goodness cause it won't build for me No MySql, so trying 'sqlite3'. Just setting the connection string to be a...
As a new user to this project, the organization of this repo's logic is very convoluted and hard to get a full picture. The README with the code structure helps...
I'm trying to understand how the project all fits together and am failing to see how dataloaders defined in context/ are actually used. I see the dataloaders are attached to...