GraphQL-TypeScript-Example A Basic example of using Graphql with Typescript and Express-GraphQL Start Backend 1.npm install 2.npm start Queries users - Fetches all Users user(id:string) - fetches a specific user based on a ID. Mutations createUser - Creates a user