mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
fc7ea9213c
Insert trigger function: If query affects no rows then return `null` Insert trigger function is modified to have `IF r IS NULL THEN RETURN null; ELSE RETURN r; END IF;` in return statement. |
||
---|---|---|
.. | ||
basic | ||
event_triggers | ||
graphql_introspection | ||
graphql_mutation | ||
graphql_query | ||
subscriptions | ||
v1 | ||
clear_db.yaml |