confql 0.5.0

Procedural macro for creating GraphQL server from yaml file trees and a schema
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/executable_schema.rs");
    t.pass("tests/file_name_as_array_field.rs");
    t.pass("tests/file_name_as_array_field_overrides.rs");
    t.pass("tests/graphql_schema_macro.rs");
    t.pass("tests/happy_with_all_types.rs");
    t.pass("tests/hash_key_as_array_field.rs");
    t.pass("tests/queryable_schema.rs");
    t.pass("tests/renders_types_as_structs.rs");
}