mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add GraphQL section with async-graphql
This commit is contained in:
parent
43734a472d
commit
6f476f7ca7
1 changed files with 7 additions and 0 deletions
|
@ -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."
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue