i'm just upgrade graphql-js
from version 14.1.1
to 14.3.0
and then my whole test fail
after checking my code i found that problem is at resolver on interface type that i expect third parameter was context as code below
__resolveType(obj, args, context, info) {...}
but on graphql-js
version 14.3.0
i found that context is change to second position
i tried to find which commit is reference to this problem but found nothing can someone explain me how this problem happend or post a commit or changelog detail thanks