Created
August 14, 2019 21:06
-
-
Save mattiamanzati/8c2c8e49622aa767d0d3949ab2936948 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
// https://swapi.graph.cool/ | |
{ | |
allFilms( | |
filter: { | |
releaseDate_gte: "2000-01-01T21:03:41.108Z" | |
releaseDate_lte: "2010-01-01T21:03:41.108Z" | |
} | |
){ | |
title | |
releaseDate | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment