Hey everybody! Is it possible to disable the playg...
# orm-help
p
Hey everybody! Is it possible to disable the playground interface of the running GraphQL (yoga) server? I'm just talking about the UI, not the API itself.
k
You should be able to simply pass
playground: false
to the options object of GraphQL Yoga 👉 https://github.com/graphcool/graphql-yoga#startoptions-options-callback-options-options--void----null-promisevoid
💯 1
👍 1
p
@kuldar Great! Thanks for the reference! Worked like a charm! 🙂
🙌 1