graphql-engine/v3/crates/custom-connector/data/movies.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
260 B
JSON
Raw Normal View History

{ "id": 1, "title": "Titanic", "rating": 4 }
{ "id": 2, "title": "Slumdog Millionaire", "rating": 5 }
{ "id": 3, "title": "Godfather", "rating": 4 }
{ "id": 4, "title": "Shawshank Redemption", "rating": 5 }
{ "id": 5, "title": "Schindler's List", "rating": 4 }