Skip to content

Commit 4aef67e

Browse files
committed
Fix normalized config type for enum values
1 parent a63054f commit 4aef67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/type/definition.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,7 @@ export interface GraphQLEnumTypeConfig {
14301430
}
14311431

14321432
interface GraphQLEnumTypeNormalizedConfig extends GraphQLEnumTypeConfig {
1433+
values: ObjMap<GraphQLEnumValueConfig /* <T> */>;
14331434
extensions: Readonly<GraphQLEnumTypeExtensions>;
14341435
extensionASTNodes: ReadonlyArray<EnumTypeExtensionNode>;
14351436
}

0 commit comments

Comments
 (0)