dynamic-graphql-derive 0.10.2

Dynamic GraphQL schema macro
Documentation
1
2
3
4
5
use darling::ast::NestedMeta;

pub trait MatchNestedMeta: Sized {
    fn match_nested_meta(meta: &NestedMeta) -> Option<darling::Result<Self>>;
}