Slide 25
Slide 25 text
4. 3 challenges I faced
Where should we defined the “Typem merging configuration”
If we use “directive” on the each sub GraphQL API Schema.
👍 We don’t need to touch GraphQL Gateway. So, the each team can implement their
functions separately.
👍 Defining with “directives” seems to be simple.
😓 Since you don't actually see the integrated schema in the Gateway, as the system
scales up, there may be cases where it doesn't work correctly, and it's difficult to
understand why.