CreateFeedPostInput
No description
input CreateFeedPostInput {
title: String!
description: String!
image: Upload
visibility: VisibilityLevel!
topicsV2: [String!]
categoryId: UUID
language: String
location: String
geolocation: GeolocationPointInput
images: [FeedPostImageInput]
imageUrls: [String]
aspectRatio: AspectRatio
}
Fields
CreateFeedPostInput.title ● String! non-null scalar
CreateFeedPostInput.description ● String! non-null scalar
CreateFeedPostInput.image ● Upload scalar
CreateFeedPostInput.visibility ● VisibilityLevel! non-null enum
CreateFeedPostInput.topicsV2 ● [String!] list scalar
CreateFeedPostInput.categoryId ● UUID scalar
CreateFeedPostInput.language ● String scalar
CreateFeedPostInput.location ● String scalar
CreateFeedPostInput.geolocation ● GeolocationPointInput input
CreateFeedPostInput.images ● [FeedPostImageInput] list input
CreateFeedPostInput.imageUrls ● [String] list scalar
CreateFeedPostInput.aspectRatio ● AspectRatio enum
Member Of
createFeedPost mutation