@vertikalx/vtx-backend-client 3.2.1-dev.1 → 3.2.1-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -441,6 +441,7 @@ export type Athlete = {
441
441
  dob?: Maybe<Scalars['DateTime']['output']>;
442
442
  firstName: Scalars['String']['output'];
443
443
  followStats?: Maybe<FollowStats>;
444
+ followerCount?: Maybe<Scalars['Int']['output']>;
444
445
  fundingCampaigns?: Maybe<Array<FundRaisingCampaign>>;
445
446
  historicalScores?: Maybe<Array<HistoricalScore>>;
446
447
  lastName: Scalars['String']['output'];
@@ -619,6 +620,7 @@ export type AthleteReference = {
619
620
  dob?: Maybe<Scalars['DateTime']['output']>;
620
621
  firstName: Scalars['String']['output'];
621
622
  followStats?: Maybe<FollowStats>;
623
+ followerCount?: Maybe<Scalars['Int']['output']>;
622
624
  lastName: Scalars['String']['output'];
623
625
  lgbt?: Maybe<Scalars['Boolean']['output']>;
624
626
  location?: Maybe<WorldLocation>;
@@ -8046,6 +8048,7 @@ export type QueryAthletesWithFiltersQuery = {
8046
8048
  screenName?: string | null;
8047
8049
  dob?: string | null;
8048
8050
  competitionGender?: string | null;
8051
+ followerCount?: number | null;
8049
8052
  aboutMe?: string | null;
8050
8053
  country?: {
8051
8054
  _id: string;
@@ -12458,6 +12461,7 @@ export type ListSponsorFavoritesQuery = {
12458
12461
  competitionGender?: string | null;
12459
12462
  trainer?: string | null;
12460
12463
  trainerUrl?: string | null;
12464
+ followerCount?: number | null;
12461
12465
  totalUpcomingCompetitions?: number | null;
12462
12466
  totalPastCompetitions?: number | null;
12463
12467
  aboutMe?: string | null;
@@ -12567,6 +12571,7 @@ export type FindAthleteByIdQuery = {
12567
12571
  competitionGender?: string | null;
12568
12572
  trainer?: string | null;
12569
12573
  trainerUrl?: string | null;
12574
+ followerCount?: number | null;
12570
12575
  totalUpcomingCompetitions?: number | null;
12571
12576
  totalPastCompetitions?: number | null;
12572
12577
  aboutMe?: string | null;
@@ -12661,6 +12666,7 @@ export type FindAthletebyIdpublicQuery = {
12661
12666
  competitionGender?: string | null;
12662
12667
  trainer?: string | null;
12663
12668
  trainerUrl?: string | null;
12669
+ followerCount?: number | null;
12664
12670
  totalUpcomingCompetitions?: number | null;
12665
12671
  totalPastCompetitions?: number | null;
12666
12672
  aboutMe?: string | null;
@@ -1891,6 +1891,7 @@ exports.QueryAthletesWithFiltersDocument = (0, graphql_tag_1.default) `
1891
1891
  screenName
1892
1892
  dob
1893
1893
  competitionGender
1894
+ followerCount
1894
1895
  country {
1895
1896
  _id
1896
1897
  }
@@ -4293,6 +4294,7 @@ exports.ListSponsorFavoritesDocument = (0, graphql_tag_1.default) `
4293
4294
  }
4294
4295
  trainer
4295
4296
  trainerUrl
4297
+ followerCount
4296
4298
  mainSport {
4297
4299
  _id
4298
4300
  name
@@ -4400,6 +4402,7 @@ exports.FindAthleteByIdDocument = (0, graphql_tag_1.default) `
4400
4402
  }
4401
4403
  trainer
4402
4404
  trainerUrl
4405
+ followerCount
4403
4406
  mainSport {
4404
4407
  _id
4405
4408
  name
@@ -4493,6 +4496,7 @@ exports.FindAthletebyIdpublicDocument = (0, graphql_tag_1.default) `
4493
4496
  }
4494
4497
  trainer
4495
4498
  trainerUrl
4499
+ followerCount
4496
4500
  mainSport {
4497
4501
  _id
4498
4502
  name