GraphQL OBJECT

SampleUrls

link Definition

  • type SampleUrls {
  • # URL pointing to an example shopping cart page.
  • shoppingCart: String
  • # URL pointing to an example checkout page.
  • checkoutProcess: String
  • }