CustomScalarAdapters
A wrapper around a MapAdapter> used to retrieve custom scalar adapters at runtime
Types
Functions
Link copied to clipboard
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Content copied to clipboard
Returns the element with the given key from this context or null
.
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Content 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
fun <T : Any> responseAdapterFor(customScalar: CustomScalarType): Adapter<T>
Content copied to clipboard
Properties
Extensions
Link copied to clipboard
fun CustomScalarAdapters.withDeferredFragmentIds(deferredFragmentIds: Set<DeferredFragmentIdentifier>): CustomScalarAdapters
Content copied to clipboard