Skip to content

Commit 10ae3b0

Browse files
committed
Add useGraphModule Boolean
1 parent 0d56277 commit 10ae3b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/com/cosmotech/api/config/CsmPlatformProperties.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,9 @@ data class CsmPlatformProperties(
516516

517517
/** Twin cache query page information for solution */
518518
val solution: PageSizing = PageSizing(),
519+
520+
/** Use Graph module */
521+
val useGraphModule: Boolean = true
519522
) {
520523

521524
data class PageSizing(

0 commit comments

Comments
 (0)