Replies: 1 comment
-
@magicmark yes, that's something for federation 1 only if I remember correctly. Maybe we should remove it entirely? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://strawberry.rocks/api-reference/strawberry.type#:~:text=Whether%20the%20class%20is%20extending%20an%20existing%20type.
What does it mean to "extend" a type?
For defining an Entity, the docs gives this example:
~ source
And for Value Types,
~ source
Where/what use case is
extend=True
for?Is this just for federation v1 and now deprecated in v2? I do see a reference to it here: https://strawberry.rocks/docs/guides/federation-v1#reviews-service
(If this is the case, should I send a PR to clarify this in the docs somewhere? thanks!)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions