Skip to content

Commit

Permalink
graph: fix merge warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio committed Mar 21, 2023
1 parent db1a257 commit 96de2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graph/src/data/schema.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::cheap_clone::CheapClone;
use crate::components::store::{EntityKey, EntityType, LoadRelatedRequest, SubgraphStore};
use crate::components::store::{EntityKey, EntityType, LoadRelatedRequest};
use crate::data::graphql::ext::{DirectiveExt, DirectiveFinder, DocumentExt, TypeExt, ValueExt};
use crate::data::graphql::ObjectTypeExt;
use crate::data::store::{self, ValueType};
Expand Down

0 comments on commit 96de2db

Please sign in to comment.