A Basic example of using Graphql with Typescript and Express-GraphQL
1. npm install2. npm start users - fetches all users user(id:string) - fetches a specific user based on id createUser(name:string, email:string) - creates a user.
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commit | ||||
A Basic example of using Graphql with Typescript and Express-GraphQL