Commit 89f23d1
authored
Remove the normalized config export (#4227)
Closes #3853
There's only one normalizedConfig we export and these are just the type
config with a few extras. I would rather than exporting all of them just
stop exporting them for the time being as we don't accept them as inputs
and it can still be derived by doing
`ReturnType<GraphQLInterfaceType['toConfig']>` if it's really needed1 parent 805e3c3 commit 89f23d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
| 1191 | + | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| |||
0 commit comments