
* Add CMS hub app * Cleanup * Refactor CMS product variants webhooks * Test utils 1 * Remove legacy code * Add .env example * Update types * Remove unused code * Fix cms client opertions settings test * Fix pnpm-lock file * Bump typescript to 4.9, support satisfies expressions
10 lines
197 B
GraphQL
10 lines
197 B
GraphQL
mutation UpdateAppMetadata($id: ID!, $input: [MetadataInput!]!) {
|
|
updatePrivateMetadata(id: $id, input: $input) {
|
|
item {
|
|
privateMetadata {
|
|
key
|
|
value
|
|
}
|
|
}
|
|
}
|
|
}
|