diff --git a/docs/graphql/core/getting-started/docker-simple.rst b/docs/graphql/core/getting-started/docker-simple.rst index 6928485555b..a8ef75f4352 100644 --- a/docs/graphql/core/getting-started/docker-simple.rst +++ b/docs/graphql/core/getting-started/docker-simple.rst @@ -149,8 +149,7 @@ Set up :ref:`Hasura migrations ` to track your database altera Secure your endpoint ^^^^^^^^^^^^^^^^^^^^ -:ref:`Add an admin secret ` -to make sure that your GraphQL endpoint and the Hasura console are not publicly accessible. +:ref:`Add an admin secret ` to make sure that your GraphQL endpoint and the Hasura console are not publicly accessible. Advanced Docker setup --------------------- diff --git a/docs/graphql/core/guides/upgrade-hasura-v2.rst b/docs/graphql/core/guides/upgrade-hasura-v2.rst index e918850ba7b..594cc161439 100644 --- a/docs/graphql/core/guides/upgrade-hasura-v2.rst +++ b/docs/graphql/core/guides/upgrade-hasura-v2.rst @@ -82,6 +82,11 @@ Breaking behaviour changes as an object. To achieve the expected behaviour, the following query ``fetch_users(order_by: [{age: desc}, {name: asc}]) {id name age}`` should be used which uses an array to define the order of fields to generate the appropriate ``order by`` clause. +- **Type name for computed fields' input argument has changed** + + The name of the computed field input argument has changed from `_args` to `__args`. This change + enables adding a root-level tracked function as a computed field which previously would have thrown an input type conflict error. + - **Incompatibility with older Hasura version remote schemas** With v2.0, some of the auto-generated schema types have been extended. For example, ``String_comparison_exp`` has an additional ``regex`` input