bigbluebutton-Github/bbb-graphql-client-test
dependabot[bot] 4362b8407f
Bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the /bbb-graphql-client-test directory: [ejs](https://github.com/mde/ejs).
Bumps the npm_and_yarn group with 2 updates in the /bbb-learning-dashboard directory: [ejs](https://github.com/mde/ejs) and [postcss](https://github.com/postcss/postcss).


Updates `ejs` from 3.1.8 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10)

Updates `ejs` from 3.1.8 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10)

Updates `postcss` from 8.4.33 to 8.4.34
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.34)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 02:09:59 +00:00
..
public Add graphql client for tests 2023-03-11 12:17:16 -03:00
src Remove wrong code 2024-03-05 19:35:50 -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 Bump the npm_and_yarn group across 2 directories with 2 updates 2024-05-02 02:09:59 +00:00
package.json Bump the npm_and_yarn group across 7 directories with 11 updates 2024-03-28 16:09:23 +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