cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

Add GraphQL example #109

Closed talentlessguy closed 3 years ago

talentlessguy commented 3 years ago

Details

This PR adds a GraphQL server example with Opine and gql, a GraphQL HTTP middleware.

Checklist

talentlessguy commented 3 years ago

@cmorten fixed it

should be fine now

github-actions[bot] commented 3 years ago

Benchmark results

PR to merge main ee003c32b633d5546d9105659452cd6bfa296b1b -> main ``` 1 middleware 4274.90 RPS 5 middleware 4197.60 RPS 10 middleware 4225.19 RPS 15 middleware 4144.45 RPS 20 middleware 3741.55 RPS 30 middleware 3551.77 RPS 50 middleware 3533.83 RPS 100 middleware 2887.73 RPS ```