-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
types: Adjust prior assumptions for new graphql 14.5.x types. (#3225)
Fix incorrect assumption that the `ExecutionResult` would never be `null`. This is not true, and is now enforced in the typings for graphql@^14.5.4. Additionally, while `GraphQLInputField` used to be assignable to `GraphQLArgument`, it no longer is since `description` is required on a `GraphQLArgument` while optional on `GraphQLInputField`.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters