Queries
lookupTrait
Looks up a specific trait by its unique identifier (ID) and a data key.
Returns: A trait object containing detailed information about the requested trait.
Arguments
dataKey
String!
requiredA unique key that is generated after a user has completed the data submission flow.
traitId
UUID!
requiredThe unique identifier (UUID) of the trait to retrieve.
Type
Trait
object
Represents a User Trait.