Commit 029ee3c
authored
chore: deprecated filter
Fix the deprecation warning of `graphql_data_loaders` filter.
Warning:
> The graphql_data_loaders filter is deprecated and will be removed in a future version. Instead, use the graphql_data_loader_classes filter to add/change data loader classes before they are instantiated.
https://github.com/wp-graphql/wp-graphql/blob/131659f1a6118dcf429480002d979c4016440c20/src/AppContext.php#L196-L2091 parent c589bfa commit 029ee3c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments