First stable build with system check
This commit is contained in:
8
graphql/system/system.errors.graphql
Normal file
8
graphql/system/system.errors.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
enum SystemSettingsQueryOutputError {
|
||||
UNKNOWN
|
||||
}
|
||||
|
||||
enum UpdateSystemSettingOutputError {
|
||||
UNKNOWN
|
||||
NOT_FOUND
|
||||
}
|
||||
Reference in New Issue
Block a user