UpdateFeedPostInput
No description
input UpdateFeedPostInput {
postId: UUID!
title: String
description: String
image: Upload
visibility: VisibilityLevel
topicsV2: [String!]
categoryId: UUID
language: String
location: String
geolocation: GeolocationPointInput
existingImages: [FeedPostImageMetadata]
newImages: [FeedPostImageInput]
imageUrls: [String]
aspectRatio: AspectRatio
}
Fields
UpdateFeedPostInput.postId ● UUID! non-null scalar
UpdateFeedPostInput.title ● String scalar
UpdateFeedPostInput.description ● String scalar
UpdateFeedPostInput.image ● Upload scalar
UpdateFeedPostInput.visibility ● VisibilityLevel enum
UpdateFeedPostInput.topicsV2 ● [String!] 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
UpdateFeedPostInput.imageUrls ● [String] list scalar
UpdateFeedPostInput.aspectRatio ● AspectRatio enum
Member Of
updateFeedPost mutation