-
Hi I tried to use your library to expose our existing pathom API. One thing we ran into is that it is currently impossible to pass a pathom env. Is that something you would like to add? I have already…
-
Related to #3
This thead is dedicated to anyone describe how handle security.
Some methods that I use:
1- Filter your query
given a session, you can build a set of attributes that the user …
-
Follow the pattern in the latest commit of RAD (see attributes and resolver ns) to make it so that this library has no direct need for Pathom 2. The artifacts of P2 are all maps, so there should be no…
awkay updated
2 years ago
-
In `resolver` context, pathom provide a `pc/resolver-data` that contains all "metadata" from resolver
This feature isn't present in mutation.
```clojure
(let [register [(pc/mutation `mutation
…
-
Hey, thanks for mount =)...
I'm trying to work out if you can/should use mountup to track dependent ns recompilations to trigger a restart?
For example, I'm currently using it with [pathom](http…
-
In my usecase, I'm only calling a single async resolver that returns in 2ms, this 1ms sleep adds a 50% processing overhead that can be possibly avoided. In case of many-many resolvers this also adds u…
-
Pathom Viz has some bug that shows things like node errors, but those are internal and shouldn't show up:
![pathom3-weather-tutorial](https://user-images.githubusercontent.com/25736/177316860-9a7db…
-
When I run this query:
```clojure
(parser {}
[{[:mygql.subscription/phoneNumber "98765432"]
[:mygql.SubscriptionData/roles]}])
```
Pathom gets this response:
```clojure
…
-
1. User goes to `frontendapplication.com/login`
2. User clicks on `Login with Unsplash` button
3. We redirect the user to `https://unsplash.com/oauth/authorize`, as documented in https://unsplash.co…
-
I developed sometime ago an RealWorld app using Fulcro and Pathom. I named it `eql-realworld-example-app`
Not sure the best approach, maybe we can move/rename it to this org (?!)
It still need s…