First stable build with system check
This commit is contained in:
6
graphql/system/system.types.graphql
Normal file
6
graphql/system/system.types.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
type SystemSetting {
|
||||
urn: ID!
|
||||
hashKey: String!
|
||||
hashValueType: SystemSettingHashValueTypeEnum!
|
||||
hashValue: String!
|
||||
}
|
||||
Reference in New Issue
Block a user