CustomScalarAdapters
A wrapper around a Map
For historical reasons, it also contains other context used when parsing response. See https://github.com/apollographql/apollo-kotlin/pull/3813
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the element with the given key from this context or null
.
Link copied to clipboard
Returns a context containing elements from this context, but without an element with the specified key.
Link copied to clipboard
Link copied to clipboard
Returns a context containing elements from this context and elements from other context. The elements from this context with the same key as in the other one are dropped.
Link copied to clipboard