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

typedefs.graphql « graphql « pipeline_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4f6526215878cf12db1f1000e0f3985f72c02a7 (plain)
1
2
3
4
5
6
7
type BlobContent {
  rawData: String!
}

extend type Query {
  blobContent: BlobContent
}