Protocols for selection-related objects accessible from the [[selection]] function, and as well as the schema type objects navigable to from the selection.
Protocols for selection-related objects accessible from the [[selection]] function, and as well as the schema type objects navigable to from the selection.
An argument definition, implements [[TypeDef]] and QualifiedName
.
An argument definition, implements [[TypeDef]] and [[QualifiedName]].
Definition of arguments to a Field
.
Definition of arguments to a [[Field]].
(argument-defs element)
Returns a map of keyword name to Argument
, or nil.
Returns a map of keyword name to [[Argument]], or nil.
Implemented by Directive
.
Implemented by [[Directive]].
(arguments element)
Returns a map of keyword name to argument value. May return nil if no arguments.
The value may reflect query variables or argument defaults.
Returns a map of keyword name to argument value. May return nil if no arguments. The value may reflect query variables or argument defaults.
Implements Arguments
.
Implements [[Arguments]].
(directive-type d)
Returns the type of directive as a keyword.
Returns the type of directive as a keyword.
An element that may contain directives.
An element that may contain directives.
(directives element)
Returns a map of directives for this element; keys are keywords identifying
the directive, values are a seq of Directive
of that type (directives
are inherently repeatable).
May return nil.
Returns a map of directives for this element; keys are keywords identifying the directive, values are a seq of [[Directive]] of that type (directives are inherently repeatable). May return nil.
A field within a SchemaType
. Implements Directives
, Arguments
, and QualifiedName
.
A field within a [[SchemaType]]. Implements [[Directives]], [[Arguments]], and [[QualifiedName]].
Implemented by the :object and :interface SchemaType
kinds to expose the type's fields.
Implemented by the :object and :interface [[SchemaType]] kinds to expose the type's fields.
(fields type)
Returns a map of keyword to Field
.
Returns a map of keyword to [[Field]].
A SelectionSet
that extracts a value from a field and records it into the
result as a name or alias; for non-scalar types, may have sub-selections.
Also implements QualifiedName
, Arguments
, and Directives
.
Directives here are the directives on the selection (the executable directives); access the underlying field to get the type system directives.
A [[SelectionSet]] that extracts a value from a field and records it into the result as a name or alias; for non-scalar types, may have sub-selections. Also implements [[QualifiedName]], [[Arguments]], and [[Directives]]. Directives here are the directives on the selection (the executable directives); access the underlying field to get the type system directives.
(alias-name fs)
Returns the alias for the field selection, or name of the field.
Returns the alias for the field selection, or name of the field.
(field fs)
Returns the field actually selected, a Field
.
Returns the field actually selected, a [[Field]].
(field-name fs)
Returns the name of the field (as an unqualified keyword).
Returns the name of the field (as an unqualified keyword).
(root-value-type fs)
Returns the root value SchemaType
for this field (the actual type may
include list
or non-null
qualifiers).
Returns the root value [[SchemaType]] for this field (the actual type may include `list` or `non-null` qualifiers).
(qualified-name named)
Returns a keyword whose namespace is the containing element; e.g., :User/id for the id field of the User type.
Returns a keyword whose namespace is the containing element; e.g., :User/id for the id field of the User type.
A type defined in a GraphQL schema. Implements the Directives
protocol as well.
A type defined in a GraphQL schema. Implements the [[Directives]] protocol as well.
(type-kind type)
Returns the kind of type, one of: :object
, :union
, :interface
, :scalar
, or :enum
.
Returns the kind of type, one of: `:object`, `:union`, `:interface`, `:scalar`, or `:enum`.
(type-name type)
Returns the name of the type, as a keyword.
Returns the name of the type, as a keyword.
A selection that may contain sub-selections.
A selection that may contain sub-selections.
(selection-kind selection)
The type of selection: either :field, :inline-fragment or :named-fragment.
For :field, the FieldSelection
protocol will also be implemented.
The type of selection: either :field, :inline-fragment or :named-fragment. For :field, the [[FieldSelection]] protocol will also be implemented.
(selections selection)
Returns a seq of sub-selections (also SelectionSets) of this selection.
May be nil for a field that selects a scalar.
Returns a seq of sub-selections (also SelectionSets) of this selection. May be nil for a field that selects a scalar.
For a typed element, such as a Field
or an [[ArgumentDef]], details the
schema type.
For a typed element, such as a [[Field]] or an [[ArgumentDef]], details the schema type.
(root-type element)
Returns the root SchemaType
of the element.
Returns the root [[SchemaType]] of the element.
(root-type-name element)
Returns the keyword name of root type of the element.
Returns the keyword name of root type of the element.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close