INPUT_OBJECT

CreatePostInput

link GraphQL Schema definition

1input CreatePostInput {
3
2body: String!
5
4channelID: ID!
7
6embedURLs: [String!]
9
8postToTwitter: Boolean
10}