You are here

graphql.libraries.yml in GraphQL 8.3

File

graphql.libraries.yml
View source
  1. explorer:
  2. version: VERSION
  3. js:
  4. assets/explorer/dist/bundle.min.js: {preprocess: false}
  5. css:
  6. component:
  7. assets/explorer/dist/graphiql.css: {preprocess: false}
  8. assets/explorer/dist/container.css: {preprocess: false}
  9. dependencies:
  10. - core/drupal
  11. - core/jquery
  12. - core/jquery.once
  13. voyager:
  14. version: VERSION
  15. js:
  16. assets/voyager/dist/voyager.worker.js: {preprocess: false}
  17. assets/voyager/dist/bundle.min.js: {preprocess: false}
  18. css:
  19. component:
  20. assets/voyager/dist/voyager.css: {preprocess: false}
  21. assets/voyager/dist/container.css: {preprocess: false}
  22. dependencies:
  23. - core/drupal
  24. - core/jquery
  25. - core/jquery.once