mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-20 03:28:52 +08:00
* [@types/graphql] Add generic type on ExecutionResult Without a generic type on ExecutionResult we can't have typesafe operations. * Add default type to the generic so it's not a breaking change * Don't make TData readonly