Skip to content
/ GraphQL Public

A tool similar to graphql and mapping database.

License

Notifications You must be signed in to change notification settings

isunk/GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL

A tool similar to graphql.

Run examples with deno

deno run -A examples.ts

Build with nodejs

npm install typescript -g
npm install uglify-js -g
tsc -t es2016 -d graphql.ts && uglifyjs graphql.js -m -o graphql.min.js

Example

See examples.ts

About

A tool similar to graphql and mapping database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published