graphql-ts-example icon indicating copy to clipboard operation
graphql-ts-example copied to clipboard

Results 2 graphql-ts-example issues
Sort by recently updated
recently updated
newest added

When this project start, the cmd is `ts-node src/index.ts`. The files of https://github.com/dillionmegida/graphql-ts-example/tree/main/src/users are never be imported. how it works?

Some mock data like: When I query by `getUser`, it get null, because the input id need String, but the id in mock data is number. https://github.com/dillionmegida/graphql-ts-example/blob/main/src/index.ts#L42 I try to...