Fix typo.

This commit is contained in:
BratSinot 2021-12-28 12:30:11 +02:00
parent 1ab7dd27e5
commit 97c56f1d76

View File

@ -12,7 +12,7 @@ use indexmap::IndexMap;
use serde::de::DeserializeOwned;
use serde::Serialize;
use crate::registry::{MetaType, Registry};
use crate::registry::{Registry};
use crate::{
ContextSelectionSet, InputType, InputValueError, InputValueResult, Name, OutputType,
ServerResult, Value,