Skip to content

Commit daea0c6

Browse files
committed
update readme
1 parent 74860c2 commit daea0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Supports now:
2929
* external # mark field as external
3030
* requires # mark that field resolver requires other fields to be pre-fetched
3131
* 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.
32+
* **Base class should be decorated with `@provides`** as well as field on a base type that provides. Check example bellow:
3333
```python
3434
import graphene
3535
from graphene_federation import provides

0 commit comments

Comments
 (0)