Skip to content

Commit 2262bf3

Browse files
committed
chore: rename
1 parent b782a3c commit 2262bf3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
query getConfigValue($config: String!){
2+
getConfigValue(config: $config)
3+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
query getConfiguration {
2+
getConfiguration {
3+
config
4+
value
5+
}
6+
}

src/main/resources/graphql/manage/get-system-config-value.graphql

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/main/resources/graphql/manage/get-system-config.graphql

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mutation setConfigValue($config: String!, $value: String!) {
2+
setConfigValue(config: $config, value: $value)
3+
}

src/main/resources/graphql/manage/set-system-config-value.graphql

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)