graphql-relay-js icon indicating copy to clipboard operation
graphql-relay-js copied to clipboard

Make fields on PageInfo type shareable

Open sdemjanenko opened this issue 2 years ago • 0 comments

To support federation v2 by Apollo, if multiple subgraphs use PageInfo, the fields need to be marked as shareable otherwise the graph will fail to compose: https://www.apollographql.com/docs/federation/federation-2/moving-to-federation-2#mark-all-value-types-as-shareable

How might this directive annotation be configured as an opt-in?

sdemjanenko avatar May 16 '22 20:05 sdemjanenko