joinCommunity mutation.
It accepts only one required argument - communityId.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
joinCommunity mutation.
It accepts only one required argument - communityId.
mutation joinCommunity {
joinCommunity(communityId: 1) {
errors
response
}
}
{
"data": {
"joinCommunity": {
"errors": [],
"response": true
}
}
}