Replies: 1 comment
-
This sounds like a general domain/API design concern. I also don't think I have a full picture from this one file. |
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
-
I have a GroupType
As you can see, the group has originalGroup.
The original group has the same fields as the group, but some values can differ.
One thing I don't like is that original group will have another originalGroup inside of the graphql type.
Any suggestions? I would like originalGroup not to have originalGroup inside
group->originalGroup->originalGroup
Beta Was this translation helpful? Give feedback.
All reactions