add

fun <T> add(customScalarType: CustomScalarType, customScalarAdapter: Adapter<T>): CustomScalarAdapters.Builder


@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_0_0)
fun <T> add(customScalarType: CustomScalarType, customTypeAdapter: CustomTypeAdapter<T>): CustomScalarAdapters.Builder

Deprecated

Used for backward compatibility with 2.x