We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74860c2 commit daea0c6Copy full SHA for daea0c6
README.md
@@ -29,7 +29,7 @@ Supports now:
29
* external # mark field as external
30
* requires # mark that field resolver requires other fields to be pre-fetched
31
* provides # to annotate the expected returned fieldset from a field on a base type that is guaranteed to be selectable by the gateway.
32
- * **Base class should be decorated with `@provides`** as well as field on a base type that provides.
+ * **Base class should be decorated with `@provides`** as well as field on a base type that provides. Check example bellow:
33
```python
34
import graphene
35
from graphene_federation import provides
0 commit comments