async-graphql-test 1.0.0

A test framework for Rust GraphQL servers.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]

mod executor;
pub use executor::execute_script;

pub mod matchers;

mod script;
pub use script::Script;