Skip to content

Commit

Permalink
updated graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
landofcoder committed Jul 20, 2022
1 parent e16c244 commit 60e5494
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 7 deletions.
1 change: 0 additions & 1 deletion Model/Resolver/Seller.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Seller extends AbstractSellerQuery implements ResolverInterface
*/
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
{
die("asdfasd");
if (!isset($value['model'])) {
throw new GraphQlInputException(__('Value must contain "model" property.'));
}
Expand Down
Loading

0 comments on commit 60e5494

Please sign in to comment.