apollo-kotlin
3.8.2
apollo-normalized-cache-api
/
com.apollographql.apollo3.cache.normalized.api
/
CacheKey
/
Companion
/
from
from
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
from
(
typename
:
String
,
values
:
List
<
String
>
)
:
CacheKey
Content copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
from
(
typename
:
String
,
vararg
values
:
String
)
:
CacheKey
Content copied to clipboard
Helper function to build a cache key from a list of strings