(->argument a-name value)
Positional factory function for active-graphql.core/argument.
Positional factory function for active-graphql.core/argument.
(->boolean-argument arg)
Positional factory function for active-graphql.core/boolean-argument.
Positional factory function for active-graphql.core/boolean-argument.
(->document definitions)
Positional factory function for active-graphql.core/document.
Positional factory function for active-graphql.core/document.
(->enum-argument arg)
Positional factory function for active-graphql.core/enum-argument.
Positional factory function for active-graphql.core/enum-argument.
(->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.
(->float-argument arg)
Positional factory function for active-graphql.core/float-argument.
Positional factory function for active-graphql.core/float-argument.
(->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.
(->inline-fragment type directives selection-set)
Positional factory function for active-graphql.core/inline-fragment.
Positional factory function for active-graphql.core/inline-fragment.
(->input-object-argument arg)
Positional factory function for active-graphql.core/input-object-argument.
Positional factory function for active-graphql.core/input-object-argument.
(->int-argument arg)
Positional factory function for active-graphql.core/int-argument.
Positional factory function for active-graphql.core/int-argument.
(->list-argument arg)
Positional factory function for active-graphql.core/list-argument.
Positional factory function for active-graphql.core/list-argument.
(->nil-argument)
Positional factory function for active-graphql.core/nil-argument.
Positional factory function for active-graphql.core/nil-argument.
(->operation-definition definition)
Positional factory function for active-graphql.core/operation-definition.
Positional factory function for active-graphql.core/operation-definition.
(->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.
(->result data errors)
Positional factory function for active-graphql.core/result.
Positional factory function for active-graphql.core/result.
(->string-argument arg)
Positional factory function for active-graphql.core/string-argument.
Positional factory function for active-graphql.core/string-argument.
(add-selections-to-query-document doc-query add-selections)
(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]].
(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]].
(argument? thing)
Is object a argument
record? See active-graphql.core/make-argument
.
Is object a `argument` record? See [[active-graphql.core/make-argument]].
(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]].
(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]].
(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.
(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]].
(document? thing)
Is object a document
record? See active-graphql.core/make-document
.
Is object a `document` record? See [[active-graphql.core/make-document]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(field? thing)
Is object a field
record? See active-graphql.core/make-field
.
Is object a `field` record? See [[active-graphql.core/make-field]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(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]]
(make-nil-argument)
Construct a nil-argument
record.
Construct a `nil-argument` record.
(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]]
(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]]
(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]]
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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]].
(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.
(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]].
(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]].
(result? thing)
Is object a result
record? See active-graphql.core/make-result
.
Is object a `result` record? See [[active-graphql.core/make-result]].
(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]].
(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]].
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close