generateQueryDocument

abstract val generateQueryDocument: Property<Boolean>

Whether to embed the query document in the com.apollographql.apollo3.api.Operations. By default, this is true as it is needed to send the operations to the server. If performance/binary size is critical, and you are using persisted queries or a similar mechanism, disable this.

Default: true