Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 11, 2019 16:56
Show Gist options
  • Save alyssoncm/00f2333bcbdfbbcb8498ab795c19e6df to your computer and use it in GitHub Desktop.
Save alyssoncm/00f2333bcbdfbbcb8498ab795c19e6df to your computer and use it in GitHub Desktop.
GraphQL-Products-Query
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