Skip to content

Commit 25852e8

Browse files
committed
chore: extend normalizedScalarSchema
1 parent 72b14a9 commit 25852e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/types/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export type NormalizedScalarSchema = {
1717
directResolveAs?: NormalizedNodeType;
1818
resolvable: boolean;
1919
minimum?: number;
20+
description?: string;
21+
documentationLink?: string;
2022
};
2123

2224
export type NodeType = {

0 commit comments

Comments
 (0)