https://developer.github.com/v4/explorer/
{
repository(owner: "nodejs", name: "node") {
pullRequests(first: 10, states: [OPEN], orderBy: {field: CREATED_AT, direction: DESC}) {
nodes {
title
url
mergeable
author {
url
}
}
}
}
}