OBJECT

PostSelfConnection

link GraphQL Schema definition

1type PostSelfConnection {
2
3# Permissions that the current user has on this post.
4permissions: PostPermissionSet
5
6}

link Required by