9 Star 37 Fork 11

/ think-graphql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
提交于 2018-08-03 16:11 . Added: 增加fieldsMap功能
{
"name": "smilecc/think-graphql",
"description": "better graphql sdk for thinkphp 5",
"type": "library",
"require": {
"php": ">=7.0",
"webonyx/graphql-php": ">=0.12.2"
},
"license": "MIT",
"authors": [
{
"name": "SmileC",
"email": "smilexcc@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"smilecc\\think\\": "src/"
}
}
}
PHP
1
https://gitee.com/smilec/think-graphql.git
git@gitee.com:smilec/think-graphql.git
smilec
think-graphql
think-graphql
master

搜索帮助