apollo-federation-subgraph-compatibility
apollo-federation-subgraph-compatibility copied to clipboard
Should we be testing for _FieldSet / FieldSet directly
We're not currently checking to see if a _FieldSet (Fed 1) / FieldSet (Fed 2) scalar is available in the implemented products subgraph. Let's confirm:
- If we should be testing for this
- That we should test for
_FieldSetwith Fed 1 andFieldSetwith Fed 2 - Find out why
_FieldSetwas renamed toFieldSet
https://community.apollographql.com/t/why-was-fieldset-changed-to-fieldset/4035
:-)