Skip to content

Commit c818855

Browse files
author
Eric Bohanon
committed
MAGETWO-86320: Schema implementation
1 parent c60211b commit c818855

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@
149149
"magento/module-swatches-graph-ql": "100.0.0-dev",
150150
"magento/module-tax-graph-ql": "100.0.0-dev",
151151
"magento/module-url-rewrite-graph-ql": "100.0.0-dev",
152+
"magento/module-cms-url-rewrite-graph-ql": "100.0.0-dev",
153+
"magento/module-weee-graph-ql": "100.0.0-dev",
152154
"magento/module-grouped-import-export": "100.3.0-dev",
153155
"magento/module-grouped-product": "100.3.0-dev",
154156
"magento/module-import-export": "100.3.0-dev",

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite/UrlResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ public function testProductUrlRewriteResolver()
206206
}
207207

208208
/**
209-
* Tests if null is returned when an invalid request_path is provided as input to urlResolver
209+
* Tests if null is returned when an invalid request_path is provided as input to urlResolver
210210
*
211-
* @magentoApiDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
211+
* @magentoApiDataFixture Magento/CatalogUrlRewrite/_files/product_with_category.php
212212
*/
213213
public function testInvalidUrlResolverInput()
214214
{

0 commit comments

Comments
 (0)