We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1f7b6 commit af72540Copy full SHA for af72540
app/views/pages/api/graphql/schema.liquid
@@ -0,0 +1,10 @@
1
+---
2
+layout: ''
3
4
+{%- assign cache_key = context.version | append: '-lsp-graphql-schema' -%}
5
+{%- cache cache_key -%}
6
+ {%- capture url -%}https://deidcfp1yn7c2.cloudfront.net/platform_docs/{{ context.version }}/schema.graphql{%- endcapture -%}
7
+ {%- assign data = url | download_file | force_encoding: 'UTF-8' -%}
8
+ {{ data }}
9
+{%- endcache -%}
10
+
0 commit comments