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
The way the login mutation is registered in this plugin doesn't play nice with the centralized filters the rest of WPGraphQL benefit from.
For example, there's no way to register additional fields to the login payload, because it doesn't pass through the WPInputObject type and filters are not applied.
To fix this, we should convert the mutation to use register_graphql_mutation
The text was updated successfully, but these errors were encountered:
The way the login mutation is registered in this plugin doesn't play nice with the centralized filters the rest of WPGraphQL benefit from.
For example, there's no way to register additional fields to the login payload, because it doesn't pass through the WPInputObject type and filters are not applied.
To fix this, we should convert the mutation to use
register_graphql_mutation
The text was updated successfully, but these errors were encountered: