We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19880dc commit ee5e2b5Copy full SHA for ee5e2b5
1 file changed
graphql.services.yml
@@ -5,14 +5,14 @@ parameters:
5
# By default, the GraphQL results get cached. This can be disabled during development.
6
#
7
# @default true
8
- result_cache: false
+ result_cache: true
9
10
# GraphQL schema cache:
11
12
# By default, the GraphQL schema gets cached. This can be disabled during development.
13
14
15
- schema_cache: false
+ schema_cache: true
16
17
# Development mode:
18
0 commit comments