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

com.apollographql.apollo.internal.cache.normalized.CacheKeyBuilder Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
/**
 * Copyright 2018-2019 Amazon.com,
 * Inc. or its affiliates. All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package com.apollographql.apollo.internal.cache.normalized;

import com.apollographql.apollo.api.Operation;
import com.apollographql.apollo.api.ResponseField;

import javax.annotation.Nonnull;

public interface CacheKeyBuilder {
    @Nonnull String build(@Nonnull ResponseField field, @Nonnull Operation.Variables variables);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy