Tracking SQL functions in Hasura
Announcing Hasura 2.0.0-beta.2
Overview · Adding foreign key CRUD functionality to the MS SQL Server tables · Allowing the tracking of custom SQL functions having composite type (rowtype) input ...
Schema/Metadata API Reference: Tables/Views (Deprecated)
Though for backwards compatibility, the schema/Metadata APIs will continue to function. Introduction. Track/untrack a table/view in Hasura GraphQL Engine. Only ...
Metadata API Reference: Tables/Views | Hasura GraphQL Docs
Custom functions · Relationships ... mssql_set_apollo_federation_config allows you to set apollo federation configuration for an already tracked mssql table.
Metadata API Reference: Native Queries | Hasura GraphQL Docs
pg_track_native_query is used to add a Native Query to the GraphQL schema. Track a Native Query as follows: POST /v1/metadata HTTP/1.1
Tune Hasura Performance | Hasura GraphQL Docs
Hasura provides automatic connection pools for (PostgreSQL and MSSQL) database connections. These pools are elastic and will adapt based on usage and a limit ...
Mutations Overview | Hasura GraphQL Docs
The Hasura GraphQL Engine automatically generates GraphQL mutation fields for inserting, updating, or deleting data based on your database's schema.
Introducing Hasura Monitoring with DataDog
In Datadog you can observe all the GraphQL queries and mutations made against your Hasura project's API, and well as query success, failure, errors, and any ...
Postgres: Enum Type Fields | Hasura GraphQL Docs
Extend with SQL functions · Computed fields · Logical Models · Native Queries ... tracking a table: POST /v1/metadata HTTP/1.1. Content-Type: application/json
Catalin Pit - Hasura GraphQL Engine Blog
SQL Server database Before creating a Hasura application, you should have a ... DigitalOcean recently released DigitalOcean Functions, which is their serverless ...
Postgres: Database to Remote Database Relationships - Hasura
Because Hasura is meant to be a GraphQL server that you can expose directly to your apps, Hasura also handles security and authorization while providing remote ...
Observability | Hasura GraphQL Docs
The tutorial explains how to instrument key functions with trace spans, attaching attributes like generated SQL for debugging. Enhance your connector's ...
Configuration Reference, Version 4 | Hasura GraphQL Docs
Note that the support for aggregation function is not yet aware of schema namespacing. User-defined aggrate functions should be defined in the search_path of ...
Postgres: Relay Schema | Hasura GraphQL Docs
At this time, Hasura's Relay implementation only supports Postgres tables with a primary key defined, and custom SQL functions whose returning table has a ...
Announcing Event Triggers on Hasura GraphQL Engine
Push notifications that get triggered when a new review is added · Purge your CDN or cache to re-render your static content · Update a search index when a product ...
Schema / Metadata API Reference (Deprecated) - Hasura
2, Set custom fields of an already tracked table (deprecated) ... Custom SQL Functions · Relationships · Computed Fields · Permissions · Remote Schema ...
Save Time and Stop Writing GraphQL Resolvers - Hasura
... sql("Track")}`; return keys.map((key) => tracks ... Each "artist" record in the database would invoke a function to fetch their N "tracks".
Hasura Changelog - Enterprise Edition (EE) - v2.13.0-beta.1
... .com/hasura/graphql-engine/issues/8880). . It is now possible to track the same SQL function as both a computed field and as a root field.
Observability & Performance Tuning | Hasura GraphQL Docs
The database trigger captures a per-row change and then writes that to a Hasura Events table. The Hasura Event tables acts as a queue for all pending/in-process ...
Instant APIs on Snowflake using UDFs and Hasura
1. Tracking UDFs in Hasura. First, we will create the following UDF in Snowflake's SQL console: Now, we will import ...
Manage Migrations | Hasura GraphQL Docs
Hasura will create pure SQL files representing every change made to tracked databases made while using the Console served by the Hasura CLI.