CreateSocialPostInput
No description
input CreateSocialPostInput {
account_id: ID!
title: String
description: String
link_url: String
og_image: String
message: String!
editor_state: JSON
post_now: Boolean
post_at: DateTime!
media: CreateSocialPostMediaHasMany
}
Fields
CreateSocialPostInput.account_id
● ID!
non-null scalar
CreateSocialPostInput.title
● String
scalar
CreateSocialPostInput.description
● String
scalar
CreateSocialPostInput.link_url
● String
scalar
CreateSocialPostInput.og_image
● String
scalar
CreateSocialPostInput.message
● String!
non-null scalar
CreateSocialPostInput.editor_state
● JSON
scalar
CreateSocialPostInput.post_now
● Boolean
scalar
CreateSocialPostInput.post_at
● DateTime!
non-null scalar
CreateSocialPostInput.media
● CreateSocialPostMediaHasMany
input
Member Of
CreateSocialPostsInput
input