You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, when a relevant operation is called, a reference error occurs. The underlying problem seems to be that the filter plugin that is enabled by default on read uses that type in the type for the filter input but doesn't create it.
Workaround posted by @Martimiz on the public slack:
For anyone who's interested: creating the exact same Enum in the enums section of the GraphQL config, and then adding that Enum as a type to the Model field acts as an interim solution.
Downgrading impact to medium as there is a workaround.
The compiled php code will contain a reference to Types::QueryFilterEnumFieldEnumComparator(), which does not exist.
The text was updated successfully, but these errors were encountered: