Liking cljdoc? Tell your friends :D

grafeo.core


conform-documentclj/s

(conform-document doc)

Conform the GraphQL document doc in s-expression format to :grafeo/document.

Conform the GraphQL document `doc` in s-expression format
to :grafeo/document.
sourceraw docstring

conform-document!clj/s

(conform-document! doc)

Conform the GraphQL document doc in s-expression format to :grafeo/document, or throw an exception.

Conform the GraphQL document `doc` in s-expression format
to :grafeo/document, or throw an exception.
sourceraw docstring

parse-documentclj/s

(parse-document doc & [opts])

Parse the GraphqQL doc document and return an Alumbra AST.

Parse the GraphqQL `doc` document and return an Alumbra AST.
sourceraw docstring

parse-document-jsclj/s

(parse-document-js doc & [opts])

Parse the GraphqQL doc document and return a JavaScript AST.

Parse the GraphqQL `doc` document and return a JavaScript AST.
sourceraw docstring

pprintclj/s

(pprint document & [opts])

Parse the GraphQL document in s-expression form and pretty print it.

Parse the GraphQL `document` in s-expression form and pretty print it.
sourceraw docstring

printclj/s

(print document & [opts])

Parse the GraphQL document in s-expression form and print it.

Parse the GraphQL `document` in s-expression form and print it.
sourceraw docstring

valid-document?clj/s

(valid-document? x)

Returns true if x is a valid GraphQL document in s-expression format, otherwise false.

Returns true if `x` is a valid GraphQL document in s-expression
format, otherwise false.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close