bigbluebutton-Github/bbb-graphql-client-test
Gustavo Trott 6a10a27f2a
graphql: Provide Upload Token through Graphql (#19081)
* Provide Upload Token through Graphql

* Remove wrong file

* Rename type to pres_presentation_uploadToken

* Implements graphql-action to request an upload token
2023-11-07 13:47:44 -03:00
..
public Add graphql client for tests 2023-03-11 12:17:16 -03:00
src graphql: Provide Upload Token through Graphql (#19081) 2023-11-07 13:47:44 -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 Introduces json-patch to graphql-middleware 2023-05-10 19:08:24 -03: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