Add Graphql (#709)

* Add GraphQL language

* Add README link

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
HoJeong Im 2020-03-30 01:13:06 +09:00 committed by GitHub
parent 81f87768b4
commit e89d3eac08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Googleappscript](g%5Cgoogleappscript.gs)
* [Gosu](g%5Cgosu.gosu)
* [Gosu](g%5Cgosu.gs)
* [Graphql](g/graphql.graphql)
* [Gravity](g%5Cgravity.gravity)
* [Green Marl](g%5CGreen-Marl.gm)
* [Gri](g%5Cgri.gri)

3
g/graphql.graphql Normal file
View File

@ -0,0 +1,3 @@
{
"Hello World"
}