The following configuration keys can be used to set up integration with WebServer:
| key | default value | description |
|---|---|---|
|
|
Context that serves the GraphQL endpoint. |
|
|
URI that serves the schema (under web context) |
|
|
CORS configuration for this service |
|
|
Configuration of |
The following configuration keys can be used to set up GraphQL invocation:
| key | default value | description |
|---|---|---|
|
|
Error message to send to caller in case of error |
|
|
Array of checked exception classes that should return default error message |
|
|
Array of unchecked exception classes that should return message to caller (instead of default error message) |