A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
W
E
- Edge - class in io.github.graphglue.model
- Edge returned in the GraphQL API Consists of a Node and a Cursor The cursor is only valid in a specific connection context.
- edges() - function in io.github.graphglue.model.Connection
- Returns the nodes associated with a cursor local context is handled by the returned Edge (see Edge.node) and therefore not set by this method
- EnableGraphglueRepositories - class in io.github.graphglue.data.repositories
- Annotation to activate reactive Neo4j repositories with the necessary default configuration for graph-glue Alternatively, add EnableReactiveNeo4jRepositories with neo4jTemplateRef = GRAPHGLUE_NEO4J_OPERATIONS_BEAN_NAME
- equals(Object) - function in java.util.NodeSetProperty.NodeSet
- execute() - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Executes the query
- existsById(Object,Class) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations