UNPKG

@runbook-docs/mcp-server

Version:
32 lines (31 loc) 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ` mutation updateArticle( $uid: ID! $name: String $bodyMarkdown: String $categoryUids: [ID!] ) { updateArticle( input: { uid: $uid name: $name bodyMarkdown: $bodyMarkdown isPublished: true categoryUids: $categoryUids createHistory: true } ) { article { uid id } success errors { attribute message } } } `;