Skip to content

Commit

Permalink
canonical operations' object fields should contain their type name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed May 17, 2017
1 parent 74a17e0 commit 40e786c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:year 2016
:key "mit"}
:dependencies [[org.clojure/clojure "1.9.0-alpha14" :scope "provided"]
[alumbra/spec "0.1.9" :scope "provided"]
[alumbra/spec "0.1.10" :scope "provided"]
[com.stuartsierra/dependency "0.2.0"]
[com.rpl/specter "1.0.1"]]
:profiles {:dev
Expand Down
1 change: 1 addition & 0 deletions src/alumbra/canonical/selection_set.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
selection]
(if type-name
{:field-type :object
:type-name type-name
:non-null? non-null?
:selection-set selection}
{:field-type :list
Expand Down

0 comments on commit 40e786c

Please sign in to comment.