Skip to content

Commit

Permalink
added oneOf directive into the index
Browse files Browse the repository at this point in the history
  • Loading branch information
mskacelik committed Feb 8, 2024
1 parent 1ac9130 commit 4738314
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
import io.smallrye.graphql.api.Deprecated;
import io.smallrye.graphql.api.Entry;
import io.smallrye.graphql.api.ErrorExtensionProvider;
import io.smallrye.graphql.api.OneOf;
import io.smallrye.graphql.api.federation.ComposeDirective;
import io.smallrye.graphql.api.federation.Extends;
import io.smallrye.graphql.api.federation.External;
Expand Down Expand Up @@ -286,6 +287,7 @@ void buildFinalIndex(
indexer.indexClass(Inaccessible.class);
indexer.indexClass(io.smallrye.graphql.api.federation.Override.class);
indexer.indexClass(Tag.class);
indexer.indexClass(OneOf.class);
} catch (IOException ex) {
LOG.warn("Failure while creating index", ex);
}
Expand Down

0 comments on commit 4738314

Please sign in to comment.