Skip to content

Commit 49f893e

Browse files
authored
feat: remove netlify graph code (#400)
**Which problem is this pull request solving?** Removes Netlify Graph code as it has reached its end of life **List other issues or pull requests related to this problem** https://github.com/netlify/pod-api-ecosystem/issues/174 **Checklist** Please add a `x` inside each checkbox: - [x] I have read the [contribution guidelines](../blob/master/CONTRIBUTING.md). - [x] The status checks are successful (continuous integration). Those can be seen below.
1 parent ba70428 commit 49f893e

File tree

6 files changed

+0
-417
lines changed

6 files changed

+0
-417
lines changed

src/function/event.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ export interface Event {
2525
multiValueQueryStringParameters: EventMultiValueQueryStringParameters | null
2626
body: string | null
2727
isBase64Encoded: boolean
28-
netlifyGraphToken: string | undefined
2928
}

src/function/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,3 @@ export { Context as HandlerContext } from './context.js'
22
export { Event as HandlerEvent } from './event.js'
33
export { BuilderHandler, Handler, BackgroundHandler, HandlerCallback } from './handler.js'
44
export { BuilderResponse, Response as HandlerResponse } from './response.js'
5-
export {
6-
getSecrets,
7-
getSecretsForBuild,
8-
withSecrets,
9-
getNetlifyGraphToken,
10-
getNetlifyGraphTokenForBuild,
11-
GraphTokenResponse,
12-
HasHeaders,
13-
} from '../lib/graph.js'
14-
export { NetlifySecrets } from '../lib/secrets_helper.js'

src/lib/graph.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/lib/graph_request.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/lib/graph_token.ts

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)