Skip to content

Commit 4fedbd8

Browse files
committed
Separate GraphQL from the API model
1 parent b7379ef commit 4fedbd8

File tree

7 files changed

+468
-356
lines changed

7 files changed

+468
-356
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ To get started:
3939

4040
A few tips:
4141

42-
* Running the server with `ENABLE_PLAYGROUND` set to `true` at the top of [`src/api-server.ts`](src/api-server.ts#L16) will give you a GraphQL playground on http://localhost:45457/.
4342
* New interceptors need to be added to `src/interceptors/index.ts`. They will also need to be added to [the UI](https://github.com/httptoolkit/httptoolkit-ui).
4443
* The tests assume that the required applications are installed and some docker images are already pulled. See [ci.yml](.github/workflows/ci.yml) and the [build-base](https://github.com/httptoolkit/act-build-base/) image for an example of how to set this up (or just run the tests, look at the errors, and install whatever's missing).

src/api-server.ts

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

0 commit comments

Comments
 (0)