GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
932 stars 452 forks source link

GraphQL API #766

Open dkarlovi opened 1 year ago

dkarlovi commented 1 year ago

Gitlab supports GraphQL: https://docs.gitlab.com/ee/api/graphql/

Github equivalent of this feature in the respective PHP SDK: https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/Api/GraphQL.php

claudiu-cristea commented 1 year ago

A very shy start in #772