RESTified Endpoints
RESTified endpoints allow you to quickly and easily create REST endpoints without needing to write any custom code. Any query or mutation can be converted into a RESTified endpoint, complete with query parameters, arguments, and permissions ready to go. You even get OpenAPI documentation for your RESTified endpoints to allow automatic integration where supported!
This can be especially useful if you're already familiar with REST APIs and want to take advantage of the benefits of GraphQL, such as its powerful query capabilities and type system. By using RESTified endpoints, you can seamlessly create REST endpoints from queries and mutations in your Hasura project.