-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
### starwars example | ||
### Benchmarking server | ||
|
||
This server demonstrates a few advanced features of graphql: | ||
- connections | ||
- unions | ||
- interfaces | ||
- enums | ||
This is used to allow you to return and receive json data with a specified size. | ||
|
||
to run this server | ||
```bash | ||
go run ./server/server.go | ||
``` | ||
|
||
and open http://localhost:8080 in your browser | ||
It is meant to be used to test the performance of gqlgen's generated code when having to deal with | ||
requests and responses of various sizes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.