wp-graphql
wp-graphql copied to clipboard
Add `no_found_rows` to all Queries.
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.