graphql-engine/community/boilerplates/remote-schemas/azure-functions/nodejs/host.json
Tirumarai Selvan d6a3cf337f add hello-world remote-schema boilerplates for major serverless providers (#1694)
A hello world schema is provided with local dev and deployment instructions for AWS Lambda, Google Cloud Functions and Azure Functions.

Older boilerplates are cleaned up.
2019-03-05 21:45:39 +05:30

20 lines
334 B
JSON

{
"version": "2.0",
"functions": [ "graphql" ],
"functionTimeout": "00:00:30",
"extensions": {
"http": {
"routePrefix": ""
}
},
"logging": {
"fileLoggingMode": "always",
"logLevel": {
"default": "Information"
},
"console": {
"isEnabled": "false"
}
}
}