You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once federation annotations are set in the code and Apollo federation is enabled in the config, the federation specific directives must appear in the graphql schema
Expected behavior
GraphQL federation directives are visible in the schema
Actual behavior
GraphQL federation directives do not appear in the schema
Interesting, somehow I thought I'd implemented adding these relevant annotations to the Jandex index, but it's not there. That piece of code must've gotten lost somewhere. Anyway thanks for reporting, I'll submit a PR to fix this
Describe the bug
Once federation annotations are set in the code and Apollo federation is enabled in the config, the federation specific directives must appear in the graphql schema
Expected behavior
GraphQL federation directives are visible in the schema
Actual behavior
GraphQL federation directives do not appear in the schema
How to Reproduce?
Reproducer: quarkus-graphql-issue.zip
query { _service { sdl } }
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "17.0.5" 2022-10-18
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.15.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 7.5.1
Additional information
A workaround: index smallrye module manually and federation directives will appear in the schema:
The text was updated successfully, but these errors were encountered: