-
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…
-
When I run this query:
```clojure
(parser {}
[{[:mygql.subscription/phoneNumber "98765432"]
[:mygql.SubscriptionData/roles]}])
```
Pathom gets this response:
```clojure
…
-
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…
-
Hi!
We have recently started using cljstyle, and we're quite happy with it so far. We're now in the stage where we're tuning the configuration to suit our specific needs.
One thing that comes up…
svdo updated
10 months ago
-
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…