mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
bdd5d06437
<!-- 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
5 lines
260 B
JSON
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 } |