Skip to main content

UpdateFeedPostInput

No description

input UpdateFeedPostInput {
postId: UUID!
title: String
description: String
image: Upload
visibility: VisibilityLevel
topicIds: [UUID]
categoryId: UUID
language: String
location: String
geolocation: GeolocationPointInput
existingImages: [FeedPostImageMetadata]
newImages: [FeedPostImageInput]
}

Fields

UpdateFeedPostInput.postId ● UUID! non-null scalar

UpdateFeedPostInput.title ● String scalar

UpdateFeedPostInput.description ● String scalar

UpdateFeedPostInput.image ● Upload scalar

UpdateFeedPostInput.visibility ● VisibilityLevel enum

UpdateFeedPostInput.topicIds ● [UUID] list scalar

UpdateFeedPostInput.categoryId ● UUID scalar

UpdateFeedPostInput.language ● String scalar

UpdateFeedPostInput.location ● String scalar

UpdateFeedPostInput.geolocation ● GeolocationPointInput input

UpdateFeedPostInput.existingImages ● [FeedPostImageMetadata] list input

UpdateFeedPostInput.newImages ● [FeedPostImageInput] list input

Member of

updateFeedPost mutation