diff --git a/src/types/query_root.rs b/src/types/query_root.rs index 969e0344..aab9aa91 100644 --- a/src/types/query_root.rs +++ b/src/types/query_root.rs @@ -10,7 +10,7 @@ use indexmap::map::IndexMap; use std::borrow::Cow; /// Federation service -#[SimpleObject(internal)] +#[SimpleObject(internal, name = "_Service")] struct Service { sdl: Option, }