Hughie Devore

Results 3 issues of Hughie Devore

We are currently able to query for a post's featured image: ```graphql { posts { edges { node { postId title featuredImage { id title link } } } }...

Enhancement
Needs Discussion
close candidate
ObjectType: Post
Component: Mutations
stale

We need to debug why the createMediaItem mutation isn't allowing for uploads from a local file. Here is an example from @jasonbahl: This works fine on a local machine: ```mutation...

type: enhancement
status: actionable
component: mutations
object type: media