First stable build with system check
This commit is contained in:
8
graphql/system/system.queries.graphql
Normal file
8
graphql/system/system.queries.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
type SystemSettingsQueryOutput {
|
||||
data: [SystemSetting]
|
||||
error: SystemSettingsQueryOutputError
|
||||
}
|
||||
|
||||
type Query {
|
||||
systemSettings: SystemSettingsQueryOutput!
|
||||
}
|
||||
Reference in New Issue
Block a user