wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

Should default args be followed for fetching terms.

Open BE-Webdesign opened this issue 8 years ago • 0 comments
trafficstars

The default value for paginating through terms is 0 which fetches all. That seems like a bad practice to copy. Currently in the patch for adding the term children field 0 is being used to best match WordPress. Should WP GraphQL change the default value?

BE-Webdesign avatar Dec 12 '16 04:12 BE-Webdesign