7 Star 37 Fork 6

linuxr / illuminant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update-shema.sh 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
linuxr 提交于 2021-04-12 11:07 . upgrade gqlgen
#!/bin/bash
#set -x
#******************************************************************************
# @file : update-shema.sh
# @author : wangyubin
# @date : 2020-09-21 22:03:17
#
# @brief : update schema from hasura
# history : init
#******************************************************************************
host=106.54.141.54
port=9090
gq http://${host}:${port}/v1/graphql -H "X-Hasura-Admin-Secret: illuminantsecret" --introspect > schema.graphql
gqlgen generate
rm -f generated.go
Go
1
https://gitee.com/wangyubin/illuminant.git
git@gitee.com:wangyubin/illuminant.git
wangyubin
illuminant
illuminant
dev

搜索帮助