graphql/graphql-relay-js

Make fields on PageInfo type shareable

sdemjanenko opened this issue · 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?