feature(backend-gitlab): add GraphQL support
See original GitHub issueIs your feature request related to a problem? Please describe.
Related to https://github.com/netlify/netlify-cms/issues/5920.
Using the GitLab REST API can lead to performance issues and hitting rate limits. Switching to GraphQL could help (we’ll need to verify this).
Describe the solution you’d like
Similar to the GitHub
backend, having use_graphql: true
support for the GitLab backend
Describe alternatives you’ve considered Keeping things as they are
Additional context https://docs.gitlab.com/ee/api/graphql/
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
GraphQL API - GitLab Docs
However, GitLab sometimes changes the GraphQL API in a way that is not backward-compatible. These changes are considered breaking changes, and can include ......
Read more >Index · Graphql · Api · Help · GitLab
To work with sample queries that pull data from public projects on GitLab.com, see the menu options in the left-hand documentation menu, under...
Read more >Api graphql styleguide · Development · Help · GitLab
GraphiQL is an interactive GraphQL API explorer where you can play around with existing queries. You can access it in any GitLab environment...
Read more >GitLab's GraphQL API - YouTube
Simon, EMEA Solutions Architect presents on GitLab's Graph QL API and answers questions from customer success team members.
Read more >My GitLab Contributions in a - Nathan Friend
!45577: Update GraphQL endpoint to support sorting releases !46161: Add link paths for release progress view to GraphQL !46263: Add GraphQL mutation to ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @imskr, I think https://github.com/netlify/netlify-cms/issues/6061 could be a good first issue that’s entry level (this issue is more intermediate). I added a comment on that issue to get people started
Thanks @imskr, my suggestion is to start from the method in this comment https://github.com/netlify/netlify-cms/issues/5920#issuecomment-988896160