CompiledArgument

@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()