bigbluebutton-Github/bbb-graphql-client-test
dependabot[bot] 8ff29184cf
build(deps): bump follow-redirects in /bbb-graphql-client-test (#19411)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 09:20:09 -05:00
..
public Add graphql client for tests 2023-03-11 12:17:16 -03:00
src Let user join the meeting using Graphql actions 2023-11-10 17:36:10 -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 follow-redirects in /bbb-graphql-client-test (#19411) 2024-01-19 09:20:09 -05:00
package.json Introduces json-patch to graphql-middleware 2023-05-10 19:08:24 -03: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