Skip to content

Commit

Permalink
feat: remove netlify graph code (#400)
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
dwwoelfel authored May 9, 2023
1 parent ba70428 commit 49f893e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 417 deletions.
1 change: 0 additions & 1 deletion src/function/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ export interface Event {
multiValueQueryStringParameters: EventMultiValueQueryStringParameters | null
body: string | null
isBase64Encoded: boolean
netlifyGraphToken: string | undefined
}
10 changes: 0 additions & 10 deletions src/function/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,3 @@ export { Context as HandlerContext } from './context.js'
export { Event as HandlerEvent } from './event.js'
export { BuilderHandler, Handler, BackgroundHandler, HandlerCallback } from './handler.js'
export { BuilderResponse, Response as HandlerResponse } from './response.js'
export {
getSecrets,
getSecretsForBuild,
withSecrets,
getNetlifyGraphToken,
getNetlifyGraphTokenForBuild,
GraphTokenResponse,
HasHeaders,
} from '../lib/graph.js'
export { NetlifySecrets } from '../lib/secrets_helper.js'
29 changes: 0 additions & 29 deletions src/lib/graph.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/lib/graph_request.ts

This file was deleted.

140 changes: 0 additions & 140 deletions src/lib/graph_token.ts

This file was deleted.

Loading

0 comments on commit 49f893e

Please sign in to comment.