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 0234c56 commit dbc3ff2Copy full SHA for dbc3ff2
nxtbn/cart/admin_types.py
@@ -10,7 +10,7 @@ class CartItemType(DjangoObjectType):
10
db_id = graphene.ID(source='id')
11
class Meta:
12
model = CartItem
13
- fields = ('id', 'cart', 'variant', 'quantity', 'created_at', 'updated_at')
+ fields = ('id', 'cart', 'variant', 'quantity', 'created_at', 'last_modified')
14
15
16
class CartType(DjangoObjectType):
0 commit comments