-
Seems like those attributes conflict for the same purpose, must be checked and if it's the case, remove one of them, otherwise get docs explaining the distinction.
-
(I have been using Pathom3 for a few months now and absolutely love it! Thank you so much.)
I am working on a multilingual project. We store different strings in the database for English and Spani…
-
**URL**: https://onu.delegfrance.org/Contact-us
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android 8.0.0
**Tested Another Browser**: Yes
**Problem type**: Something else
*…
-
`remove-omissions` does not actually remove sensitive keys because of 2 bugs in its implementation.
First, look at what gets passed in:
```
(defn remove-omissions
[config tx] ; This takes in…
-
Hello! Thank you for all of your work on Pathom.
I am unsure if this is a bug or if intentional, but it would be nice if child resolvers could arbitrarily insert data from parent resolvers. This is…
-
## Issue
Getting a java.lang.IndexOutOfBoundsException from `missing-maybe-in-pending-batch?` when using batch resolvers with nested attributes resolved by different resolvers.
This doesn't happe…
-
We wrap resolvers with the following function internally:
```clojure
(defn destructure-map->resolver-input-keys
"Takes a destructuring map and parses it into a map of two vectors,
`:req` an…
-
When I send the query `[::pcr/attribute-errors]` then I get back `{::pcr/attribute-errors {{::p.error/cause ::p.error/attribute-unreachable}}}`. A preferred behavior would be for Pathom to silently i…
-
In the new strict mode, an attribute failure may happen because:
1. Attribute is unknown in the index
2. Attribute exists in the index, but available data isn't enough to reach it
3. The resolver…
-
with `-Dclojure.core.async.go-checking=true` i sometimes get this error.
```
:cause "Invalid blocking call in dispatch thread"
:via
[{:type java.lang.IllegalStateException
:message "Inval…