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.
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'.