BE-Webdesign/wp-graphql

Add `no_found_rows` to all Queries.

Opened this issue · 1 comments

Make sure to use no_found_rows as all queries within GraphQL will not use any MySQL based pagination, this will result in much faster queries.

WP_Comment_Query by default has it set to true so no need to worry there.