getCommunityPosts
query results. However, the user will not be able
to create a new posts in the same community.
The community owner cannot leave the community. The mutation is available only for the community members.
leaveCommunity
mutation should be executed.
It accepts one required incoming parameter - communityId
that represents ID of the community to be left by the current API user.
The user can join the same community again or be invited to this community after they left it.