LeafCursor
Cursor positioned at a GraphQL result leaf
Value members
Concrete methods
Inherited methods
Yield the value at this Cursor
as a value of type T
if possible,
an error or the left hand side otherwise.
Yield the value at this Cursor
as a value of type T
if possible,
an error or the left hand side otherwise.
- Inherited from
- Cursor
Yield the value of the field fieldName
of this Cursor
as a value of
type T
if possible, an error or the left hand side otherwise.
Yield the value of the field fieldName
of this Cursor
as a value of
type T
if possible, an error or the left hand side otherwise.
- Inherited from
- Cursor
Yield a list of Cursor
s corresponding to the values generated by
following the path fns
from the value at this Cursor
, or an error on
the left hand side if there is no such path. If the field at the end
of the path is a list then yield the concatenation of the lists of
cursors corresponding to the field elements.
Yield a list of Cursor
s corresponding to the values generated by
following the path fns
from the value at this Cursor
, or an error on
the left hand side if there is no such path. If the field at the end
of the path is a list then yield the concatenation of the lists of
cursors corresponding to the field elements.
- Inherited from
- Cursor
Does the value at this Cursor
generate a list along the path fns
?
Does the value at this Cursor
generate a list along the path fns
?
true
if fns
is a valid path from the value at this Cursor
and passes
through at least one field with a list type.
- Inherited from
- Cursor
Does the value at this Cursor
have a field identified by the path fns
?
Does the value at this Cursor
have a field identified by the path fns
?
- Inherited from
- Cursor
Yield a list of Cursor
s corresponding to the values generated by
following the path fns
from the value at this Cursor
, or an error on
the left hand side if there is no such path.
Yield a list of Cursor
s corresponding to the values generated by
following the path fns
from the value at this Cursor
, or an error on
the left hand side if there is no such path.
- Inherited from
- Cursor
Yield a Cursor
corresponding to the value of the possibly nullable field
fieldName
of the value at this Cursor
, or an error on the left hand
side if there is no such field.
Yield a Cursor
corresponding to the value of the possibly nullable field
fieldName
of the value at this Cursor
, or an error on the left hand
side if there is no such field.
- Inherited from
- Cursor
Does the possibly nullable value at this Cursor
have a field named
fieldName
?
Does the possibly nullable value at this Cursor
have a field named
fieldName
?
- Inherited from
- Cursor
Yield a Cursor
corresponding to the value of the field identified by path
fns
starting from the value at this Cursor
, or an error on the left
hand side if there is no such field.
Yield a Cursor
corresponding to the value of the field identified by path
fns
starting from the value at this Cursor
, or an error on the left
hand side if there is no such field.
- Inherited from
- Cursor
The selection path from the root modified by query aliases
The selection path from the root modified by query aliases
- Inherited from
- Cursor