Skip to content

Commit

Permalink
GraphQl-45: Product textarea field format
Browse files Browse the repository at this point in the history
-- Update benchmarks scenarios according to updated GraphQL Schema
  • Loading branch information
Valeriy Nayda committed Nov 9, 2018
1 parent 6a20b98 commit 45d3742
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ public function testProductWithNoCategoriesAssigned()
items {
name,
sku,
description,
url_rewrites {
description {
html
}
url_rewrites {
url,
parameters {
name,
Expand Down Expand Up @@ -87,8 +89,10 @@ public function testProductWithOneCategoryAssigned()
items {
name,
sku,
description,
url_rewrites {
description {
html
}
url_rewrites {
url,
parameters {
name,
Expand Down

0 comments on commit 45d3742

Please sign in to comment.