Skip to content

Commit

Permalink
subject should be int. #292
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 16, 2019
1 parent 028965a commit e879713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/query_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def organization(id:)
argument :certified, Boolean, required: false
argument :disciplinary, Boolean, required: false
argument :software, String, required: false
argument :subject, String, required: false
argument :subject, Int, required: false
argument :first, Int, required: false, default_value: 25
end

Expand Down

0 comments on commit e879713

Please sign in to comment.