-
It looks like `::p.gql/root-entries-map` entrypoints do not get re-used for all attributes in the request. My expectation is that if a request contains all of the attributes necessary for a GraphQL en…
-
I find it quite hard to explain but I managed to reproduce this bug in small repro:
```clojure
(ns avisi-apps.pathom-bug
(:require [com.wsscode.pathom3.connect.operation :as pco]
[…
-
Hello,
thank you for implementation of Avro library for Clojure.
Disclaimer: I am new to Avro and maybe have wrong understanding of how it should work. I played with Lancaster with intention to ma…
-
It would be really useful to export or provide clojure-lsp information via API/CLI, with that any tool could benefit from clojure-lsp information like project clj-kondo analysis, classpath/source-path…
-
Hello,
first let me express my thank you for the project. Pathom is an excellent idea and I see a lot of potential.
Today I played a little bit with nested inputs and found some strange behavior. …
-
On the IP Weather page, there is no apparent way to find the `com.wsscode.pathom3.demos.ip-weather` code.
https://pathom3.wsscode.com/docs/tutorial
It's availiable online, but the setup instruct…
-
I'm running into something a little weird with GitHub GraphQL.
This query works fine:
```clojure
(p/let [result (p.eql/process github-gql-env
{:github.Organization/login "fulcr…
-
This bug is related to #138, however it only occurs when you're requesting nested keys. The below pathom query throws an error, however I'd expect for it to return `nil`. See #140 for a potential PR.
…
dehli updated
2 years ago
-
Hi, as always thanks for all your work w/ pathom! I've run into a bug w/ pathom3 and optionality. When there are more than one resolvers that conditionally return a key, and none of them return the op…
dehli updated
2 years ago
-
```clojure
(pco/defresolver test [{:keys [id]}]
{::pco/output [:link :payload]}
{:link "foo" :payload "bar"})
(pco/defresolver test-b [{:keys [link]}]
{::pco/output [:resp]}
(println "…