Skip to content

Commit

Permalink
Add requiresScopes__Scope and policy__Policy to transformSupergraphTo…
Browse files Browse the repository at this point in the history
…PublicSchema
  • Loading branch information
kamilkisiela authored Feb 22, 2024
1 parent de983b0 commit b4a7fdf
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 @@ -14,6 +14,8 @@ export const federationScalars = new Set([
'link__Import',
'join__FieldSet',
'join__DirectiveArguments',
'policy__Policy',
'requiresScopes__Scope',
]);
export const federationEnums = new Set(['core__Purpose', 'join__Graph', 'link__Purpose']);
export const federationDirectives = new Set([
Expand Down

0 comments on commit b4a7fdf

Please sign in to comment.