Created
August 27, 2022 10:09
-
-
Save susimsek/1a326f78d9c8b43ad35093033b66d586 to your computer and use it in GitHub Desktop.
Apollo Gateway Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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