API cleanup: use "scalar" instead of "custom scalar" #3815
Labels
🧊 Icebox
Features that would be nice but probably won't happen in the near future
⚠️ Breaking Change
To be done in next major version
It is now possible to specify a type and adapter for built-in scalars (#3748) so the terminology "custom scalar" could be simply "scalar". The class
CustomScalarAdapters
(and related functionscustomScalarAdapters
addCustomScalarAdapter
onApolloClient.Builder
) can be renamed.Since this is a breaking change, keeping it for the next major release.
See also #3813 where we discuss replacing it by or embedding it in an
AdapterContext
.There are also a few other symbols:
The text was updated successfully, but these errors were encountered: