Closed nathell closed 5 years ago
I love this PR, thank you @nathell
Could some documentation please be added? Some examples? What GraphQL schema will be generated from certain uses of Clojure spec? An example of how to translate a GraphQL schema into the matching Clojure spec?
This PR adds input-objects to Leona-generated schemata.
Any object that is referred to by the input
args
(as generated bygenerate-root-objects
) but is not theargs
object itself is considered an input object.