PostUpdateInput
No description
input PostUpdateInput {
text: String
title: String
imageUrl: String
videoUrl: String
}
Fields
PostUpdateInput.text
● String
scalar
PostUpdateInput.title
● String
scalar
PostUpdateInput.imageUrl
● String
scalar
PostUpdateInput.videoUrl
● String
scalar
Member of
updatePost
mutation