Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 9, 2024
1 parent b478355 commit a9982fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/language/kinds_.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export type INPUT_OBJECT_TYPE_DEFINITION = typeof INPUT_OBJECT_TYPE_DEFINITION;
/** Directive Definitions */
export const DIRECTIVE_DEFINITION = 'DirectiveDefinition';
export type DIRECTIVE_DEFINITION = typeof DIRECTIVE_DEFINITION;

/** Type System Extensions */
export const SCHEMA_EXTENSION = 'SchemaExtension';
export type SCHEMA_EXTENSION = typeof SCHEMA_EXTENSION;
Expand Down

0 comments on commit a9982fa

Please sign in to comment.