example-graphqlizejs

所属分类:PostgreSQL
开发工具:HTML
文件大小:255KB
下载次数:0
上传日期:2023-01-06 04:43:56
上 传 者sh-1993
说明:  带有graphqlizejs的Graphql服务器
(Graphql server with graphqlizejs)

文件列表:
.babelrc (39, 2020-05-01)
.jshintrc (21, 2020-05-01)
LICENSE (1082, 2020-05-01)
database.sqlite (65536, 2020-05-01)
package-lock.json (225128, 2020-05-01)
package.json (1052, 2020-05-01)
src (0, 2020-05-01)
src\Procfile (16, 2020-05-01)
src\app (0, 2020-05-01)
src\app\public (0, 2020-05-01)
src\app\public\index.html (28085, 2020-05-01)
src\config (0, 2020-05-01)
src\config\config.json (374, 2020-05-01)
src\config\jwt.js (62, 2020-05-01)
src\data (0, 2020-05-01)
src\data\country-by-calling-code.json (18430, 2020-05-01)
src\data\country-by-currency-code.json (18692, 2020-05-01)
src\data\country.json (18244, 2020-05-01)
src\fakes (0, 2020-05-01)
src\fakes\index.js (2994, 2020-05-01)
src\graphql-playground.png (123738, 2020-05-01)
src\middleware (0, 2020-05-01)
src\middleware\only-own-data.js (780, 2020-05-01)
src\middleware\require-user.js (371, 2020-05-01)
src\middleware\transform-token-user.js (813, 2020-05-01)
src\models (0, 2020-05-01)
src\models\category.js (585, 2020-05-01)
src\models\country.js (936, 2020-05-01)
src\models\credential.js (526, 2020-05-01)
src\models\index.js (968, 2020-05-01)
src\models\service.js (1198, 2020-05-01)
src\models\user.js (764, 2020-05-01)
src\resolvers (0, 2020-05-01)
src\resolvers\index.js (2200, 2020-05-01)
src\schema (0, 2020-05-01)
src\schema\index.js (472, 2020-05-01)
src\server.js (1327, 2020-05-01)
... ...

## Example of graphql server with graphqlizejs https://github.com/stvkoch/graphqlizejs Here you will find server configurated with: - jwt authentication - middlewares resolvers in service model - subcriptions when something change in service model It's the same found: - https://graphqlize.herokuapp.com/graphql - https://graphqlize.herokuapp.com/schema ### Install ``` git clone git@github.com:stvkoch/example-graphqlizejs.git cd example-graphqlizejs yarn install ``` ### Run server ``` cd example-graphqlizejs npm i npm start ``` Then visit http://localhost:5000/graphql and start to explore

近期下载者

相关文件


收藏者