OBJECT

ConflictingClaimUser

Information for Household user who has already claimed the content.

link GraphQL Schema definition

1type ConflictingClaimUser {
2
3# The user's full name. Will be blank if the customer does not have a full name
4# (there are valid customer in this state).
5fullName: String
6
7# The user's obfuscated email address. Ex: c******e@gmail.com.
8obfuscatedEmail: String
9
10}