All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apollographql.apollo.cache.normalized.internal.Transaction.kt Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package com.apollographql.apollo.cache.normalized.internal

interface Transaction {
  fun execute(cache: T): R?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy