Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue-federation-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RoKKim committed Jan 29, 2024
2 parents 4506937 + b0f9e62 commit fcbf5fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private IndexView createCustomIndex() {
// directives from the API module
indexer.index(convertClassToInputStream(Authenticated.class));
indexer.index(convertClassToInputStream(ComposeDirective.class));
indexer.index(convertClassToInputStream(Deprecated.class));
indexer.index(convertClassToInputStream(Extends.class));
indexer.index(convertClassToInputStream(External.class));
indexer.index(convertClassToInputStream(Inaccessible.class));
Expand Down

0 comments on commit fcbf5fb

Please sign in to comment.