Apollo Kotlin Execution Help

Persisted documents

Automatic persisted documents

Apollo Kotlin Execution supports Automatic Persisted Queries.

To enable them, call persistedDocumentCache():

val executableSchema = ServiceExecutableSchemaBuilder() .persistedDocumentCache(InMemoryPersistedDocumentCache()) .build()
Last modified: 01 September 2024