hydrogenStorefrontCustomerApplicationUrlsReplace - admin-graphql - MUTATION
Version: unstable
Description:
Updates a customer application URLs.
Access Scopes
Request must be initiated from the Shopify CLI and user must have full access to apps or access to the Hydrogen channel.
Arguments
-
storefrontId:
ID! -
The ID of the storefront.
-
urlsReplaceInput:
HydrogenStorefrontCustomerApplicationUrlsReplaceInput! -
An object of fields to update on the customer identity oauth application.
Returns
-
javascriptOrigin:
String
List of allowed javaScript url origins.
-
logoutUris:
String
List of allowed urls that can be redirected to post-logout.
-
redirectUri:
String
List of allowed callback urls.
-
success:
Boolean
Whether the customer application was updated successfully.
-
userErrors:
HydrogenStorefrontCustomerUserError!
The list of errors that occurred from executing the mutation.
Examples