ActorType
The signed-in identity behind a bearer token.
type ActorType {
userUuid: String!
userId: String!
contributorUuid: String!
username: String
email: String
}
Fields
ActorType.userUuid ● String! non-null scalar
User identity: the users.galaxy_row_uuid value. The column keeps its historical name; the datastore is PostgreSQL/Citus.
ActorType.userId ● String! non-null scalar
Legacy bigint public user id (Buddy / CK wire), as a string.
ActorType.contributorUuid ● String! non-null scalar
Contributor uuid — the votes/content actor.