This website requires JavaScript.
Explore
Help
Sign In
realaravinth
/
debian-mirror-gitlab
Watch
1
Star
0
Fork
You've already forked debian-mirror-gitlab
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a1c8598022
debian-mirror-gitlab
/
app
/
assets
/
javascripts
/
sidebar
/
queries
/
sidebarDetails.query.graphql
8 lines
117 B
GraphQL
Raw
Normal View
History
Unescape
Escape
New upstream version 13.2.1
2020-07-28 23:09:34 +05:30
query
(
$fullPath
:
ID
!
,
$iid
:
String
!
)
{
project
(
fullPath
:
$fullPath
)
{
issue
(
iid
:
$iid
)
{
New upstream version 12.9.2
2020-04-08 14:13:33 +05:30
iid
}
}
}
Reference in a new issue
Copy permalink