这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
- fix casting citext column type (fix #2818) (#3861)
- Add downgrade command (close #1156) (#3760)
- persist mix files only when coverage is enabled (#3844)
- add meta descriptions to actions docs (#4082)
- `HASURA_GRAPHQL_EVENTS_FETCH_INTERVAL` changes semantics slightly: we only sleep for the interval
when there were previously no events to process. Potential space leak fixed. (#3839)
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/action-connect.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Connecting Hasura actions with the graph
:keywords: hasura, docs, actions, connect

Connecting actions with the graph
=================================

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/action-handlers.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Action handlers for Hasura actions
:keywords: hasura, docs, actions, handlers

Action handlers
===============

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/async-actions.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Async actions
:keywords: hasura, docs, actions, async actions

Async actions
=============

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/codegen.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Codegen for Hasura actions
:keywords: hasura, docs, actions, codegen

Actions codegen
===============

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/create.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Creating Hasura actions
:keywords: hasura, docs, actions, create

Creating actions
================

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/derive.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Deriving Hasura actions
:keywords: hasura, docs, actions, derive

Deriving actions
================

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Hasura actions
:keywords: hasura, docs, actions

Actions (beta)
==============

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/actions/types/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Custom GraphQL types for Hasura actions
:keywords: hasura, docs, actions, custom types

Custom GraphQL types
====================

Expand Down
4 changes: 4 additions & 0 deletions docs/graphql/manual/api-reference/explain.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Hasura explain API reference
:keywords: hasura, docs, explain API, API reference

.. _explain_api_reference:

Explain API Reference
Expand Down