Temporary disable new reflection for fields as it requires all leaf types implement

This commit is contained in:
tyranron 2022-06-27 14:53:49 +02:00
parent 2e2d365d64
commit 505e25cea2
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -666,7 +666,7 @@ impl ToTokens for Definition<Query> {
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);
}
}