We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e23826 commit 55a19e2Copy full SHA for 55a19e2
src/graphql.options.ts
@@ -18,7 +18,7 @@ export class GraphqlOptions implements GqlOptionsFactory {
18
},
19
debug: false,
20
introspection: true,
21
- playground: true,
+ playground: false,
22
cors: false,
23
};
24
}
0 commit comments