apollo-api
3.6.2
common
apollo-api
/
com.apollographql.apollo3.api
/
FakeResolverContext
Fake
Resolver
Context
common
class
FakeResolverContext
(
val
path
:
List
<
Any
>
,
val
mergedField
:
CompiledField
)
Content copied to clipboard
Constructors
Properties
Constructors
Fake
Resolver
Context
Link copied to clipboard
common
fun
FakeResolverContext
(
path
:
List
<
Any
>
,
mergedField
:
CompiledField
)
Content copied to clipboard
Properties
merged
Field
Link copied to clipboard
common
val
mergedField
:
CompiledField
Content copied to clipboard
the field being resolved
path
Link copied to clipboard
common
val
path
:
List
<
Any
>
Content copied to clipboard
the path to the element being resolved.
path
is a list of
String
or
Int