Fork me on GitHub
#pathom
<
2024-02-09
>
sheluchin18:02:57

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.

wilkerlucio18:02:21

I guess you talking about doing something like:

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

sheluchin19:02:56

@U066U8JQJ 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.

wilkerlucio19:02:47

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