apigee_api_catalog-8.x-2.4/modules/apigee_graphql_doc/apigee_graphql_doc.libraries.yml
modules/apigee_graphql_doc/apigee_graphql_doc.libraries.yml
# Integration module library for GraphQL plugin.
apigee_graphql_doc_integration:
version: 1.0
js:
js/apigee-graphql-doc.js: {}
css:
component:
css/apigee-graphql-doc.css: {}
dependencies:
- core/jquery
- core/drupalSettings
- apigee_graphql_doc/reactjs
- apigee_graphql_doc/graphiql
# Third-party library (CDN).
reactjs:
remote: https://reactjs.org
version: VERSION
license:
name: MIT
url: https://github.com/facebook/react/blob/main/LICENSE
gpl-compatible: true
js:
https://unpkg.com/react/umd/react.production.min.js: {type: external, minified: true}
https://unpkg.com/react-dom/umd/react-dom.production.min.js: {type: external, minified: true}
# Third-party library (CDN).
graphiql:
remote: https://graphql.org
version: VERSION
license:
name: MIT
url: https://github.com/graphql/graphiql/blob/main/LICENSE
gpl-compatible: true
js:
https://unpkg.com/graphiql/graphiql.min.js: {type: external, minified: true}
css:
component:
https://unpkg.com/graphiql/graphiql.min.css: {type: external, minified: true}
