We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd0c52 commit bafc006Copy full SHA for bafc006
wundergraph_derive/src/wundergraph_entity.rs
@@ -59,7 +59,6 @@ pub fn derive(item: &syn::DeriveInput) -> Result<TokenStream, Diagnostic> {
59
None
60
};
61
62
-
63
let mysql_non_table_field_filter = if cfg!(feature = "mysql") {
64
Some(derive_non_table_filter(
65
&model,
0 commit comments