User context.
The query.
Vertex/edge type.
Optional options: { Query builder options.
Optional action?: stringOptional allowRetrieves all 1:1 connections edges (and connected vertices) going to/from given vertex type.
This method loads all edges/vertices pairs of same type and direction for given lists of source vertices UUIDs and edges labels.
Used by SingleConnectedVertexLoader.
The user context.
The edge direction.
The destination vertex label.
A list of source vertices UUIDs. Note that 'source vertex' means graph traversal source here and not the edge source vertex.
The list of edge types (labels).
Retrieves counts of all zero to many connections of specific type (edge label and destination vertex) going from/to given vertices.
Used by ZeroToManyRelationCountLoader.
The user context.
The edge direction.
The destination vertex label.
A list of source vertices UUIDs. Note that 'source vertex' means graph traversal source here and not the edge source vertex.
The edge types (label).
Optional filter: LuceneQueryFieldExpression | LuceneQueryNodeExpression<true>The vertices filter.
Optional edgeFilter: LuceneQueryFieldExpression | LuceneQueryNodeExpression<true>The edges filter.
Retrieves all zero to many connections of specific type (edge label and destination vertex) going from/to given vertices.
Used by ZeroToManyRelationVertexLoader.
The user context.
The edge direction.
The destination vertex or union label.
A list of source vertices UUIDs. Note that 'source vertex' means graph traversal source here and not the edge source vertex.
The edge types (label).
Ordering/filtering arguments.
Find vertex by edge label and destination type.
This function is used to find and edge based on the edges label and the source id of an entity.
The user context
Instance of the AccessControl object
The name of the label of the edge
The uuid of the vertex/entity
Whether to check the outgoing edge
The properties to filter by
Optional mapElements: booleanFind vertex by edge label and destination type.
Get a new Trait Graph Connection.
The user context
Optional useReaderPool: booleanWhether to use the Gremlin connections pool.
Optional checkAction: string | falseGenerated using TypeDoc
Applies access control conditions to the query.