https://github.com/cafjs/caf_graphql
CAF library to implement continuous queries with GraphQL
https://github.com/cafjs/caf_graphql
Last synced: 5 months ago
JSON representation
CAF library to implement continuous queries with GraphQL
- Host: GitHub
- URL: https://github.com/cafjs/caf_graphql
- Owner: cafjs
- Created: 2019-07-31T08:43:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T22:33:27.000Z (about 3 years ago)
- Last Synced: 2025-10-26T19:36:32.764Z (8 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# Caf.js
Co-design cloud assistants with your web app and IoT devices.
See https://www.cafjs.com
## Library for Continuous Queries with GraphQL
[](https://github.com/cafjs/caf_graphql/actions/workflows/push.yml)
This repository contains a `Caf.js` library that implements continuous queries with GraphQL.
## Dependencies Warning
To eliminate expensive dependencies for apps in the workspace that do not need `caf_graphql`, the packages `graphql@^14.4.2`, `graphql-import@^0.7.1`, and `graphql-tools^4.0.5` have been declared as optional dependencies even though they are always needed.
Applications that depend on `caf_graphql` should also include these dependencies in package.json as normal dependencies.
## API
See {@link module:caf_graphql/proxy_graphql}
## Configuration
### framework.json
See {@link module:caf_graphql/plug_graphql}
### ca.json
See {@link module:caf_graphql/plug_ca_graphql}