
com.apollographql.apollo.internal.cache.normalized.CacheKeyBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-android-sdk-appsync-runtime Show documentation
Show all versions of aws-android-sdk-appsync-runtime Show documentation
AWS AppSync GraphQL runtime library to support generated code
/**
* 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