GraphQL GraphQL OBJECT

GenerateProtectedUrlPayload

Payload for generated protected URL. Protected URLs are used to control the content of the shopping cart and protect private information, such as product price.

link Definition

  • type GenerateProtectedUrlPayload {
  • # The generated protected URL.
  • generatedProtectedUrl: ProtectedUrl
  • }

link Required by