This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.apollographql.apollo3.ApolloClient | |
import com.apollographql.apollo3.api.ApolloResponse | |
import com.apollographql.apollo3.api.Mutation | |
import com.apollographql.apollo3.api.Operation | |
import com.apollographql.apollo3.api.Query | |
import com.apollographql.apollo3.exception.ApolloException | |
import timber.log.Timber | |
/** | |
* This class handles the execution of GraphQL queries and mutations using the Apollo client. |