Skip to content

Commit

Permalink
':object' field spec in canonical operation should contain type name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed May 17, 2017
1 parent d88219c commit f05e21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alumbra/spec/canonical_operation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
(defmethod field-spec :object
[_]
(s/keys :req-un [:alumbra/non-null?
:alumbra/type-name
::field-type
::selection-set]))

Expand Down

0 comments on commit f05e21f

Please sign in to comment.