INPUT_OBJECT

updateMemberUserInput

Body of MemberGroupMemberUpdateCmd.

link GraphQL Schema definition

1input updateMemberUserInput {
4
2# MemberGroup Identifiers to explicitly exclude the user from.
3addAsExplicitExclusionToMemberGroupId: String
7
5# MemberGroup Identifiers to explicitly add the user too .
6addAsExplicitInclusionToMemberGroupId: String
10
8# MemberGroup Identifiers to remove the user from.
9removeFromMemberGroupId: String
11}

link Required by