Resource pattern for persisted queries in Apollo Persisted Queries
format
caas.persisted-queries.automatic
Type
Boolean
Default
true
Description
Enable Apollo Automatic Persisted Queries
caas.persisted-queries.exclude-file-name-pattern
Type
String
Default
.*Fragment(s)?.graphql
Description
Resource pattern for persisted queries in Relay Compiler format
caas.persisted-queries.query-resources-pattern
Type
String
Default
classpath*:graphql/queries/*.graphql
Description
Resource pattern for persisted queries, one query per resource file.
The filename w/o extension serves as the query id. See also: Spring
PathMatchingResourcePatternResolver class.
Resource pattern for persisted queries in Relay Compiler format
caas.persisted-queries.whitelist
Deprecation
This property has been deprecated and will be removed in a future version.
Use caas.persisted-queries.allow-list instead.
Reason:
Renamed property name to a political correct name.
caas.rest.error-messages-over-jslt-enabled
Type
Boolean
Default
false
Description
Compatibility flag for versions between 2406 and 2412 to pass through
GraphQL error messages over JSLT transformed GraphQL responses.
Defaults to 'false' to stay non-breaking within versions 2406 through
2412!
caas.rest.jslt-enabled
Type
Boolean
Default
true
Description
En/disables the JSLT transformation processor on REST endpoints
caas.rest.jslt-transformations-pattern
Type
String
Default
classpath*:transformations/*.jslt
Description
Returns the path pattern where to find the jslt transformation
resources within headless.
caas.rest.query-mapping-pattern
Type
String
Default
classpath*:graphql/rest-mapping/*.properties
Description
Returns the path pattern where to find rest mapping resources within
headless.
To disable the feature 'persisted-queries' add the class
'com.coremedia.caas.web.persistedqueries.impl.PersistedQueryAutoConfiguration'
to 'spring.autoconfigure.exclude'.
To disable the feature 'persisted-query-rest-mapping' add the class
'com.coremedia.caas.web.rest.RestMappingAutoConfiguration' to
'spring.autoconfigure.exclude'.