Helmi
08/03/2018, 2:26 AMGomah
08/03/2018, 3:20 AMplayground
to false
when starting your Graphql server:
server.start(
{
port: process.env.NODE_PORT,
playground: false,
},
() => console.log(`Server is running on ${process.env.NODE_PORT}`)
);
More informations & configuration here: https://github.com/prismagraphql/graphql-yoga#startoptions-options-callback-options-options--void----null-promisevoidHelmi
08/03/2018, 5:47 AM