1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 03:57:10 +00:00

add graphql example

#2029
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-02-07 03:01:24 +02:00
parent da9666d5b8
commit e9eb85af90
12 changed files with 4412 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
* [Gorm](database/orm/gorm/main.go)
* [Reform](database/orm/reform/main.go)
* [x/sqlx](database/sqlx/main.go) **NEW**
* GraphQL
* [GraphQL schema-first](graphql/schema-first)
* HTTP Server
* [HOST:PORT](http-server/listen-addr/main.go)
* [Public Test Domain](http-server/listen-addr-public/main.go)