mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
d6a3cf337f
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.
20 lines
334 B
JSON
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"
|
|
}
|
|
}
|
|
}
|