Crates.io | botanist |
lib.rs | botanist |
version | 0.1.0 |
source | src |
created_at | 2021-04-08 01:41:48.754189 |
updated_at | 2021-04-08 01:41:48.754189 |
description | Generate GraphQL schemas from Diesel models |
homepage | |
repository | https://github.com/cwheel/botanist |
max_upload_size | |
id | 380611 |
size | 4,237 |
An experimental Diesel backed GraphQL ORM layer for Juniper.
Botanist will generate a fully featured GraphQL schema from your existing Diesel models and a few bits of additional information you provided. Botanist enables the fast development of rich data models without the need to spend time writing explicit resolvers manually. Of course, writing additional resolvers manually is still supported should you require any more significant application logic.
HasOne
/ HasMany
abstractionsHasMany
PaginationLookAheadSelection
's