Skip to content

Commit 45d5545

Browse files
Update docs/architecture/application/graphql.md
Co-authored-by: Daniel Marjenburgh <[email protected]>
1 parent 37afb85 commit 45d5545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/application/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The registration process iterates through the list, starting from the deepest pr
4646

4747
However, there is a potential issue when dealing with a `ProductBlock` that references itself, as it leads to an error expecting the `ProductBlock` type to exist.
4848

49-
Here an example of the expected error with self referenced `ProductBlock`:
49+
Here is an example of the expected error with a self referenced `ProductBlock`:
5050

5151
```
5252
strawberry.experimental.pydantic.exceptions.UnregisteredTypeException: Cannot find a Strawberry Type for <class 'products.product_blocks.product_block_file.ProductBlock'> did you forget to register it?

0 commit comments

Comments
 (0)