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
Is looking like best approach will be to check if the formats, tags and keywords (etc.) fields are empty, and if they are then not to pass them as a 'where' query to GraphQL. Would require putting the entire 'where' call into a variable constructed based on which fields are populated, then passing that variable through and adding it to the query.
Beginnings of this code is in there already, but GraphQL isn't playing nicely with the count endpoint in Strapi if you use variables.
The text was updated successfully, but these errors were encountered: