refactor(web): rewrite mutation with PATCH /v1/admin/config

This commit is contained in:
Ali BARIN
2024-08-29 13:22:13 +00:00
parent e77a03b855
commit cce5b3b533
3 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_CONFIG = gql`
mutation UpdateConfig($input: JSONObject) {
updateConfig(input: $input)
}
`;