Compare commits
No commits in common. "e60839b89611794b1c02c5ec2a57ff05bf9a1c1b" and "56688c9c09f8b8285fcaf17b7cabc7d4b1af88bb" have entirely different histories.
e60839b896
...
56688c9c09
1 changed files with 0 additions and 2 deletions
|
|
@ -41,7 +41,6 @@ from engine.core.graphene.mutations import (
|
||||||
RemoveOrderProductsOfAKind,
|
RemoveOrderProductsOfAKind,
|
||||||
RemoveWishlistProduct,
|
RemoveWishlistProduct,
|
||||||
RequestCursedURL,
|
RequestCursedURL,
|
||||||
RetrieveExactProducts,
|
|
||||||
Search,
|
Search,
|
||||||
)
|
)
|
||||||
from engine.core.graphene.object_types import (
|
from engine.core.graphene.object_types import (
|
||||||
|
|
@ -385,7 +384,6 @@ class Mutation(ObjectType):
|
||||||
bulk_order_action = BulkOrderAction.Field()
|
bulk_order_action = BulkOrderAction.Field()
|
||||||
bulk_wishlist_action = BulkWishlistAction.Field()
|
bulk_wishlist_action = BulkWishlistAction.Field()
|
||||||
feedback_product_action = FeedbackProductAction.Field()
|
feedback_product_action = FeedbackProductAction.Field()
|
||||||
retrieve_exact_products = RetrieveExactProducts.Field()
|
|
||||||
deposit = Deposit.Field()
|
deposit = Deposit.Field()
|
||||||
obtain_jwt_token = ObtainJSONWebToken.Field()
|
obtain_jwt_token = ObtainJSONWebToken.Field()
|
||||||
refresh_jwt_token = RefreshJSONWebToken.Field()
|
refresh_jwt_token = RefreshJSONWebToken.Field()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue