Skip to content

Instantly share code, notes, and snippets.

@susimsek
Created August 27, 2022 10:09
Show Gist options
  • Save susimsek/1a326f78d9c8b43ad35093033b66d586 to your computer and use it in GitHub Desktop.
Save susimsek/1a326f78d9c8b43ad35093033b66d586 to your computer and use it in GitHub Desktop.
Apollo Gateway Query
query Products {
product(id: 1) {
id
name
description,
createdDate,
reviews{
id,
text,
starRating
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment