mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-21 21:51:42 -05:00
gitlab: move to graphql #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shreyas1599 on GitHub (Jan 24, 2021).
@pd4d10 I've started working on this if it's alright (I pulled your changes from #171)
@pd4d10 commented on GitHub (Jan 25, 2021):
Considering there are many self-hosted versions, in which some are legacy versions (without GraphQL API), perhaps we should hold this for a while.
@shreyas1599 commented on GitHub (Jan 25, 2021):
Hi, not sure I understand this. If the self-hosted version works on REST it should work on GraphQL right? Can you give an example of where/why it might not work?
@pd4d10 commented on GitHub (Jan 25, 2021):
https://docs.gitlab.com/ee/api/graphql/
It is only enabled by default in the versions greater than 12.1. It should work in https://gitlab.com, but I'm not sure if our users' self-hosted GitLab matches this condition.