Crates.io | confql-proc-macro |
lib.rs | confql-proc-macro |
version | 0.5.0 |
source | src |
created_at | 2021-11-03 23:50:48.272153 |
updated_at | 2021-11-12 22:00:12.017134 |
description | Procedural macro for creating GraphQL server from yaml file trees and a schema |
homepage | |
repository | https://github.com/olidacombe/confql |
max_upload_size | |
id | 476397 |
size | 18,355 |
Some procedural macros taking a GraphQL schema, and generating structs for all types in the schema with data resolution impls, along with a [juniper::RootNode] ready for execution.
See the confql source repo for more detailed information.
License: MIT