DATA MANAGEMENT RESEARCH Confusions about data availability in the Hasura console’s monitoring page August 29, 2022admin Version Information Server Version: v2.10.1-cloud.3 Environment Cloud What is the current behaviour? As a Cloud free tier or standard tier user, my logs are retained for only 24 hours (in…Read moreConfusions about data availability in the Hasura console’s monitoring page
DATA MANAGEMENT RESEARCH Strapi GraphQL API | Join data with Hasura Remote Schema March 17, 2022admin Strapi is the leading open-source headless CMS. It offers a GraphQL plugin which we can join with Hasura using Remote Schemas. Adding Strapi as a Remote Schema In the Hasura…Read moreStrapi GraphQL API | Join data with Hasura Remote Schema
DATA MANAGEMENT REST/HTTP & GRAPHQL Group By & Aggregate REST to GraphQL API Integration December 19, 2021admin Views can be used to expose the results of a custom query as a virtual table. Sometimes we might want to fetch some data derived by aggregating (avg, min, max,…Read moreGroup By & Aggregate REST to GraphQL API Integration