homelab-personal-cloud/graphql/system/system.types.graphql

7 lines
123 B
GraphQL

type SystemSetting {
urn: ID!
hashKey: String!
hashValueType: SystemSettingHashValueTypeEnum!
hashValue: String!
}