OBJECT

PostPermissionSet

link GraphQL Schema definition

1type PostPermissionSet {
2
3# True if the current user is allowed to delete this post.
4canDelete: Boolean!
5
6}