Format
This commit is contained in:
parent
9506272b82
commit
7135c07ae5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue