http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/api/graphql/_index.md
Although the GitLab GraphQL API has historically not been consistent on this, in general you can expect: If the object is a project, group, or namespace, you use the object's full path. If an object has an IID, you use a combination of full path and IID. For other objects, you use a Global ID . For example, finding a project by its full path "gitlab-org/gitlab" : { project ( fullPath : "gitlab-org/gitlab" ) { id fullPath } } Another example, locking an...