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