Possibility to disable graphiQL client? #257
Answered
by
paulbakker
peterbierman
asked this question in
Q&A
-
when starting the DGS service the graphiQL client is default available at http://localhost:8080/graphiql. |
Beta Was this translation helpful? Give feedback.
Answered by
paulbakker
Apr 13, 2021
Replies: 1 comment 2 replies
-
Yes, there is a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
peterbierman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is a
dgs.graphql.graphiql.enabled
setting available. Set it tofalse
to disable.You would typically put this in your
application.properties
orapplication.yml
.