Skip to content

A toy scratch implementation query language and runtime like GraphQL.

Notifications You must be signed in to change notification settings

Ubugeeei/ZisakuQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

ZisakuQL

A toy scratch implementation query language and runtime like GraphQL.

Usage

> deno run --allow-net src/main.ts
# Listening on http://localhost:8000/
curl http://localhost:8000/zisakuql --data"\
  query getTodo(id: 3) {\
   name\
    description\
    dueDate\
    owner {\
      id\
      username\
    }\
 }\
 " | jq

Examples

スクリーンショット 2022-12-04 1 36 25

スクリーンショット 2022-12-04 1 38 53

スクリーンショット 2022-12-04 2 03 33

About

A toy scratch implementation query language and runtime like GraphQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published