@graphql-markdown/core
Version:
GraphQL-Markdown core package for generating Markdown documentation from a GraphQL schema.
15 lines • 400 B
TypeScript
/**
* Diff checking event constants.
*
* @packageDocumentation
*/
/**
* Event names for diff checking lifecycle.
*/
export declare const DiffEvents: {
/** Emitted before checking schema differences */
readonly BEFORE_CHECK: "diff:beforeCheck";
/** Emitted after checking schema differences */
readonly AFTER_CHECK: "diff:afterCheck";
};
//# sourceMappingURL=diff-events.d.ts.map