This is just one json file with some dummy data, so I can play around in either React, Next or VSF2. To change the data, just edit the file and overwrite the existing data with the new data.
- List your fake users with a GET request: curl https://mockend.com/MartineBoulanger/dummy-data/users
- Fake a creation with a POST
(don't worry changes aren't persisted):
curl https://mockend.com/MartineBoulanger/dummy-data/users
-X POST
-H "Content-Type: application/json"
--data '{"name": "alice"}' - Access your GraphQL endpoint: https://mockend.com/MartineBoulanger/dummy-data/graphql
Go to the docs: https://docs.mockend.com/