We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4769095 commit aeb9795Copy full SHA for aeb9795
config/resources/domain.lisp
@@ -1,4 +1,9 @@
1
(in-package :mu-cl-resources)
2
3
+(setf *include-count-in-paginated-responses* t)
4
+(setf *supply-cache-headers-p* t)
5
+(setf sparql:*experimental-no-application-graph-for-sudo-select-queries* t)
6
+(setf *cache-model-properties-p* t)
7
+
8
;; reading in the domain.json
9
(read-domain-file "domain.json")
0 commit comments