File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,6 +287,10 @@ export class JoinSpecDefinition extends FeatureDefinition {
287287export const JOIN_VERSIONS = new FeatureDefinitions < JoinSpecDefinition > ( joinIdentity )
288288 . add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 1 ) ) )
289289 . add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 2 ) ) )
290+ // Though join v0.2 supports federation v2.0 as mentioned above, we should
291+ // still prefer join v0.3 as a minimum for federation v2.0-2.2 (and up to v2.6
292+ // as well) since v0.3 offers improvements around union members and enum
293+ // values that we're interested in.
290294 . add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 3 ) , new FeatureVersion ( 2 , 0 ) ) )
291295 . add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 4 ) , new FeatureVersion ( 2 , 7 ) ) )
292296 . add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 5 ) , new FeatureVersion ( 2 , 8 ) ) ) ;
You can’t perform that action at this time.
0 commit comments