config dgs.graphql.graphiql.path not working #456
Unanswered
brianlschultz1969
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I do see this in the console log during startup: Autowiring by type from bean name 'graphiQlConfigurer' via factory method to bean named 'dgs.graphql-com.netflix.graphql.dgs.webflux.autoconfiguration.DgsWebfluxConfigurationProperties' But I don't see the graphiql dgs.graphql.graphiql.path config in that configuration class. It only seems to live in DgsWebMvcConfigurationProperties |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone able to get the config for graphiql path to work?
Example
dgs.graphql.graphiql.path: /personalize/graphiql
Then URL should be like:
http://localhost:8080/personalize/graphiql/index.html
Beta Was this translation helpful? Give feedback.
All reactions