Skip to content

Commit 26eb326

Browse files
committed
remove github service, update routes, schema and resolvers to match new scheme
1 parent 3d9de27 commit 26eb326

File tree

15 files changed

+626
-1585
lines changed

15 files changed

+626
-1585
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
"@graphql-tools/merge": "^8.3.1",
4242
"@graphql-tools/schema": "^8.5.1",
4343
"@graphql-tools/utils": "^8.9.0",
44+
"@hawk.so/github-sdk": "^1.0.3",
4445
"@hawk.so/nodejs": "^3.3.1",
45-
"@hawk.so/types": "^0.5.9",
46+
"@hawk.so/types": "^0.6.0-rc.2",
4647
"@n1ru4l/json-patch-plus": "^0.2.0",
4748
"@node-saml/node-saml": "^5.0.1",
4849
"@octokit/oauth-methods": "^4.0.0",

src/integrations/github/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import express from 'express';
22
import { createGitHubRouter } from './routes';
33
import { ContextFactories } from '../../types/graphql';
44

5-
/**
6-
* Re-export types and service from service.ts for backward compatibility
7-
*/
8-
export { GitHubService, IssueData, GitHubIssue, Installation, Repository } from './service';
9-
105
/**
116
* Append GitHub routes to Express app
127
*

0 commit comments

Comments
 (0)