Graphql API get merge requests from commits

Github has a commit query that has a field “associatedPullRequests” which returns “The merged Pull Request that introduced the commit to the repository”

I’ve been trying to find a way to do this with gitlab without success.