
com.apollographql.apollo.cache.normalized.internal.Transaction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-normalized-cache Show documentation
Show all versions of apollo-normalized-cache Show documentation
Apollo GraphQL Normalized Cache APIs
package com.apollographql.apollo.cache.normalized.internal
interface Transaction {
fun execute(cache: T): R?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy