Add GraphQL section with async-graphql

This commit is contained in:
Florentin / 珞辰 2022-11-08 10:36:15 +01:00 committed by GitHub
parent 43734a472d
commit 6f476f7ca7
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."
}]
}
]
},