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