package instances
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- instances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
implicit
val
monoidDocument: Monoid[Document]
Useful if you want to combine documents using
.combineAll,.foldMapor.foldMapM.Useful if you want to combine documents using
.combineAll,.foldMapor.foldMapM.Note that there is also
Documents.merge, which has nothing to do with cats, but merge multiple Documents as well. -
implicit
object
CirceInputUnmarshaller extends InputUnmarshaller[Json]
Inlined from sangria-circe 1.2.1, as it is not yet available for circe 0.11.x and it is unclear when it would be.
Inlined from sangria-circe 1.2.1, as it is not yet available for circe 0.11.x and it is unclear when it would be.
We only need this part so no need to inline everything else from
sangria.marshalling.circe._.