BaseHub Mutation API Playground

This is a playground for the BaseHub Mutation API. You can use it to test the API before using it in your own project.

By default, this playground is connected to a Public BaseHub Repository, but you can add your own token here to see how it works with your own repo.

Remember, it needs to be an Admin Token.

1. Create a blog post with random data

{
  "pending": false,
  "data": null,
  "method": null,
  "action": null
}

2. Delete a blog post

{
  "pending": false,
  "data": null,
  "method": null,
  "action": null
}

3. Update a blog post (including an image upload)

{
  "pending": false,
  "data": null,
  "method": null,
  "action": null
}