(explain x)
Explains x
using malli.core/explain
.
Expects x
to be a malli-like vector.
Explains `x` using `malli.core/explain`. Expects `x` to be a malli-like vector.
(gql & objs)
Attempts to produce a GraphQL request string from objs
.
Expects objs
to either be instance(s) of oksa.alpha.protocol/Representable
or malli-like vector(s).
See oksa.alpha.api/api
, README.md
, or tests for examples.
Attempts to produce a GraphQL request string from `objs`. Expects `objs` to either be instance(s) of `oksa.alpha.protocol/Representable` or malli-like vector(s). See `oksa.alpha.api/api`, `README.md`, or tests for examples.
(unparse x)
Attempts to parse x
and produce a GraphQL request string.
Expects x
to be a malli-like vector.
Attempts to parse `x` and produce a GraphQL request string. Expects `x` to be a malli-like vector.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close