UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

21 lines (19 loc) 389 B
/** */ export declare class TinaGQLClient { private _usedFrags; private _frags; private _selections; private get _queryAST(); private get _DocumentAST(); get query(): string; /** * getAuthorDocument */ getAuthorDocument(args: { relativePath: string; }): this; gePostsDocument(args: { relativePath: string; }): this; }