We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16c244 commit 60e5494Copy full SHA for 60e5494
Model/Resolver/Seller.php
@@ -40,7 +40,6 @@ class Seller extends AbstractSellerQuery implements ResolverInterface
40
*/
41
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
42
{
43
- die("asdfasd");
44
if (!isset($value['model'])) {
45
throw new GraphQlInputException(__('Value must contain "model" property.'));
46
}
0 commit comments