A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
W
R
- registerFunctionDataFetcher(GraphQLFieldsContainer,String,KClass) - function in io.github.graphglue.graphql.schema.SchemaTransformationContext
- Registers a data fetcher for a specific function
- registerPropertyDataFetcher(GraphQLFieldsContainer,String,KClass) - function in io.github.graphglue.graphql.schema.SchemaTransformationContext
- Registers a data fetcher for a specific property
- RelationshipDefinition - class in io.github.graphglue.definition
- Defines a relationship between two Nodes There may or may not be an inverse relation on the foreign node
- RelationshipDiff - class in io.github.graphglue.data.repositories
- Collection of added and removed relationships Note: a Node might match none or multiple nodes in the database!
- remove(T) - function in io.github.graphglue.model.property.NodeSetPropertyDelegate.NodeSetProperty
- remove() - function in io.github.graphglue.model.property.NodeSetPropertyDelegate.NodeSetProperty.NodeSetIterator
- removeAll(Collection) - function in java.util.NodeSetPropertyDelegate.NodeSetProperty
- removeIf(Predicate) - function in kotlin.collections.NodeSetPropertyDelegate.NodeSetProperty
- retainAll(Collection) - function in java.util.NodeSetPropertyDelegate.NodeSetProperty
- Rule - class in io.github.graphglue.model
- Rule used in Authorization annotations Can be used to define which conditions allow or deny access to a Node
- RuleKt - class in io.github.graphglue.model