diff --git a/juniper_codegen/src/graphql_object/mod.rs b/juniper_codegen/src/graphql_object/mod.rs index 10925b23..ba4d72ad 100644 --- a/juniper_codegen/src/graphql_object/mod.rs +++ b/juniper_codegen/src/graphql_object/mod.rs @@ -666,7 +666,7 @@ impl ToTokens for Definition { self.impl_async_field_tokens().to_tokens(into); //////////////////////////////////////////////////////////////////////// self.impl_reflect().to_tokens(into); - self.impl_reflect_field().to_tokens(into); + //self.impl_reflect_field().to_tokens(into); //self.impl_resolve_field_static().to_tokens(into); } }