Platform

1. The Hasura Platform

This guide covers all Hasura platform concepts and features.

<%= totalResults %> result<%= totalResults > 1 ? 's' : '' %> for '<%= _.escape(searchString) %>'
powered by Algolia Hasura Search

<% if ( objs.length > 0 ) { %>
    <% _.each(objs, function(obj, index ) { %>
  • <%= obj.title %>
    <%= obj.description.length > 200 ? obj.description.slice(0, 200 ) + ' ...' : obj.description %>
  • <% }); %>
<% } else { %>
Sorry! we cannot find what you are searching for!
<% } %>