summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql')
-rw-r--r--app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql b/app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql
deleted file mode 100644
index c8c4195e1cd..00000000000
--- a/app/assets/javascripts/static_site_editor/graphql/queries/source_content.query.graphql
+++ /dev/null
@@ -1,10 +0,0 @@
-query sourceContent($project: ID!, $sourcePath: String!) {
- project(fullPath: $project) {
- id
- fullPath
- file(path: $sourcePath) @client {
- title
- content
- }
- }
-}