7 lines
123 B
GraphQL
7 lines
123 B
GraphQL
type SystemSetting {
|
|
urn: ID!
|
|
hashKey: String!
|
|
hashValueType: SystemSettingHashValueTypeEnum!
|
|
hashValue: String!
|
|
}
|