apollo-kdoc
Toggle table of contents
5.0.0-SNAPSHOT
Select version
5.0.0-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
apollo-kdoc
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