gQuery icon indicating copy to clipboard operation
gQuery copied to clipboard

Add type declerations for generator options

Open Joehoel opened this issue 3 years ago • 1 comments

First off there was a missing comma in the docs.

To have better intellisense when using this package I added type declarations for the generator options. And to match it up with the docs I changed the out option to output

export interface GQueryGenerateOptions {
    schema: string;
    output: string;
    gPath: string;
    debug?: boolean;
}

Joehoel avatar Jan 21 '22 11:01 Joehoel

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

height[bot] avatar Jan 21 '22 11:01 height[bot]