Skip to content

Commit 60e5494

Browse files
committed
updated graphql
1 parent e16c244 commit 60e5494

File tree

2 files changed

+423
-7
lines changed

2 files changed

+423
-7
lines changed

Model/Resolver/Seller.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class Seller extends AbstractSellerQuery implements ResolverInterface
4040
*/
4141
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
4242
{
43-
die("asdfasd");
4443
if (!isset($value['model'])) {
4544
throw new GraphQlInputException(__('Value must contain "model" property.'));
4645
}

0 commit comments

Comments
 (0)