ValidationWrapper
caliban.wrappers.Wrapper.ValidationWrapper
trait ValidationWrapper[-R] extends SimpleWrapper[R, ValidationError, ExecutionRequest, Document]
Wrapper for the query validation stage. Wraps a function from a Document
to a ZIO[R, ValidationError, ExecutionRequest]
.
Attributes
- Graph
-
- Supertypes
- Self type
Members list
In this article