Skip to content

Commit

Permalink
Add bang to note string (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarding committed Apr 23, 2024
1 parent 0af624d commit 4ce0450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const CART_NOTE_UPDATE_MUTATION = (
) => `#graphql
mutation cartNoteUpdate(
$cartId: ID!
$note: String
$note: String!
$language: LanguageCode
$country: CountryCode
) @inContext(country: $country, language: $language) {
Expand Down

0 comments on commit 4ce0450

Please sign in to comment.