Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ref.query.graphql « queries « repository « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91afb7516268a4177ade03676839a4223d268781 (plain)
1
2
3
4
query getRef {
  ref @client
  escapedRef @client
}