Liking cljdoc? Tell your friends :D
ClojureScript only.

active-graphql.core


->argumentcljs

(->argument a-name value)

Positional factory function for active-graphql.core/argument.

Positional factory function for active-graphql.core/argument.
sourceraw docstring

->boolean-argumentcljs

(->boolean-argument arg)

Positional factory function for active-graphql.core/boolean-argument.

Positional factory function for active-graphql.core/boolean-argument.
sourceraw docstring

->documentcljs

(->document definitions)

Positional factory function for active-graphql.core/document.

Positional factory function for active-graphql.core/document.
sourceraw docstring

->enum-argumentcljs

(->enum-argument arg)

Positional factory function for active-graphql.core/enum-argument.

Positional factory function for active-graphql.core/enum-argument.
sourceraw docstring

->fieldcljs

(->field f-alias f-name f-arguments directives selection-set)

Positional factory function for active-graphql.core/field.

Positional factory function for active-graphql.core/field.
sourceraw docstring

->float-argumentcljs

(->float-argument arg)

Positional factory function for active-graphql.core/float-argument.

Positional factory function for active-graphql.core/float-argument.
sourceraw docstring

->fragment-definitioncljs

(->fragment-definition f-name type-condition directives selection-set)

Positional factory function for active-graphql.core/fragment-definition.

Positional factory function for active-graphql.core/fragment-definition.
sourceraw docstring

->inline-fragmentcljs

(->inline-fragment type directives selection-set)

Positional factory function for active-graphql.core/inline-fragment.

Positional factory function for active-graphql.core/inline-fragment.
sourceraw docstring

->input-object-argumentcljs

(->input-object-argument arg)

Positional factory function for active-graphql.core/input-object-argument.

Positional factory function for active-graphql.core/input-object-argument.
sourceraw docstring

->int-argumentcljs

(->int-argument arg)

Positional factory function for active-graphql.core/int-argument.

Positional factory function for active-graphql.core/int-argument.
sourceraw docstring

->list-argumentcljs

(->list-argument arg)

Positional factory function for active-graphql.core/list-argument.

Positional factory function for active-graphql.core/list-argument.
sourceraw docstring

->nil-argumentcljs

(->nil-argument)

Positional factory function for active-graphql.core/nil-argument.

Positional factory function for active-graphql.core/nil-argument.
sourceraw docstring

->operation-definitioncljs

(->operation-definition definition)

Positional factory function for active-graphql.core/operation-definition.

Positional factory function for active-graphql.core/operation-definition.
sourceraw docstring

->operation-type-querycljs

(->operation-type-query operation-type
                        q-name
                        variable-definitions
                        directives
                        selection-set)

Positional factory function for active-graphql.core/operation-type-query.

Positional factory function for active-graphql.core/operation-type-query.
sourceraw docstring

->resultcljs

(->result data errors)

Positional factory function for active-graphql.core/result.

Positional factory function for active-graphql.core/result.
sourceraw docstring

->string-argumentcljs

(->string-argument arg)

Positional factory function for active-graphql.core/string-argument.

Positional factory function for active-graphql.core/string-argument.
sourceraw docstring

add-selections-to-query-documentcljs

(add-selections-to-query-document doc-query add-selections)
source

argumentcljs

source

argument-namecljs

(argument-name rec__4474__auto__)
(argument-name data__4475__auto__ v__4476__auto__)

Lens for the a-name field from a argument record. See active-graphql.core/make-argument.

Lens for the `a-name` field from a [[argument]] record. See [[active-graphql.core/make-argument]].
sourceraw docstring

argument-valuecljs

(argument-value rec__4474__auto__)
(argument-value data__4475__auto__ v__4476__auto__)

Lens for the value field from a argument record. See active-graphql.core/make-argument.

Lens for the `value` field from a [[argument]] record. See [[active-graphql.core/make-argument]].
sourceraw docstring

argument?cljs

(argument? thing)

Is object a argument record? See active-graphql.core/make-argument.

Is object a `argument` record? See [[active-graphql.core/make-argument]].
sourceraw docstring

arguments-from-mapcljs

(arguments-from-map args)
source

