Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
Siebe Jan committed Jul 13, 2017
1 parent ce1cc4a commit 2d654a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
describe 'argument contains a list with both literal and variable values' do
let(:query_string) {
<<-GRAPHQL
query($size1: !ImageSize, $size2: !ImageSize) {
query($size1: ImageSize!, $size2: ImageSize!) {
imageUrl(sizes: [{height: 100, width: 100, scale: 1}, $size1, {height: 1920, width: 1080, scale: 2}, $size2])
}
GRAPHQL
Expand Down

0 comments on commit 2d654a8

Please sign in to comment.