dynamic-graphql-derive 0.10.2

Dynamic GraphQL schema macro
Documentation
1
2
3
4
5
6
7
mod schema_utils;
mod simple_object {
    mod list_tests;
    mod object_tests;
    mod type_tests;
    mod with_generics_tests;
}