getMovies()

in src/graphql/queries.js [5:11]


  getMovies(id: $id) {
    id
    name
    poster
    date
    plot
  }