Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 11, 2019 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/25be5b9384f83689b9cdfa6fca848364 to your computer and use it in GitHub Desktop.
Save alyssoncm/25be5b9384f83689b9cdfa6fca848364 to your computer and use it in GitHub Desktop.
graphql-product-delivery
query {
products {
title
desc
price
delivery {
shipping
expectedDays
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment