3 Star 0 Fork 1

mirrors_TIBCOSoftware/tcapim-graphql-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
ajjoshi-tibco 提交于 2022-02-03 08:47 . initial commit
{
"name": "tcapim-graphql-proxy",
"description": "tcapim-graphql-proxy is a application to validate graphql queries in TIBCO Cloud API Management.",
"version": "1.0",
"type": "nodejs-app",
"resources": {
"physicalMemory": 1024,
"totalMemory": 4096,
"cpuQuota": 25
},
"endpoints": [
{
"primary": true,
"protocol": "http",
"port": "8000",
"public": true,
"swagger": {
"swagger": "2.0",
"info": {
"version": "1.0",
"title": "tcapim-graphql-proxy",
"description": "Inline proxies for pre-processing of graphql requests"
},
"paths": {
"/preprocessor": {
"post": {
"produces": [],
"responses": {
"200": {
"description": "Success response",
"schema": {
"type": "string"
}
},
"400": {
"description": "Bad Request",
"schema": {
"type": "string"
}
}
},
"parameters": [],
"operationId": "gqlPreProcessor",
"description": "Inline proxies for pre-processing of graphql requests",
"summary": "Inline proxies for pre-processing of graphql requests"
}
}
}
},
"type": "public",
"pingable": false,
"spec": {
"name": "tcapim-graphql-proxy",
"version": "1.0"
}
}
],
"properties": [
{
"name": "MAX_QUERY_DEPTH",
"datatype": "number",
"default": "3"
},
{
"name": "ALLOW_INTROSPECT",
"datatype": "boolean",
"default": "false"
},
{
"name": "ALLOW_MUTATION",
"datatype": "boolean",
"default": "false"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_TIBCOSoftware/tcapim-graphql-proxy.git
git@gitee.com:mirrors_TIBCOSoftware/tcapim-graphql-proxy.git
mirrors_TIBCOSoftware
tcapim-graphql-proxy
tcapim-graphql-proxy
master

搜索帮助