graphql-engine/v3/crates/custom-connector/data/movies.json
Daniel Harvey bdd5d06437 Move all crates into a folder (#355)
<!-- Thank you for submitting this PR! :) -->

## Description

This moves all the crates into a `/crates` folder. Everything appears to
just work, thanks Cargo!

V3_GIT_ORIGIN_REV_ID: 8e3ef287b1a46cabdb4d919a50e813ab2cddf8b1
2024-03-19 18:07:14 +00:00

5 lines
260 B
JSON

{ "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 }