startAfter 
  Deprecated
Deprecated. Use `startAfterFieldValues` instead
Replace with
startAfterFieldValues { fieldValues.forEach { add(it) } }Content copied to clipboard
fun startAfter(vararg fieldValues: Any?, buildSettings: EncodeSettings.Builder.() -> Unit): Query(source)
Deprecated
Deprecated. Use `startAfterFieldValues` instead
Replace with
startAfterFieldValues {
apply(buildSettings)
fieldValues.forEach { add(it) }
}Content copied to clipboard