Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermax committed Jul 27, 2022
1 parent e1af8ec commit b3f3553
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/changelog/changes_07.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Changes in 0.7
- Added support for `Apollo Federation (v1) <https://www.apollographql.com/docs/federation/v1/>`_
- [internal] Refactored introspection directives
- Added graph directives support

- Added ``directives`` argument to :py:class:`hiku.graph.Field`
- Added ``directives`` argument to :py:class:`hiku.graph.Link`

- Added ``Deprecated`` directive

.. code-block:: python
from hiku.directives import Deprecated
Expand All @@ -27,6 +27,7 @@ Changes in 0.7
]),
])
- Added mypy and typings to codebase
- Added checks for unhashable link results and extend errors. This must improve developer experience.

Backward-incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b3f3553

Please sign in to comment.