mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 16:14:37 +00: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