πŸ“¦ ubugeeei / ZisakuQL

A toy scratch implementation query language and runtime like GraphQL.

β˜… 3 stars β‘‚ 0 forks πŸ‘ 3 watching
denographqlhonoscratch-implementationtypescript
πŸ“₯ Clone https://github.com/ubugeeei/ZisakuQL.git
HTTPS git clone https://github.com/ubugeeei/ZisakuQL.git
SSH git clone git@github.com:ubugeeei/ZisakuQL.git
CLI gh repo clone ubugeeei/ZisakuQL
Loading files...
πŸ“„ README.md

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