Files
server/opt/psa/admin/cp/queries/HideDnsSyncWarning.graphql
2026-01-07 20:52:11 +01:00

12 lines
214 B
GraphQL

mutation HideDnsSyncWarning {
hideDnsTemplateWarning {
query {
dns {
template {
templateNotSynchronized
}
}
}
}
}