GraphQL add commits endpoint
What does this MR do and why?
Add MergeRequest Commit endpoint to GraphQL API.
Currently, the GraphQL API offers only one endpoint to access commits by CommitsWithoutMergeCommits, this MR adds a second endpoint called Commits which will not filter for any merge commits.
Related Issues
Closes POV-103
Edited by Lucas Zampieri