ReferralSetReferee
Data relating to referees that have joined a referral set
type ReferralSetReferee {
referralSetId: ID!
refereeId: ID!
joinedAt: Timestamp!
atEpoch: Int!
}
Fields
ReferralSetReferee.referralSetId ● ID! non-null scalar
Unique ID of the referral set the referee joined.
ReferralSetReferee.refereeId ● ID! non-null scalar
Party that joined the set.
ReferralSetReferee.joinedAt ● Timestamp! non-null scalar
Timestamp as RFC3339Nano when the party joined the set.
ReferralSetReferee.atEpoch ● Int! non-null scalar
Epoch in which the party joined the set.
Member of
ReferralSetRefereeEdge object