BE-Webdesign / wp-graphql

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

Media Type #126

Open BE-Webdesign opened 7 years ago

BE-Webdesign commented 7 years ago

WordPress features attachments as a post type which are basically just different types of media. Attachments will have post meta about them that points to the actual attributes of the media. This data should be available in a media type. The media type can be used for featured images etc.