forked from drupal-graphql/graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphql.libraries.yml
More file actions
35 lines (33 loc) · 841 Bytes
/
graphql.libraries.yml
File metadata and controls
35 lines (33 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
explorer:
version: VERSION
js:
assets/explorer/dist/bundle.min.js: {preprocess: false}
css:
component:
assets/explorer/dist/graphiql.css: {preprocess: false}
assets/explorer/dist/container.css: {preprocess: false}
dependencies:
- core/drupal
- core/jquery
- core/jquery.once
voyager:
version: VERSION
js:
assets/voyager/dist/voyager.worker.js: {preprocess: false}
assets/voyager/dist/bundle.min.js: {preprocess: false}
css:
component:
assets/voyager/dist/voyager.css: {preprocess: false}
assets/voyager/dist/container.css: {preprocess: false}
dependencies:
- core/drupal
- core/jquery
- core/jquery.once
persisted_queries:
version: VERSION
js:
js/persisted_queries.js: {}
dependencies:
- core/drupal
- core/jquery
- core/jquery.once