atomic-fieldcljs

(atomic-field alias name arguments)
source

boolean-argcljs

(boolean-arg arg)
source

boolean-argumentcljs

source

boolean-argument-argcljs

(boolean-argument-arg rec__4474__auto__)
(boolean-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a boolean-argument record. See active-graphql.core/make-boolean-argument.

Lens for the `arg` field from a [[boolean-argument]] record. See [[active-graphql.core/make-boolean-argument]].
sourceraw docstring

boolean-argument?cljs

(boolean-argument? thing)

Is object a boolean-argument record? See active-graphql.core/make-boolean-argument.

Is object a `boolean-argument` record? See [[active-graphql.core/make-boolean-argument]].
sourceraw docstring

create-requestcljs

(create-request document)

Takes a query document and returns a stringified (e.g. fully escaped version of it), ready to send to a grapqhl endpoint.

Takes a query document and returns a stringified (e.g. fully escaped version
of it), ready to send to a grapqhl endpoint.
sourceraw docstring

documentcljs

source

document-definitionscljs

(document-definitions rec__4474__auto__)
(document-definitions data__4475__auto__ v__4476__auto__)

Lens for the definitions field from a document record. See active-graphql.core/make-document.

Lens for the `definitions` field from a [[document]] record. See [[active-graphql.core/make-document]].
sourceraw docstring

document?cljs

(document? thing)

Is object a document record? See active-graphql.core/make-document.

Is object a `document` record? See [[active-graphql.core/make-document]].
sourceraw docstring

enum-argcljs

(enum-arg arg)
source

enum-argumentcljs

source

enum-argument-argcljs

(enum-argument-arg rec__4474__auto__)
(enum-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a enum-argument record. See active-graphql.core/make-enum-argument.

Lens for the `arg` field from a [[enum-argument]] record. See [[active-graphql.core/make-enum-argument]].
sourceraw docstring

enum-argument?cljs

(enum-argument? thing)

Is object a enum-argument record? See active-graphql.core/make-enum-argument.

Is object a `enum-argument` record? See [[active-graphql.core/make-enum-argument]].
sourceraw docstring

fieldcljs

source

field*cljs

(field* alias name arguments selection-list)
source

field-aliascljs

(field-alias rec__4474__auto__)
(field-alias data__4475__auto__ v__4476__auto__)

Lens for the f-alias field from a field record. See active-graphql.core/make-field.

Lens for the `f-alias` field from a [[field]] record. See [[active-graphql.core/make-field]].
sourceraw docstring

field-argumentscljs

(field-arguments rec__4474__auto__)
(field-arguments data__4475__auto__ v__4476__auto__)

Lens for the f-arguments field from a field record. See active-graphql.core/make-field.

Lens for the `f-arguments` field from a [[field]] record. See [[active-graphql.core/make-field]].
sourceraw docstring

field-directivescljs

(field-directives rec__4474__auto__)
(field-directives data__4475__auto__ v__4476__auto__)

Lens for the directives field from a field record. See active-graphql.core/make-field.

Lens for the `directives` field from a [[field]] record. See [[active-graphql.core/make-field]].
sourceraw docstring

field-namecljs

(field-name rec__4474__auto__)
(field-name data__4475__auto__ v__4476__auto__)

Lens for the f-name field from a field record. See active-graphql.core/make-field.

Lens for the `f-name` field from a [[field]] record. See [[active-graphql.core/make-field]].
sourceraw docstring

field-selection-setcljs

(field-selection-set rec__4474__auto__)
(field-selection-set data__4475__auto__ v__4476__auto__)

Lens for the selection-set field from a field record. See active-graphql.core/make-field.

Lens for the `selection-set` field from a [[field]] record. See [[active-graphql.core/make-field]].
sourceraw docstring

field?cljs

(field? thing)

Is object a field record? See active-graphql.core/make-field.

Is object a `field` record? See [[active-graphql.core/make-field]].
sourceraw docstring

float-argcljs

(float-arg arg)
source

float-argumentcljs

source

float-argument-argcljs

(float-argument-arg rec__4474__auto__)
(float-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a float-argument record. See active-graphql.core/make-float-argument.

Lens for the `arg` field from a [[float-argument]] record. See [[active-graphql.core/make-float-argument]].
sourceraw docstring

float-argument?cljs

(float-argument? thing)

Is object a float-argument record? See active-graphql.core/make-float-argument.

Is object a `float-argument` record? See [[active-graphql.core/make-float-argument]].
sourceraw docstring

fragment-definitioncljs

source

fragment-definition?cljs

(fragment-definition? thing)

Is object a fragment-definition record? See active-graphql.core/make-fragment-definition.

Is object a `fragment-definition` record? See [[active-graphql.core/make-fragment-definition]].
sourceraw docstring

fragment-directivescljs

(fragment-directives rec__4474__auto__)
(fragment-directives data__4475__auto__ v__4476__auto__)

Lens for the directives field from a fragment-definition record. See active-graphql.core/make-fragment-definition.

Lens for the `directives` field from a [[fragment-definition]] record. See [[active-graphql.core/make-fragment-definition]].
sourceraw docstring

fragment-namecljs

(fragment-name rec__4474__auto__)
(fragment-name data__4475__auto__ v__4476__auto__)

Lens for the f-name field from a fragment-definition record. See active-graphql.core/make-fragment-definition.

Lens for the `f-name` field from a [[fragment-definition]] record. See [[active-graphql.core/make-fragment-definition]].
sourceraw docstring

fragment-selection-setcljs

(fragment-selection-set rec__4474__auto__)
(fragment-selection-set data__4475__auto__ v__4476__auto__)

Lens for the selection-set field from a fragment-definition record. See active-graphql.core/make-fragment-definition.

Lens for the `selection-set` field from a [[fragment-definition]] record. See [[active-graphql.core/make-fragment-definition]].
sourceraw docstring

fragment-type-conditioncljs

(fragment-type-condition rec__4474__auto__)
(fragment-type-condition data__4475__auto__ v__4476__auto__)

Lens for the type-condition field from a fragment-definition record. See active-graphql.core/make-fragment-definition.

Lens for the `type-condition` field from a [[fragment-definition]] record. See [[active-graphql.core/make-fragment-definition]].
sourceraw docstring

graphqlcljs

(graphql & definitions)
source

inline-fragmentcljs

source

inline-fragment*cljs

(inline-fragment* type selection-list)
source

inline-fragment-directivescljs

(inline-fragment-directives rec__4474__auto__)
(inline-fragment-directives data__4475__auto__ v__4476__auto__)

Lens for the directives field from a inline-fragment record. See active-graphql.core/make-inline-fragment.

Lens for the `directives` field from a [[inline-fragment]] record. See [[active-graphql.core/make-inline-fragment]].
sourceraw docstring

inline-fragment-selection-setcljs

(inline-fragment-selection-set rec__4474__auto__)
(inline-fragment-selection-set data__4475__auto__ v__4476__auto__)

Lens for the selection-set field from a inline-fragment record. See active-graphql.core/make-inline-fragment.

Lens for the `selection-set` field from a [[inline-fragment]] record. See [[active-graphql.core/make-inline-fragment]].
sourceraw docstring

inline-fragment-typecljs

(inline-fragment-type rec__4474__auto__)
(inline-fragment-type data__4475__auto__ v__4476__auto__)

Lens for the type field from a inline-fragment record. See active-graphql.core/make-inline-fragment.

Lens for the `type` field from a [[inline-fragment]] record. See [[active-graphql.core/make-inline-fragment]].
sourceraw docstring

inline-fragment?cljs

(inline-fragment? thing)

Is object a inline-fragment record? See active-graphql.core/make-inline-fragment.

Is object a `inline-fragment` record? See [[active-graphql.core/make-inline-fragment]].
sourceraw docstring

input-object-argcljs

(input-object-arg arg)
source

input-object-argumentcljs

source

input-object-argument-argcljs

(input-object-argument-arg rec__4474__auto__)
(input-object-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a input-object-argument record. See active-graphql.core/make-input-object-argument.

Lens for the `arg` field from a [[input-object-argument]] record. See [[active-graphql.core/make-input-object-argument]].
sourceraw docstring

input-object-argument?cljs

(input-object-argument? thing)

Is object a input-object-argument record? See active-graphql.core/make-input-object-argument.

Is object a `input-object-argument` record? See [[active-graphql.core/make-input-object-argument]].
sourceraw docstring

int-argcljs

(int-arg arg)
source

int-argumentcljs

source

int-argument-argcljs

(int-argument-arg rec__4474__auto__)
(int-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a int-argument record. See active-graphql.core/make-int-argument.

Lens for the `arg` field from a [[int-argument]] record. See [[active-graphql.core/make-int-argument]].
sourceraw docstring

int-argument?cljs

(int-argument? thing)

Is object a int-argument record? See active-graphql.core/make-int-argument.

Is object a `int-argument` record? See [[active-graphql.core/make-int-argument]].
sourceraw docstring

list-argcljs

(list-arg arg)
source

list-argumentcljs

source

list-argument-argcljs

(list-argument-arg rec__4474__auto__)
(list-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a list-argument record. See active-graphql.core/make-list-argument.

Lens for the `arg` field from a [[list-argument]] record. See [[active-graphql.core/make-list-argument]].
sourceraw docstring

list-argument?cljs

(list-argument? thing)

Is object a list-argument record? See active-graphql.core/make-list-argument.

Is object a `list-argument` record? See [[active-graphql.core/make-list-argument]].
sourceraw docstring

make-argumentcljs

(make-argument a-name value)

Construct a argument record.

a-name: access via active-graphql.core/argument-name value: access via active-graphql.core/argument-value

Construct a `argument` record.

`a-name`: access via [[active-graphql.core/argument-name]]
`value`: access via [[active-graphql.core/argument-value]]
sourceraw docstring

make-boolean-argumentcljs

(make-boolean-argument arg)

Construct a boolean-argument record.

arg: access via active-graphql.core/boolean-argument-arg

Construct a `boolean-argument` record.

`arg`: access via [[active-graphql.core/boolean-argument-arg]]
sourceraw docstring

make-documentcljs

(make-document definitions)

Construct a document record.

definitions: access via active-graphql.core/document-definitions

Construct a `document` record.

`definitions`: access via [[active-graphql.core/document-definitions]]
sourceraw docstring

make-enum-argumentcljs

(make-enum-argument arg)

Construct a enum-argument record.

arg: access via active-graphql.core/enum-argument-arg

Construct a `enum-argument` record.

`arg`: access via [[active-graphql.core/enum-argument-arg]]
sourceraw docstring

make-fieldcljs

(make-field f-alias f-name f-arguments directives selection-set)

Construct a field record.

f-alias: access via active-graphql.core/field-alias f-name: access via active-graphql.core/field-name f-arguments: access via active-graphql.core/field-arguments directives: access via active-graphql.core/field-directives selection-set: access via active-graphql.core/field-selection-set

Construct a `field` record.

`f-alias`: access via [[active-graphql.core/field-alias]]
`f-name`: access via [[active-graphql.core/field-name]]
`f-arguments`: access via [[active-graphql.core/field-arguments]]
`directives`: access via [[active-graphql.core/field-directives]]
`selection-set`: access via [[active-graphql.core/field-selection-set]]
sourceraw docstring

make-float-argumentcljs

(make-float-argument arg)

Construct a float-argument record.

arg: access via active-graphql.core/float-argument-arg

Construct a `float-argument` record.

`arg`: access via [[active-graphql.core/float-argument-arg]]
sourceraw docstring

make-fragment-definitioncljs

(make-fragment-definition f-name type-condition directives selection-set)

Construct a fragment-definition record.

f-name: access via active-graphql.core/fragment-name type-condition: access via active-graphql.core/fragment-type-condition directives: access via active-graphql.core/fragment-directives selection-set: access via active-graphql.core/fragment-selection-set

Construct a `fragment-definition` record.

`f-name`: access via [[active-graphql.core/fragment-name]]
`type-condition`: access via [[active-graphql.core/fragment-type-condition]]
`directives`: access via [[active-graphql.core/fragment-directives]]
`selection-set`: access via [[active-graphql.core/fragment-selection-set]]
sourceraw docstring

make-inline-fragmentcljs

(make-inline-fragment type directives selection-set)

Construct a inline-fragment record.

type: access via active-graphql.core/inline-fragment-type directives: access via active-graphql.core/inline-fragment-directives selection-set: access via active-graphql.core/inline-fragment-selection-set

Construct a `inline-fragment` record.

`type`: access via [[active-graphql.core/inline-fragment-type]]
`directives`: access via [[active-graphql.core/inline-fragment-directives]]
`selection-set`: access via [[active-graphql.core/inline-fragment-selection-set]]
sourceraw docstring

make-input-object-argumentcljs

(make-input-object-argument arg)

Construct a input-object-argument record.

arg: access via active-graphql.core/input-object-argument-arg

Construct a `input-object-argument` record.

`arg`: access via [[active-graphql.core/input-object-argument-arg]]
sourceraw docstring

make-int-argumentcljs

(make-int-argument arg)

Construct a int-argument record.

arg: access via active-graphql.core/int-argument-arg

Construct a `int-argument` record.

`arg`: access via [[active-graphql.core/int-argument-arg]]
sourceraw docstring

make-list-argumentcljs

(make-list-argument arg)

Construct a list-argument record.

arg: access via active-graphql.core/list-argument-arg

Construct a `list-argument` record.

`arg`: access via [[active-graphql.core/list-argument-arg]]
sourceraw docstring

make-new-operation-definitioncljs

(make-new-operation-definition definition)

Construct a operation-definition record.

definition: access via active-graphql.core/operation-definition-definition

Construct a `operation-definition` record.

`definition`: access via [[active-graphql.core/operation-definition-definition]]
sourceraw docstring

make-nil-argumentcljs

(make-nil-argument)

Construct a nil-argument record.

Construct a `nil-argument` record.
sourceraw docstring

make-operation-type-querycljs

(make-operation-type-query operation-type
                           q-name
                           variable-definitions
                           directives
                           selection-set)

Construct a operation-type-query record.

operation-type: access via active-graphql.core/operation-type-operation-type q-name: access via active-graphql.core/operation-type-query-name variable-definitions: access via active-graphql.core/operation-type-query-variable-definitions directives: access via active-graphql.core/operation-type-query-directives selection-set: access via active-graphql.core/operation-type-query-selection-set

Construct a `operation-type-query` record.

`operation-type`: access via [[active-graphql.core/operation-type-operation-type]]
`q-name`: access via [[active-graphql.core/operation-type-query-name]]
`variable-definitions`: access via [[active-graphql.core/operation-type-query-variable-definitions]]
`directives`: access via [[active-graphql.core/operation-type-query-directives]]
`selection-set`: access via [[active-graphql.core/operation-type-query-selection-set]]
sourceraw docstring

make-resultcljs

(make-result data errors)

Construct a result record.

data: access via active-graphql.core/result-data errors: access via active-graphql.core/result-errors

Construct a `result` record.

`data`: access via [[active-graphql.core/result-data]]
`errors`: access via [[active-graphql.core/result-errors]]
sourceraw docstring

make-string-argumentcljs

(make-string-argument arg)

Construct a string-argument record.

arg: access via active-graphql.core/string-argument-arg

Construct a `string-argument` record.

`arg`: access via [[active-graphql.core/string-argument-arg]]
sourceraw docstring

map->argumentcljs

(map->argument G__8937)

Factory function for active-graphql.core/argument, taking a map of keywords to field values.

Factory function for active-graphql.core/argument, taking a map of keywords to field values.
sourceraw docstring

map->boolean-argumentcljs

(map->boolean-argument G__8889)

Factory function for active-graphql.core/boolean-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/boolean-argument, taking a map of keywords to field values.
sourceraw docstring

map->documentcljs

(map->document G__8745)

Factory function for active-graphql.core/document, taking a map of keywords to field values.

Factory function for active-graphql.core/document, taking a map of keywords to field values.
sourceraw docstring

map->enum-argumentcljs

(map->enum-argument G__8901)

Factory function for active-graphql.core/enum-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/enum-argument, taking a map of keywords to field values.
sourceraw docstring

map->fieldcljs

(map->field G__8807)

Factory function for active-graphql.core/field, taking a map of keywords to field values.

Factory function for active-graphql.core/field, taking a map of keywords to field values.
sourceraw docstring

map->float-argumentcljs

(map->float-argument G__8865)

Factory function for active-graphql.core/float-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/float-argument, taking a map of keywords to field values.
sourceraw docstring

map->fragment-definitioncljs

(map->fragment-definition G__8769)

Factory function for active-graphql.core/fragment-definition, taking a map of keywords to field values.

Factory function for active-graphql.core/fragment-definition, taking a map of keywords to field values.
sourceraw docstring

map->inline-fragmentcljs

(map->inline-fragment G__8827)

Factory function for active-graphql.core/inline-fragment, taking a map of keywords to field values.

Factory function for active-graphql.core/inline-fragment, taking a map of keywords to field values.
sourceraw docstring

map->input-object-argumentcljs

(map->input-object-argument G__8925)

Factory function for active-graphql.core/input-object-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/input-object-argument, taking a map of keywords to field values.
sourceraw docstring

map->int-argumentcljs

(map->int-argument G__8843)

Factory function for active-graphql.core/int-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/int-argument, taking a map of keywords to field values.
sourceraw docstring

map->list-argumentcljs

(map->list-argument G__8913)

Factory function for active-graphql.core/list-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/list-argument, taking a map of keywords to field values.
sourceraw docstring

map->nil-argumentcljs

(map->nil-argument G__8855)

Factory function for active-graphql.core/nil-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/nil-argument, taking a map of keywords to field values.
sourceraw docstring

map->operation-definitioncljs

(map->operation-definition G__8757)

Factory function for active-graphql.core/operation-definition, taking a map of keywords to field values.

Factory function for active-graphql.core/operation-definition, taking a map of keywords to field values.
sourceraw docstring

map->operation-type-querycljs

(map->operation-type-query G__8787)

Factory function for active-graphql.core/operation-type-query, taking a map of keywords to field values.

Factory function for active-graphql.core/operation-type-query, taking a map of keywords to field values.
sourceraw docstring

map->resultcljs

(map->result G__8951)

Factory function for active-graphql.core/result, taking a map of keywords to field values.

Factory function for active-graphql.core/result, taking a map of keywords to field values.
sourceraw docstring

map->string-argumentcljs

(map->string-argument G__8877)

Factory function for active-graphql.core/string-argument, taking a map of keywords to field values.

Factory function for active-graphql.core/string-argument, taking a map of keywords to field values.
sourceraw docstring

mutationcljs

(mutation name selections)
source

nil-argcljs

(nil-arg)
source

nil-argumentcljs

source

nil-argument?cljs

(nil-argument? thing)

Is object a nil-argument record? See active-graphql.core/make-nil-argument.

Is object a `nil-argument` record? See [[active-graphql.core/make-nil-argument]].
sourceraw docstring

operation-definitioncljs

source

operation-definition-definitioncljs

(operation-definition-definition rec__4474__auto__)
(operation-definition-definition data__4475__auto__ v__4476__auto__)

Lens for the definition field from a operation-definition record. See active-graphql.core/make-new-operation-definition.

Lens for the `definition` field from a [[operation-definition]] record. See [[active-graphql.core/make-new-operation-definition]].
sourceraw docstring

operation-definition?cljs

(operation-definition? thing)

Is object a operation-definition record? See active-graphql.core/make-new-operation-definition.

Is object a `operation-definition` record? See [[active-graphql.core/make-new-operation-definition]].
sourceraw docstring

operation-type-operation-typecljs

(operation-type-operation-type rec__4474__auto__)
(operation-type-operation-type data__4475__auto__ v__4476__auto__)

Lens for the operation-type field from a operation-type-query record. See active-graphql.core/make-operation-type-query.

Lens for the `operation-type` field from a [[operation-type-query]] record. See [[active-graphql.core/make-operation-type-query]].
sourceraw docstring

operation-type-querycljs

source

operation-type-query-directivescljs

(operation-type-query-directives rec__4474__auto__)
(operation-type-query-directives data__4475__auto__ v__4476__auto__)

Lens for the directives field from a operation-type-query record. See active-graphql.core/make-operation-type-query.

Lens for the `directives` field from a [[operation-type-query]] record. See [[active-graphql.core/make-operation-type-query]].
sourceraw docstring

operation-type-query-namecljs

(operation-type-query-name rec__4474__auto__)
(operation-type-query-name data__4475__auto__ v__4476__auto__)

Lens for the q-name field from a operation-type-query record. See active-graphql.core/make-operation-type-query.

Lens for the `q-name` field from a [[operation-type-query]] record. See [[active-graphql.core/make-operation-type-query]].
sourceraw docstring

operation-type-query-selection-setcljs

(operation-type-query-selection-set rec__4474__auto__)
(operation-type-query-selection-set data__4475__auto__ v__4476__auto__)

Lens for the selection-set field from a operation-type-query record. See active-graphql.core/make-operation-type-query.

Lens for the `selection-set` field from a [[operation-type-query]] record. See [[active-graphql.core/make-operation-type-query]].
sourceraw docstring

operation-type-query-variable-definitionscljs

(operation-type-query-variable-definitions rec__4474__auto__)
(operation-type-query-variable-definitions data__4475__auto__ v__4476__auto__)

Lens for the variable-definitions field from a operation-type-query record. See active-graphql.core/make-operation-type-query.

Lens for the `variable-definitions` field from a [[operation-type-query]] record. See [[active-graphql.core/make-operation-type-query]].
sourceraw docstring

operation-type-query?cljs

(operation-type-query? thing)

Is object a operation-type-query record? See active-graphql.core/make-operation-type-query.

Is object a `operation-type-query` record? See [[active-graphql.core/make-operation-type-query]].
sourceraw docstring

(print-arg-value arg-value)
source

(print-argument argument)
source

(print-document document)

Takes a query document and converts it into a query string.

Takes a query document and converts it into a query string.
sourceraw docstring

(print-document-definition definition)
source

(print-field field)
source

(print-inline-fragment inline-fragment)
source

(print-operation-definition definition)
source

(print-operation-type-query operation-type-query)
source

(print-selection selection)
source

(print-selection-set selection-set)
source

querycljs

(query name selections)
source

resultcljs

source

result-datacljs

(result-data rec__4474__auto__)
(result-data data__4475__auto__ v__4476__auto__)

Lens for the data field from a result record. See active-graphql.core/make-result.

Lens for the `data` field from a [[result]] record. See [[active-graphql.core/make-result]].
sourceraw docstring

result-errorscljs

(result-errors rec__4474__auto__)
(result-errors data__4475__auto__ v__4476__auto__)

Lens for the errors field from a result record. See active-graphql.core/make-result.

Lens for the `errors` field from a [[result]] record. See [[active-graphql.core/make-result]].
sourceraw docstring

result?cljs

(result? thing)

Is object a result record? See active-graphql.core/make-result.

Is object a `result` record? See [[active-graphql.core/make-result]].
sourceraw docstring

string-argcljs

(string-arg arg)
source

string-argumentcljs

source

string-argument-argcljs

(string-argument-arg rec__4474__auto__)
(string-argument-arg data__4475__auto__ v__4476__auto__)

Lens for the arg field from a string-argument record. See active-graphql.core/make-string-argument.

Lens for the `arg` field from a [[string-argument]] record. See [[active-graphql.core/make-string-argument]].
sourceraw docstring

string-argument?cljs

(string-argument? thing)

Is object a string-argument record? See active-graphql.core/make-string-argument.

Is object a `string-argument` record? See [[active-graphql.core/make-string-argument]].
sourceraw docstring

stringifycljs

(stringify obj)

Takes an arbitrary clojurescript value and returns a JSON.stringify'ed string representation of it.

Takes an arbitrary clojurescript value and returns a JSON.stringify'ed string
representation of it.
sourceraw docstring

subscriptioncljs

(subscription name selection)
source

valid-result?cljs

(valid-result? result)
source

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

× close