BE-Webdesign / wp-graphql

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

Add dynamic post type collections. #120

Closed BE-Webdesign closed 7 years ago

BE-Webdesign commented 7 years ago

Fixes #117. Adds in the initial set up for dynamic posts collection. The generic PostType should remain to ensure collections of many different types are still possible via $types->listOf( $types->post() ).