Created
September 20, 2019 11:55
-
-
Save riccardogiorato/5c7f28ca614d416f33dbbf44702186dd to your computer and use it in GitHub Desktop.
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
{ | |
allFilms(first: 3, orderBy: releaseDate_ASC) { | |
episodeId | |
title | |
releaseDate | |
director | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment