Skip to content

Commit dba2539

Browse files
committed
refactor(minor): update param description for updateMetafields mutation
1 parent 73e59ca commit dba2539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/shopify/operations/customer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ const updateDefaultAddress = async (
189189

190190
/**
191191
* Updates one or more metafields on the customer.
192-
* @param options - The variables for the customer update mutation, including metafields and customer ID.
193-
* @returns A Promise resolving to the customerUpdate payload.
192+
* @param options - The variables for the customer update mutation, (customer ID, customer metafields)
193+
* @returns A Promise resolving to the customerUpdate payload
194194
* @see https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/customerUpdate
195195
*/
196196
const updateMetafields = async (

0 commit comments

Comments
 (0)