Inline ContainerType, EnumType, ScalarType to docs.

This commit is contained in:
Sunli 2020-10-01 10:05:16 +08:00
parent 19f05597e0
commit f33ab0af01

View File

@ -169,14 +169,13 @@ pub use look_ahead::Lookahead;
pub use parser::types::{ConstValue as Value, Number};
pub use registry::CacheControl;
pub use request::{BatchRequest, Request};
pub use resolver_utils::{ContainerType, EnumType, ScalarType};
pub use response::{BatchResponse, Response};
pub use schema::{Schema, SchemaBuilder, SchemaEnv};
pub use validation::ValidationMode;
#[doc(no_inline)]
pub use parser::{Pos, Positioned};
#[doc(no_inline)]
pub use resolver_utils::{ContainerType, EnumType, ScalarType};
pub use types::*;
/// Define a GraphQL object with methods