mutation ( $groupId: ID! ) { createGroupUserMemberJoinRequest ( groupId: $groupId ) { id status role insertedAt respondedAt updatedAt group { id } user { id } } }
Last updated 1 month ago
Was this helpful?