First stable build with system check
This commit is contained in:
12
graphql/system/system.mutations.graphql
Normal file
12
graphql/system/system.mutations.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
input UpdateSystemSettingInput {
|
||||
urn: ID!
|
||||
hashValue: String!
|
||||
}
|
||||
|
||||
type UpdateSystemSettingOutput {
|
||||
error: UpdateSystemSettingOutputError
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
updateSystemSetting(input: UpdateSystemSettingInput!): UpdateSystemSettingOutput!
|
||||
}
|
||||
Reference in New Issue
Block a user