BE-Webdesign / wp-graphql

A GraphQL API for WordPress
GNU General Public License v3.0
19 stars 4 forks source link

Add `no_found_rows` to all Queries. #123

Open BE-Webdesign opened 7 years ago

BE-Webdesign commented 7 years ago

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.

BE-Webdesign commented 7 years ago

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