summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipeline_editor/graphql/queries/blob_content.graphql
blob: 9f1b5b130889824633b42cf3c0317547a1261bb1 (plain)
1
2
3
4
5
query getBlobContent($projectPath: ID!, $path: String, $ref: String!) {
  blobContent(projectPath: $projectPath, path: $path, ref: $ref) @client {
    rawData
  }
}