#graphql #yaml #proc-macro #schema #procedural #file #confql

macro confql-proc-macro

Procedural macro for creating GraphQL server from yaml file trees and a schema

5 releases (3 breaking)

0.5.0 Nov 12, 2021
0.4.1 Nov 8, 2021
0.4.0 Nov 6, 2021
0.3.0 Nov 5, 2021
0.2.0 Nov 3, 2021

#244 in #graphql

23 downloads per month
Used in confql

MIT license

50KB
1.5K SLoC

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


lib.rs:

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.

Dependencies

~11MB
~261K SLoC