mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 02:56:56 +08:00
Fix mutation syntax
This commit is contained in:
@@ -361,7 +361,7 @@ export const withUpdateSettings = withMutation(
|
||||
|
||||
export const withUpdateAssetSettings = withMutation(
|
||||
gql`
|
||||
mutation UpdateAssetSettings(id: ID!, $input: AssetSettingsInput!) {
|
||||
mutation UpdateAssetSettings($id: ID!, $input: AssetSettingsInput!) {
|
||||
updateAssetSettings(id: $id, input: $input) {
|
||||
...UpdateAssetSettingsResponse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user