toggle menu
apollo-api
3.8.3
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo3.api
/
ApolloResponse
/
Builder
Builder
class
Builder
<
D
:
Operation.Data
>
(
operation
:
Operation
<
D
>
,
requestUuid
:
Uuid
,
data
:
D
?
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
operation
:
Operation
<
D
>
,
requestUuid
:
Uuid
,
data
:
D
?
)
Functions
add
Execution
Context
Link copied to clipboard
fun
addExecutionContext
(
executionContext
:
ExecutionContext
)
:
ApolloResponse.Builder
<
D
>
build
Link copied to clipboard
fun
build
(
)
:
ApolloResponse
<
D
>
errors
Link copied to clipboard
fun
errors
(
errors
:
List
<
Error
>
?
)
:
ApolloResponse.Builder
<
D
>
extensions
Link copied to clipboard
fun
extensions
(
extensions
:
Map
<
String
,
Any
?
>
?
)
:
ApolloResponse.Builder
<
D
>
is
Last
Link copied to clipboard
fun
isLast
(
isLast
:
Boolean
)
:
ApolloResponse.Builder
<
D
>
request
Uuid
Link copied to clipboard
fun
requestUuid
(
requestUuid
:
Uuid
)
:
ApolloResponse.Builder
<
D
>