apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-api
/
com.apollographql.apollo.api
/
CompiledArgument
Compiled
Argument
class
CompiledArgument
Members
Types
Builder
Link copied to clipboard
class
Builder
(
definition
:
CompiledArgumentDefinition
)
Properties
definition
Link copied to clipboard
val
definition
:
CompiledArgumentDefinition
is
Key
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
val
isKey
:
Boolean
name
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
val
name
:
String
value
Link copied to clipboard
val
value
:
Optional
<
CompiledValue
?
>
The compile-time value of that argument.