bigbluebutton-Github/bbb-graphql-client-test
dependabot[bot] 1b45a51923
build(deps): bump the npm_and_yarn group across 3 directories with 1 update (#21504)
Bumps the npm_and_yarn group with 1 update in the /bbb-graphql-client-test directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).
Bumps the npm_and_yarn group with 1 update in the /bbb-learning-dashboard directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).
Bumps the npm_and_yarn group with 1 update in the /docs directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).


Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 10:24:24 -04:00
..
public Add graphql client for tests 2023-03-11 12:17:16 -03:00
src Introduce flag currentlyInMeeting (replacing isOnline) 2024-08-28 11:08:30 -03:00
.gitignore Add graphql client for tests 2023-03-11 12:17:16 -03:00
deploy.sh Add graphql client for tests 2023-03-11 12:17:16 -03:00
package-lock.json build(deps): bump the npm_and_yarn group across 3 directories with 1 update (#21504) 2024-10-23 10:24:24 -04:00
package.json build(deps): bump the npm_and_yarn group across 6 directories with 16 updates 2024-06-24 18:43:10 +00:00
README.md Add graphql client for tests 2023-03-11 12:17:16 -03:00

bigbluebutton-graphql

This is a demonstration client that connects to BigBlueButton graphql API.

to run it:

git clone https://github.com/iMDT/bigbluebutton-graphql.git
cd bigbluebutton-graphql
npm install
npm start