POST https://api.github.com/graphql Content-Type: application/json Authorization: Bearer github-personal-api-token ={query: ` { repository(owner: "appsmithorg", name: "appsmith") { releases(orderBy: {field: CREATED_AT, direction: DESC}, first: 20) { nodes { tagName name url descriptionHtml: descriptionHTML createdAt publishedAt isDraft isPrerelease } totalCount } } } `}