File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,10 @@ export class JoinSpecDefinition extends FeatureDefinition {
287
287
export const JOIN_VERSIONS = new FeatureDefinitions < JoinSpecDefinition > ( joinIdentity )
288
288
. add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 1 ) ) )
289
289
. 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 all of federation v2.0-2.6 since
292
+ // v0.3 offers improvements around union members and enum values that we're
293
+ // interested in.
290
294
. add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 3 ) , new FeatureVersion ( 2 , 0 ) ) )
291
295
. add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 4 ) , new FeatureVersion ( 2 , 7 ) ) )
292
296
. add ( new JoinSpecDefinition ( new FeatureVersion ( 0 , 5 ) , new FeatureVersion ( 2 , 8 ) ) ) ;
You can’t perform that action at this time.
0 commit comments