Hello, is there any way to pass custom argument fr...
# orm-help
m
Hello, is there any way to pass custom argument from parent to descendant resolver?
k
you can modify the context from a resolver
m
what If I want to resolve list of items and node value depends on argument from e.g. grandparent resolver?
Real-world example. I have a list of Products that belongs to an Order and
unitPrice
of Product depends on Order creation date because admin can change price from time to time.