# labs-tools-graphql **Repository Path**: mirrors_wikimedia/labs-tools-graphql ## Basic Information - **Project Name**: labs-tools-graphql - **Description**: Github mirror of "labs/tools/graphql" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing) - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GraphQL Gateway =============== Serves as the federated gateway for wikis using the MediaWiki [GraphQL Extension](https://www.mediawiki.org/wiki/Extension:GraphQL). ### Wikimedia GraphQL Gateway https://graphql.toolforge.org/ #### Deployment 1. `ssh login.toolforge.org` 2. `become graphql` 3. `cd www/js` 4. `git pull origin master` 5. `webservice --backend=kubernetes --mem 2Gi node10 shell` 6. `cd www/js` 7. `npm ci` 8. `exit` 9. `webservice --backend kubernetes node10 stop` 10. `webservice --backend kubernetes --canonical --cpu 1 --mem 2Gi node10 start`