//! APIs related to [executing a GraphQL request][execution]
//! and returning a [GraphQL response][response]
//!//! [execution]: https://spec.graphql.org/October2021/#sec-Execution
//! [response]: https://spec.graphql.org/October2021/#sec-Response
#[macro_use]pub(crate)modresolver;pub(crate)modengine;pub(crate)modinput_coercion;pub(crate)modresult_coercion;