Skip to content

Instantly share code, notes, and snippets.

View tmoerman's full-sized avatar
🦀
keep calm and crabulon

Thomas Moerman tmoerman

🦀
keep calm and crabulon
  • Aspect Analytics, Polymath BV
  • Belgium
View GitHub Profile
@tmoerman
tmoerman / pathom-eql-processor-interceptor.clj
Last active November 9, 2022 09:40
Illustration of Pathom eql processing split into :enter and :leave phases of an interceptor
(ns com.aa.nexus.eql.interceptor-spike
"See:
https://gist.github.com/tmoerman/c4c863c00e5364932ad209f921d9e7d2"
(:require
[clojure.string :as str]
[clojure.test :refer :all]
[com.wsscode.pathom3.connect.indexes :as pci]
[com.wsscode.pathom3.connect.operation :as pco]
[com.wsscode.pathom3.connect.runner :as pcr]