Skip to content

Commit

Permalink
handle user country null value
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Blaho committed Aug 7, 2024
1 parent bbe1641 commit d872c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CurrentCustomerUserDecorator:
type: "String"
description: "Billing address zip code"
country:
type: "Country!"
type: "Country"
description: "Billing address country"
defaultDeliveryAddress:
type: "DeliveryAddress"
Expand Down

0 comments on commit d872c3c

Please sign in to comment.