Fork me on GitHub
#graphql
<
2022-12-16
>
amorokh08:12:50

Hi, I am trying to add `com.walmartlabs/lacinia-pedestal {:mvn/version "1.1"}` in my `deps.edn` but when i require the `com.walmartlabs.lacinia.pedestal2` namespace I get the following error _`Could not locate io/aviso/exception__init.class, io/aviso/exception.clj or io/aviso/exception.cljc on classpath.`,_ from looking at the source it seems this lib is required as a dev dep but for some reason it is required that I include it as a regular dep in my project, any suggestion how to resolve this?

fugbix07:01:00

Hi -- add

io.aviso/pretty {:mvn/version "1.3"}
to your deps.edn

hlship17:12:46

Sorry about that; that a bug fixed in the latest lacinia, though I just checked and need to do a corresponding fix in lacinia-pedestal.

👍 1
hlship19:12:27

I'm working on the Lacinia tutorial today, and updating it from Leiningen to deps.edn, and a few other bits.

hlship19:12:35

A lot of work.

hlship19:12:41

But I'm learning a few things along the way.

clj 4
🙌 5
gratitude 3