OBJECT
updateMemberUserResponse
response of MemberGroupMemberUpdateCmd.
link GraphQL Schema definition
1 type updateMemberUserResponse { 2 3 # MemberGroup Identifiers to explicitly exclude the user from. 4 : String 19 5 # MemberGroup Identifiers to explicitly add the user to. 6 : String 19 7 # The catalog identifier. 8 : String 19 9 # MemberGroup Identifiers to remove the user from. 10 : String 19 11 # The request type for example, ajax. 12 : String 19 13 # The current store identifier. 14 : String 19 15 # The URL to call when the command completes successfully. 16 : String 19 17 # The user identifier. 18 : String 20 21 }