gQuery
gQuery copied to clipboard
Add type declerations for generator options
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;
}
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.