flowyourmoney / malli-graphql

Generate GraphQL Schemas and Types from malli
MIT License
3 stars 2 forks source link

Unused code #3

Open flow-tiago opened 2 years ago

flow-tiago commented 2 years ago

Unused:

(def Node [:map
           [:const-val [:or :keyword :string]]
           [:kind [:enum :fn :fn-entry]]])

;; graphql node context is inherited by the parent
(def Context [:map
              [:depth :int]
              [:root-name :string]])

Why do these exist?

oscar-s-silva commented 2 years ago

These serve as documentation. Since they aren't being tested they may become stale/out-of-date.