CompiledArgument

The Kotlin representation of a GraphQL argument

value can be

Note: for now, enums are mapped to Strings

Constructors

Link copied to clipboard
@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_3_3)
constructor(name: String, value: Any?, isKey: Boolean = false)

Types

Link copied to clipboard
class Builder(name: String, value: Any?)

Properties

Link copied to clipboard
val isKey: Boolean = false
Link copied to clipboard
@ApolloExperimental
val isPagination: Boolean = false
Link copied to clipboard
Link copied to clipboard
val value: Any?