apollo-kotlin
3.8.2
apollo-compiler
/
com.apollographql.apollo3.compiler.codegen
/
ResolverKey
Resolver
Key
@
JsonClass
(
generateAdapter
=
true
)
data
class
ResolverKey
(
val
kind
:
ResolverKeyKind
,
val
id
:
String
)
Content copied to clipboard
Must be a data class because it is used as a key in resolvers
Constructors
Properties
Constructors
Resolver
Key
Link copied to clipboard
fun
ResolverKey
(
kind
:
ResolverKeyKind
,
id
:
String
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
kind
Link copied to clipboard
val
kind
:
ResolverKeyKind
Content copied to clipboard