Skip to content

Commit ee5e2b5

Browse files
committed
Activate caching.
1 parent 19880dc commit ee5e2b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

graphql.services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ parameters:
55
# By default, the GraphQL results get cached. This can be disabled during development.
66
#
77
# @default true
8-
result_cache: false
8+
result_cache: true
99

1010
# GraphQL schema cache:
1111
#
1212
# By default, the GraphQL schema gets cached. This can be disabled during development.
1313
#
1414
# @default true
15-
schema_cache: false
15+
schema_cache: true
1616

1717
# Development mode:
1818
#

0 commit comments

Comments
 (0)