Skip to main content

CreateCommentMediaInput

CreateCommentMediaInput is used for creating media to be attached to a Comment.

type CreateCommentMediaInput {  type: String!  id: String  url: String!  width: String  height: String}

Fields#

type (String!)#

type specifies the type of media that can be attached. Valid values for this are: giphy, external, twitter, and youtube.

id (String)#

id refers to a foreign id for the specific media provider.

url (String!)#

url is the URL to the media resource.

width (String)#

width is the width to the media resource.

height (String)#

height is the height to the media resource.