apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
apollo-kotlin
apollo-compiler
/
com.apollographql.apollo.compiler.codegen
/
ResolverKey
Resolver
Key
@
Serializable
data
class
ResolverKey
(
val
kind
:
ResolverKeyKind
,
val
id
:
String
)
Must be a data class because it is used as a key in resolvers
Members
Constructors
Resolver
Key
Link copied to clipboard
constructor
(
kind
:
ResolverKeyKind
,
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
kind
Link copied to clipboard
val
kind
:
ResolverKeyKind