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