Skip to content

Commit

Permalink
GraphQL-631: Schema inconsistency of "Quantity / Qty" declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Apr 29, 2019
1 parent 0cd4e02 commit 63a740b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
],
'missed_cart_item_qty' => [
'cart_items: [{ cart_item_id: 1 }]',
'Field CartItemUpdateQuantityInput.quantity of required type Float! was not provided.'
'Field CartItemUpdateInput.quantity of required type Float! was not provided.'
],
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
],
'missed_cart_item_qty' => [
'cart_items: [{ cart_item_id: 1 }]',
'Field CartItemUpdateQuantityInput.quantity of required type Float! was not provided.'
'Field CartItemUpdateInput.quantity of required type Float! was not provided.'
],
];
}
Expand Down

0 comments on commit 63a740b

Please sign in to comment.