mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
docs: add metadata descriptions to actions docs (#4082)
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
This commit is contained in:
parent
308482c529
commit
f97937c912
@ -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)
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Connecting Hasura actions with the graph
|
||||
:keywords: hasura, docs, actions, connect
|
||||
|
||||
Connecting actions with the graph
|
||||
=================================
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Action handlers for Hasura actions
|
||||
:keywords: hasura, docs, actions, handlers
|
||||
|
||||
Action handlers
|
||||
===============
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Async actions
|
||||
:keywords: hasura, docs, actions, async actions
|
||||
|
||||
Async actions
|
||||
=============
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Codegen for Hasura actions
|
||||
:keywords: hasura, docs, actions, codegen
|
||||
|
||||
Actions codegen
|
||||
===============
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Creating Hasura actions
|
||||
:keywords: hasura, docs, actions, create
|
||||
|
||||
Creating actions
|
||||
================
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Deriving Hasura actions
|
||||
:keywords: hasura, docs, actions, derive
|
||||
|
||||
Deriving actions
|
||||
================
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Hasura actions
|
||||
:keywords: hasura, docs, actions
|
||||
|
||||
Actions (beta)
|
||||
==============
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Custom GraphQL types for Hasura actions
|
||||
:keywords: hasura, docs, actions, custom types
|
||||
|
||||
Custom GraphQL types
|
||||
====================
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
.. meta::
|
||||
:description: Hasura explain API reference
|
||||
:keywords: hasura, docs, explain API, API reference
|
||||
|
||||
.. _explain_api_reference:
|
||||
|
||||
Explain API Reference
|
||||
|
Loading…
Reference in New Issue
Block a user