This commit is contained in:
nWacky 2019-11-04 19:13:06 +03:00
parent 9506272b82
commit 7135c07ae5
No known key found for this signature in database
GPG key ID: 22EF2C62F6F79FD0

View file

@ -6,7 +6,7 @@ use crate::{
BoxFuture,
};
use super::base::{Arguments, GraphQLType, is_excluded, merge_key_into};
use super::base::{is_excluded, merge_key_into, Arguments, GraphQLType};
#[async_trait::async_trait]
pub trait GraphQLTypeAsync<S>: GraphQLType<S> + Send + Sync