This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-15
Channels
- # beginners (26)
- # biff (28)
- # calva (13)
- # clj-commons (4)
- # clj-kondo (3)
- # clojure (45)
- # clojure-austin (17)
- # clojure-europe (8)
- # clojure-finland (1)
- # clojurescript (14)
- # code-reviews (3)
- # emacs (33)
- # helix (4)
- # holy-lambda (7)
- # joyride (5)
- # keechma (1)
- # meander (4)
- # membrane (3)
- # missionary (22)
- # nbb (1)
- # off-topic (1)
- # pathom (4)
- # rdf (24)
- # releases (2)
- # sci (3)
- # shadow-cljs (12)
- # tools-deps (14)
@wilkerlucio if you haven’t already, you should consider applying for https://www.clojuriststogether.org/news/clojurists-together-long-term-funding-for-2022-2023/
☝️ 1
🙏 1
Is there anything concerning about calling p.eql/process
within a mutation or resolver by passing the env
param?
Basically I’m trying to abstract some mutations.
A mutation for creating a child entity and a mutation for create a parent entity.
The create-parent mutation can also create its children by processing a create-child
mutation.
I know I can call the mutation as a function, however I’m resolving params into my mutations.