OBJECT

CreatePostPayload

link GraphQL Schema definition

1type CreatePostPayload {
2
3post: Post
4
5tweet: String
6
7tweetStatus: Int!
8
9}