confql-proc-macro

Crates.ioconfql-proc-macro
lib.rsconfql-proc-macro
version0.5.0
sourcesrc
created_at2021-11-03 23:50:48.272153
updated_at2021-11-12 22:00:12.017134
descriptionProcedural macro for creating GraphQL server from yaml file trees and a schema
homepage
repositoryhttps://github.com/olidacombe/confql
max_upload_size
id476397
size18,355
(olidacombe)

documentation

README

confql-proc-macro v0.5.0

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

Commit count: 139

cargo fmt