pathom

sheluchin 2024-02-09T18:27:57.193299Z

When using pathom-graphql, there's a way to provide the parameters as entity data, isn't there? I seem to recall reading about this before.

wilkerlucio 2024-02-09T18:58:21.202689Z

I guess you talking about doing something like:

(p.eql/process env {:github.user/login "wilkerlucio"} [:github.user/name]
?

sheluchin 2024-02-09T19:20:56.945749Z

@wilkerlucio I'm using viz at the moment and wondering if the Entity Data window can be used to provide parameters for different part of the query instead of using the usual paren wrapping syntax.

wilkerlucio 2024-02-09T19:21:47.282659Z

entity data is literally the 3rd arg in the arity 4 of the process fn