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

issue.fragment.graphql « graphql « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53fe6fdc59e6d20102d03de92457d893061e6771 (plain)
1
2
3
4
5
6
#import "~/graphql_shared/fragments/issue.fragment.graphql"

fragment Issue on Issue {
  id
  ...IssueNode
}