Skip to content

Instantly share code, notes, and snippets.

@mattiamanzati
Created August 14, 2019 21:06
Show Gist options
  • Save mattiamanzati/8c2c8e49622aa767d0d3949ab2936948 to your computer and use it in GitHub Desktop.
Save mattiamanzati/8c2c8e49622aa767d0d3949ab2936948 to your computer and use it in GitHub Desktop.
// 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