@@ -385,7 +385,7 @@ export type BrowseTherapyEdgeFieldPolicy = {
385385 cursor ?: FieldPolicy < any > | FieldReadFunction < any > ,
386386 node ?: FieldPolicy < any > | FieldReadFunction < any >
387387} ;
388- export type BrowseUserKeySpecifier = ( 'apiKeys' | 'areaOfExpertise' | 'bio' | 'country' | 'displayName' | 'email' | 'events' | 'evidenceCount' | 'facebookProfile' | 'id' | 'linkedinProfile' | 'mostRecentActivityTimestamp' | 'mostRecentConflictOfInterestStatement' | 'mostRecentEvent' | 'mostRecentOrganizationId' | 'name' | 'notifications' | 'orcid' | 'organizations' | 'organizationsWithEndorsementPrivileges' | 'profileImagePath' | 'ranks' | 'revisionCount' | 'role' | 'statsHash' | 'twitterHandle' | 'url' | 'username' | BrowseUserKeySpecifier ) [ ] ;
388+ export type BrowseUserKeySpecifier = ( 'apiKeys' | 'areaOfExpertise' | 'bio' | 'country' | 'displayName' | 'email' | 'events' | 'evidenceCount' | 'facebookProfile' | 'id' | 'joinDate' | ' linkedinProfile' | 'mostRecentActivityTimestamp' | 'mostRecentConflictOfInterestStatement' | 'mostRecentEvent' | 'mostRecentOrganizationId' | 'name' | 'notifications' | 'orcid' | 'organizations' | 'organizationsWithEndorsementPrivileges' | 'profileImagePath' | 'ranks' | 'revisionCount' | 'role' | 'statsHash' | 'twitterHandle' | 'url' | 'username' | BrowseUserKeySpecifier ) [ ] ;
389389export type BrowseUserFieldPolicy = {
390390 apiKeys ?: FieldPolicy < any > | FieldReadFunction < any > ,
391391 areaOfExpertise ?: FieldPolicy < any > | FieldReadFunction < any > ,
@@ -397,6 +397,7 @@ export type BrowseUserFieldPolicy = {
397397 evidenceCount ?: FieldPolicy < any > | FieldReadFunction < any > ,
398398 facebookProfile ?: FieldPolicy < any > | FieldReadFunction < any > ,
399399 id ?: FieldPolicy < any > | FieldReadFunction < any > ,
400+ joinDate ?: FieldPolicy < any > | FieldReadFunction < any > ,
400401 linkedinProfile ?: FieldPolicy < any > | FieldReadFunction < any > ,
401402 mostRecentActivityTimestamp ?: FieldPolicy < any > | FieldReadFunction < any > ,
402403 mostRecentConflictOfInterestStatement ?: FieldPolicy < any > | FieldReadFunction < any > ,
@@ -1451,7 +1452,7 @@ export type LeaderboardRankFieldPolicy = {
14511452 actionCount ?: FieldPolicy < any > | FieldReadFunction < any > ,
14521453 rank ?: FieldPolicy < any > | FieldReadFunction < any >
14531454} ;
1454- export type LeaderboardUserKeySpecifier = ( 'actionCount' | 'apiKeys' | 'areaOfExpertise' | 'bio' | 'country' | 'displayName' | 'email' | 'events' | 'facebookProfile' | 'id' | 'linkedinProfile' | 'mostRecentActivityTimestamp' | 'mostRecentConflictOfInterestStatement' | 'mostRecentEvent' | 'mostRecentOrganizationId' | 'name' | 'notifications' | 'orcid' | 'organizations' | 'organizationsWithEndorsementPrivileges' | 'profileImagePath' | 'rank' | 'ranks' | 'role' | 'statsHash' | 'twitterHandle' | 'url' | 'username' | LeaderboardUserKeySpecifier ) [ ] ;
1455+ export type LeaderboardUserKeySpecifier = ( 'actionCount' | 'apiKeys' | 'areaOfExpertise' | 'bio' | 'country' | 'displayName' | 'email' | 'events' | 'facebookProfile' | 'id' | 'joinDate' | ' linkedinProfile' | 'mostRecentActivityTimestamp' | 'mostRecentConflictOfInterestStatement' | 'mostRecentEvent' | 'mostRecentOrganizationId' | 'name' | 'notifications' | 'orcid' | 'organizations' | 'organizationsWithEndorsementPrivileges' | 'profileImagePath' | 'rank' | 'ranks' | 'role' | 'statsHash' | 'twitterHandle' | 'url' | 'username' | LeaderboardUserKeySpecifier ) [ ] ;
14551456export type LeaderboardUserFieldPolicy = {
14561457 actionCount ?: FieldPolicy < any > | FieldReadFunction < any > ,
14571458 apiKeys ?: FieldPolicy < any > | FieldReadFunction < any > ,
@@ -1463,6 +1464,7 @@ export type LeaderboardUserFieldPolicy = {
14631464 events ?: FieldPolicy < any > | FieldReadFunction < any > ,
14641465 facebookProfile ?: FieldPolicy < any > | FieldReadFunction < any > ,
14651466 id ?: FieldPolicy < any > | FieldReadFunction < any > ,
1467+ joinDate ?: FieldPolicy < any > | FieldReadFunction < any > ,
14661468 linkedinProfile ?: FieldPolicy < any > | FieldReadFunction < any > ,
14671469 mostRecentActivityTimestamp ?: FieldPolicy < any > | FieldReadFunction < any > ,
14681470 mostRecentConflictOfInterestStatement ?: FieldPolicy < any > | FieldReadFunction < any > ,
@@ -2541,7 +2543,7 @@ export type UpdateSourceSuggestionStatusPayloadFieldPolicy = {
25412543 clientMutationId ?: FieldPolicy < any > | FieldReadFunction < any > ,
25422544 sourceSuggestion ?: FieldPolicy < any > | FieldReadFunction < any >
25432545} ;
2544- export type UserKeySpecifier = ( 'apiKeys' | 'areaOfExpertise' | 'bio' | 'country' | 'displayName' | 'email' | 'events' | 'facebookProfile' | 'id' | 'linkedinProfile' | 'mostRecentActivityTimestamp' | 'mostRecentConflictOfInterestStatement' | 'mostRecentEvent' | 'mostRecentOrg' | 'mostRecentOrganizationId' | 'name' | 'notifications' | 'orcid' | 'organizations' | 'organizationsWithEndorsementPrivileges' | 'profileImagePath' | 'ranks' | 'role' | 'statsHash' | 'twitterHandle' | 'url' | 'username' | UserKeySpecifier ) [ ] ;
2546+ export type UserKeySpecifier = ( 'apiKeys' | 'areaOfExpertise' | 'bio' | 'country' | 'displayName' | 'email' | 'events' | 'facebookProfile' | 'id' | 'joinDate' | ' linkedinProfile' | 'mostRecentActivityTimestamp' | 'mostRecentConflictOfInterestStatement' | 'mostRecentEvent' | 'mostRecentOrg' | 'mostRecentOrganizationId' | 'name' | 'notifications' | 'orcid' | 'organizations' | 'organizationsWithEndorsementPrivileges' | 'profileImagePath' | 'ranks' | 'role' | 'statsHash' | 'twitterHandle' | 'url' | 'username' | UserKeySpecifier ) [ ] ;
25452547export type UserFieldPolicy = {
25462548 apiKeys ?: FieldPolicy < any > | FieldReadFunction < any > ,
25472549 areaOfExpertise ?: FieldPolicy < any > | FieldReadFunction < any > ,
@@ -2552,6 +2554,7 @@ export type UserFieldPolicy = {
25522554 events ?: FieldPolicy < any > | FieldReadFunction < any > ,
25532555 facebookProfile ?: FieldPolicy < any > | FieldReadFunction < any > ,
25542556 id ?: FieldPolicy < any > | FieldReadFunction < any > ,
2557+ joinDate ?: FieldPolicy < any > | FieldReadFunction < any > ,
25552558 linkedinProfile ?: FieldPolicy < any > | FieldReadFunction < any > ,
25562559 mostRecentActivityTimestamp ?: FieldPolicy < any > | FieldReadFunction < any > ,
25572560 mostRecentConflictOfInterestStatement ?: FieldPolicy < any > | FieldReadFunction < any > ,
0 commit comments