UNPKG

@runbook-docs/mcp-server

Version:
12 lines (11 loc) 215 B
import Article from './Article'; export default ` ${Article} query getArticleByPath($pathname: String!, $articleId: ID!) { book(pathname: $pathname) { article(id: $articleId) { ...Article } } } `;