Skip to content

A Basic example of using Graphql with Typescript and Express-GraphQL

Notifications You must be signed in to change notification settings

Eddie4k-code/GraphQL-TypeScript-Example

Repository files navigation

GraphQL-TypeScript-Example

A Basic example of using Graphql with Typescript and Express-GraphQL

Start

1. npm install

2. npm start

Queries

users - fetches all users user(id:string) - fetches a specific user based on id

Mutations

createUser(name:string, email:string) - creates a user.

About

A Basic example of using Graphql with Typescript and Express-GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published