Skip to content

Commit

Permalink
fix(core): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverstreissi committed Nov 7, 2024
1 parent 9f11962 commit 3a28d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/api/schema/admin-api/order.api.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type Mutation {
setDraftOrderShippingAddress(orderId: ID!, input: CreateAddressInput!): Order!
"Sets the billing address for a draft Order"
setDraftOrderBillingAddress(orderId: ID!, input: CreateAddressInput!): Order!
"Unsets the sthipping address for a draft Order"
"Unsets the shipping address for a draft Order"
unsetDraftOrderShippingAddress(orderId: ID!): Order!
"Unsets the billing address for a draft Order"
unsetDraftOrderBillingAddress(orderId: ID!): Order!
Expand Down

0 comments on commit 3a28d56

Please sign in to comment.