Manage Space Membership
#
Add Members to SpaceaddSpaceMembers
mutation is used add a members to a space.
It takes spaceId
and AddSpaceMemberInput
as inputs.
- GraphQL
- JS Client
You can also bulk add users to a space by passing an array to the input
.
#
Remove Members from SpaceremoveSpaceMembers
mutation is used to remove members from a space.
It takes spaceId
and membersIds
as inputs.
- GraphQL
- JS Client