Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Created June 9, 2019 03:24
Show Gist options
  • Save Lavanyagaur22/7731b25479273cb076e8c5a5b3a19108 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/7731b25479273cb076e8c5a5b3a19108 to your computer and use it in GitHub Desktop.
@Override
public <D extends Mutation.Data, T, V extends Mutation.Variables> ApolloMutationCall<T> mutate(
@Nonnull Mutation<D, T, V> mutation) {
return newCall(mutation).cacheControl(CacheControl.NETWORK_ONLY);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment