toggle menu
apollo-api
3.8.3
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo3.api
/
CompiledArgument
/
CompiledArgument
Compiled
Argument
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_3_3
)
constructor
(
name
:
String
,
value
:
Any
?
,
isKey
:
Boolean
=
false
)
Deprecated
Use the Builder instead
Replace with
CompiledArgument.Builder(name = name, value = value).isKey(isKey).build()
Content copied to clipboard