Merge pull request #14 from ecklf/patch-1

Add GraphQL section with async-graphql
This commit is contained in:
Nico Burns 2022-11-08 11:27:11 +00:00 committed by GitHub
commit f0ce1b3ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,6 +415,13 @@
"name": "rocket",
"notes": "Focussed on ergonomics. This is a solid framework, however development has stalled. Avoid for new projects."
}]
},
{
"name": "GraphQL Server",
"crates": [{
"name": "async-graphql",
"notes": "A high-performance graphql server library that's fully specification compliant. Integrates with actix-web, axum, poem, rocket, tide, warp."
}]
}
]
},