graphql-ts-example
                                
                                
                                
                                    graphql-ts-example copied to clipboard
                            
                            
                            
                        How the ts resolver and schema works
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?
Got answer from https://www.freecodecamp.org/news/how-to-use-typescript-with-graphql/