-
When any resolver has a go block and the request has a palceholder:
The resolver fails with `:pcr/attribute-errors Error: Required attributes missing` if the dependencies don't rely on some placehold…
ghost updated
2 years ago
-
Pathom 3 ability to run resolvers in parallel.
Compared to Pathom 2, the Pathom 3 parallel implementation is likely to be simpler. The new planner results already have all the information the runne…
-
So, recently I made a typo in my output. And it... worked? this seems weird that's possible.
On newer versions of Pathom this don't work anymore, but the output keeps leaking (if I ask for the leak…
-
Add :tempids to mutation join queries by default so that all users do not need to do that themselves (and '* if there was no query before to preserve Pathom's behavior of everything the whole mutation…
-
I'm experimenting with Pathom to determine whether it might be appropriate for an upcoming project.
I've created a query that calls a resolver 4 times, and am noticing that Pathom Viz is reporting…
-
I'd like to learn more about this project. However I can't continue, because the documentation says:
> When you read code from the examples in this documentation they will use alias to reference n…
-
Hi there 👋
I've been tinkering with pyramid in a language project that supports deeply nested logical expressions. Expressions themselves can be either some form of binary expression (e.g. and, or…
-
In https://gist.github.com/markaddleman/a8ecdfbc1ec71f56511f97251cc15898 there is an example of a client query that fails when a resolver requires a join as an input but succeeds when the client queri…
-
My resolvers return Promesa futures so I can't run my queries in Pathom viz, it would be nice to have the async processor used by default, or at least allow to set a flag or a config.
-
Dynamic resolvers are a special type of resolver that allows for "sideways batching" in Pathom.
This kind of resolvers enables efficient integration with things like Datomic, GraphQL, SQL, etc... A…