mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add assertEnumType to Schema * Add assertInputObjectType to Schema * Add Connection interface * Add RelayCompilerError.d.ts and export createUserError for use in relay-compiler-language-typescript * Fix linting errors * Set TypeScript Version: 3.4 for relay-compiler and relay-config that depends on relay-compiler * Revert to TypeScript Version: 3.0 for relay-compiler and relay-config and use ReadonlyArray<> syntax * Add back strong typing ot Connection value prop replacing any with TypeReferenceNode
8 lines
100 B
JSON
8 lines
100 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"graphql": "^14.5.3",
|
|
"typescript": "^3.0.0"
|
|
}
|
|
}
|