Skip to content

Commit

Permalink
feat(@whook/example): add GraphQL server
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Nov 9, 2022
1 parent db0f054 commit 6a8202e
Show file tree
Hide file tree
Showing 18 changed files with 3,752 additions and 1,126 deletions.
2,276 changes: 1,168 additions & 1,108 deletions package-lock.json

Large diffs are not rendered by default.

1,012 changes: 1,012 additions & 0 deletions packages/whook-create/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ Wayne Campbell
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphql": "^10.0.5",
"@whook/graphiql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down Expand Up @@ -417,6 +419,8 @@ Wayne Campbell
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphql": "^10.0.5",
"@whook/graphiql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down Expand Up @@ -750,6 +754,8 @@ Wayne Campbell
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphql": "^10.0.5",
"@whook/graphiql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down Expand Up @@ -1071,6 +1077,8 @@ Wayne Campbell
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphql": "^10.0.5",
"@whook/graphiql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down
6 changes: 6 additions & 0 deletions packages/whook-create/src/services/createWhook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ Mr Bean
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphiql": "^10.0.5",
"@whook/graphql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down Expand Up @@ -364,6 +366,8 @@ Mr Bean
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphiql": "^10.0.5",
"@whook/graphql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down Expand Up @@ -569,6 +573,8 @@ Mr Bean
"@whook/authorization": "<current_version>",
"@whook/cli": "<current_version>",
"@whook/cors": "<current_version>",
"@whook/graphiql": "^10.0.5",
"@whook/graphql": "^10.0.5",
"@whook/http-router": "<current_version>",
"@whook/http-server": "^10.0.6",
"@whook/http-transaction": "<current_version>",
Expand Down
Loading

0 comments on commit 6a8202e

Please sign in to comment.