Skip to content

Commit

Permalink
Add @core and @join__owner to transformSupergraphToPublicSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Feb 22, 2024
1 parent cfa9950 commit f03ee44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphql/transform-supergraph-to-public-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ export const federationScalars = new Set([
export const federationEnums = new Set(['core__Purpose', 'join__Graph', 'link__Purpose']);
export const federationDirectives = new Set([
'link',
'core',
'tag',
'join__graph',
'join__type',
'join__owner',
'join__implements',
'join__unionMember',
'join__directive',
Expand Down

0 comments on commit f03ee44

Please sign in to comment.