config/plugins.js (11 lines of code) (raw):

module.exports = () => ({ graphql: { config: { playgroundAlways: true, apolloServer: { introspection: true }, defaultLimit: 100 } } });