movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Consider using `[Foo]!` as the return type for boundary fields. #83

Open nmaquet opened 2 years ago

nmaquet commented 2 years ago

This would make federated queries more robust as one error in the resolution of the array wouldn't null-out the whole array. See https://github.com/movio/bramble/issues/51#issuecomment-954363331