@taimos/radball-digital-api 0.0.0

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.
Files changed (174) hide show
  1. package/README.md +129 -0
  2. package/aws.graphql +24 -0
  3. package/docs/.nojekyll +1 -0
  4. package/docs/assets/hierarchy.js +1 -0
  5. package/docs/assets/highlight.css +92 -0
  6. package/docs/assets/icons.js +18 -0
  7. package/docs/assets/icons.svg +1 -0
  8. package/docs/assets/main.js +60 -0
  9. package/docs/assets/navigation.js +1 -0
  10. package/docs/assets/search.js +1 -0
  11. package/docs/assets/style.css +1640 -0
  12. package/docs/classes/ValidationCheckResult.html +11 -0
  13. package/docs/enums/PreferenceStatus.html +3 -0
  14. package/docs/functions/checkAddress.html +1 -0
  15. package/docs/functions/checkAssociation.html +1 -0
  16. package/docs/functions/checkClub.html +1 -0
  17. package/docs/functions/checkGym.html +1 -0
  18. package/docs/functions/checkLeague.html +1 -0
  19. package/docs/functions/checkLeagueGroup.html +1 -0
  20. package/docs/functions/checkPerson.html +1 -0
  21. package/docs/functions/checkSeason.html +1 -0
  22. package/docs/functions/checkTeam.html +1 -0
  23. package/docs/functions/validateAddress.html +1 -0
  24. package/docs/functions/validateAssociation.html +1 -0
  25. package/docs/functions/validateClub.html +1 -0
  26. package/docs/functions/validateGym.html +1 -0
  27. package/docs/functions/validateLeague.html +1 -0
  28. package/docs/functions/validateLeagueGroup.html +1 -0
  29. package/docs/functions/validatePerson.html +1 -0
  30. package/docs/functions/validateSeason.html +1 -0
  31. package/docs/functions/validateTeam.html +1 -0
  32. package/docs/hierarchy.html +1 -0
  33. package/docs/index.html +65 -0
  34. package/docs/interfaces/components.html +7 -0
  35. package/docs/interfaces/operations.html +4 -0
  36. package/docs/interfaces/paths.html +118 -0
  37. package/docs/modules.html +1 -0
  38. package/docs/types/AddGameInput.html +4 -0
  39. package/docs/types/Address.html +6 -0
  40. package/docs/types/AddressInput.html +5 -0
  41. package/docs/types/Association.html +13 -0
  42. package/docs/types/AuditLogEntry.html +8 -0
  43. package/docs/types/Club.html +11 -0
  44. package/docs/types/Exact.html +1 -0
  45. package/docs/types/Game.html +13 -0
  46. package/docs/types/Gym.html +7 -0
  47. package/docs/types/Incremental.html +1 -0
  48. package/docs/types/InputMaybe.html +1 -0
  49. package/docs/types/League.html +13 -0
  50. package/docs/types/LeagueGroup.html +11 -0
  51. package/docs/types/MakeEmpty.html +1 -0
  52. package/docs/types/MakeMaybe.html +1 -0
  53. package/docs/types/MakeOptional.html +1 -0
  54. package/docs/types/MatchDay.html +15 -0
  55. package/docs/types/MatchdayTeam.html +6 -0
  56. package/docs/types/Maybe.html +1 -0
  57. package/docs/types/ModifyAssociationInput.html +10 -0
  58. package/docs/types/ModifyClubInput.html +7 -0
  59. package/docs/types/ModifyGameInput.html +10 -0
  60. package/docs/types/ModifyGymInput.html +5 -0
  61. package/docs/types/ModifyLeagueGroupInput.html +7 -0
  62. package/docs/types/ModifyLeagueInput.html +9 -0
  63. package/docs/types/ModifyMatchDayInput.html +10 -0
  64. package/docs/types/ModifyMatchDayTeamInput.html +3 -0
  65. package/docs/types/ModifyPersonInput.html +12 -0
  66. package/docs/types/ModifyPreferredMatchdayDateInput.html +6 -0
  67. package/docs/types/ModifySeasonInput.html +7 -0
  68. package/docs/types/ModifyTeamInput.html +10 -0
  69. package/docs/types/Mutation.html +39 -0
  70. package/docs/types/MutationAddAssociationArgs.html +2 -0
  71. package/docs/types/MutationAddClubArgs.html +2 -0
  72. package/docs/types/MutationAddGameToMatchDayArgs.html +4 -0
  73. package/docs/types/MutationAddGymArgs.html +2 -0
  74. package/docs/types/MutationAddLeagueArgs.html +2 -0
  75. package/docs/types/MutationAddLeagueGroupArgs.html +2 -0
  76. package/docs/types/MutationAddMatchDayArgs.html +2 -0
  77. package/docs/types/MutationAddMatchDayTeamArgs.html +2 -0
  78. package/docs/types/MutationAddPersonArgs.html +2 -0
  79. package/docs/types/MutationAddPreferredDateForLeagueArgs.html +2 -0
  80. package/docs/types/MutationAddSeasonArgs.html +2 -0
  81. package/docs/types/MutationAddTeamArgs.html +2 -0
  82. package/docs/types/MutationModifyAssociationArgs.html +2 -0
  83. package/docs/types/MutationModifyClubArgs.html +2 -0
  84. package/docs/types/MutationModifyGameInMatchDayArgs.html +4 -0
  85. package/docs/types/MutationModifyGymArgs.html +2 -0
  86. package/docs/types/MutationModifyLeagueArgs.html +2 -0
  87. package/docs/types/MutationModifyLeagueGroupArgs.html +2 -0
  88. package/docs/types/MutationModifyMatchDayArgs.html +2 -0
  89. package/docs/types/MutationModifyMatchDayTeamArgs.html +3 -0
  90. package/docs/types/MutationModifyPersonArgs.html +2 -0
  91. package/docs/types/MutationModifyPreferredDateForLeagueArgs.html +2 -0
  92. package/docs/types/MutationModifySeasonArgs.html +2 -0
  93. package/docs/types/MutationModifyTeamArgs.html +2 -0
  94. package/docs/types/MutationRegisterTeamsForSeasonArgs.html +2 -0
  95. package/docs/types/MutationRemoveAssociationArgs.html +2 -0
  96. package/docs/types/MutationRemoveClubArgs.html +2 -0
  97. package/docs/types/MutationRemoveGameFromMatchDayArgs.html +4 -0
  98. package/docs/types/MutationRemoveGymArgs.html +2 -0
  99. package/docs/types/MutationRemoveLeagueArgs.html +2 -0
  100. package/docs/types/MutationRemoveLeagueGroupArgs.html +2 -0
  101. package/docs/types/MutationRemoveMatchDayArgs.html +2 -0
  102. package/docs/types/MutationRemoveMatchDayTeamArgs.html +2 -0
  103. package/docs/types/MutationRemovePersonArgs.html +2 -0
  104. package/docs/types/MutationRemovePreferredDateForLeagueArgs.html +4 -0
  105. package/docs/types/MutationRemoveSeasonArgs.html +2 -0
  106. package/docs/types/MutationRemoveTeamArgs.html +2 -0
  107. package/docs/types/Person.html +14 -0
  108. package/docs/types/PersonPermission.html +6 -0
  109. package/docs/types/PreferredMatchdayDate.html +8 -0
  110. package/docs/types/Query.html +36 -0
  111. package/docs/types/QueryGetAllGamesOfTeamInSeasonArgs.html +3 -0
  112. package/docs/types/QueryGetAllMatchdaysOfTeamInSeasonArgs.html +3 -0
  113. package/docs/types/QueryGetAllPlayersOfClubInSeasonArgs.html +3 -0
  114. package/docs/types/QueryGetAllTeamsOfClubInSeasonArgs.html +3 -0
  115. package/docs/types/QueryGetAssociationByIdArgs.html +2 -0
  116. package/docs/types/QueryGetAuditLogEntriesForActorArgs.html +4 -0
  117. package/docs/types/QueryGetAuditLogEntriesForResourceArgs.html +5 -0
  118. package/docs/types/QueryGetAvailableDatesForSeasonArgs.html +3 -0
  119. package/docs/types/QueryGetClubByIdArgs.html +2 -0
  120. package/docs/types/QueryGetGameByIdArgs.html +3 -0
  121. package/docs/types/QueryGetGymByIdArgs.html +2 -0
  122. package/docs/types/QueryGetLeagueByIdArgs.html +2 -0
  123. package/docs/types/QueryGetLeagueGroupByIdArgs.html +2 -0
  124. package/docs/types/QueryGetListOfClubsByAssociationArgs.html +2 -0
  125. package/docs/types/QueryGetListOfClubsByLeagueArgs.html +2 -0
  126. package/docs/types/QueryGetListOfClubsByLeagueGroupArgs.html +2 -0
  127. package/docs/types/QueryGetListOfGroupsInLeagueArgs.html +2 -0
  128. package/docs/types/QueryGetListOfGymsArgs.html +2 -0
  129. package/docs/types/QueryGetListOfLeagueInSeasonArgs.html +2 -0
  130. package/docs/types/QueryGetListOfMatchdaysArgs.html +4 -0
  131. package/docs/types/QueryGetListOfMatchdaysInSeasonArgs.html +2 -0
  132. package/docs/types/QueryGetListOfPeopleArgs.html +2 -0
  133. package/docs/types/QueryGetListOfSeasonsArgs.html +2 -0
  134. package/docs/types/QueryGetListOfTeamsForLeagueArgs.html +2 -0
  135. package/docs/types/QueryGetListOfTeamsForLeagueGroupArgs.html +3 -0
  136. package/docs/types/QueryGetMatchdayByIdArgs.html +2 -0
  137. package/docs/types/QueryGetPersonByIdArgs.html +2 -0
  138. package/docs/types/QueryGetPersonByUciCodeArgs.html +2 -0
  139. package/docs/types/QueryGetPersonPermissionsArgs.html +2 -0
  140. package/docs/types/QueryGetPreferredDatesForClubArgs.html +3 -0
  141. package/docs/types/QueryGetSeasonByIdArgs.html +2 -0
  142. package/docs/types/QueryGetTeamByIdArgs.html +2 -0
  143. package/docs/types/RefereeInfo.html +4 -0
  144. package/docs/types/RefereeInfoInput.html +3 -0
  145. package/docs/types/RegisterTeamInput.html +8 -0
  146. package/docs/types/RegisterTeamsForSeasonInput.html +5 -0
  147. package/docs/types/SaveAssociationInput.html +9 -0
  148. package/docs/types/SaveClubInput.html +7 -0
  149. package/docs/types/SaveGymInput.html +5 -0
  150. package/docs/types/SaveLeagueGroupInput.html +7 -0
  151. package/docs/types/SaveLeagueInput.html +9 -0
  152. package/docs/types/SaveMatchDayInput.html +11 -0
  153. package/docs/types/SaveMatchDayTeamInput.html +4 -0
  154. package/docs/types/SavePersonInput.html +11 -0
  155. package/docs/types/SavePreferredMatchdayDateInput.html +6 -0
  156. package/docs/types/SaveSeasonInput.html +7 -0
  157. package/docs/types/SaveTeamInput.html +10 -0
  158. package/docs/types/Scalars.html +18 -0
  159. package/docs/types/Season.html +10 -0
  160. package/docs/types/Team.html +12 -0
  161. package/docs/types/_defs.html +1 -0
  162. package/docs/types/webhooks.html +1 -0
  163. package/graphql-codegen.yml +21 -0
  164. package/lib/generated/graphql.model.generated.d.ts +808 -0
  165. package/lib/generated/graphql.model.generated.js +9 -0
  166. package/lib/generated/rest.model.generated.d.ts +333 -0
  167. package/lib/generated/rest.model.generated.js +7 -0
  168. package/lib/index.d.ts +3 -0
  169. package/lib/index.js +20 -0
  170. package/lib/validation.d.ts +34 -0
  171. package/lib/validation.js +413 -0
  172. package/package.json +128 -0
  173. package/rest.yaml +260 -0
  174. package/schema.graphql +541 -0
@@ -0,0 +1,808 @@
1
+ export type Maybe<T> = T | undefined;
2
+ export type InputMaybe<T> = T | undefined;
3
+ export type Exact<T extends {
4
+ [key: string]: unknown;
5
+ }> = {
6
+ [K in keyof T]: T[K];
7
+ };
8
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
9
+ [SubKey in K]?: Maybe<T[SubKey]>;
10
+ };
11
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
12
+ [SubKey in K]: Maybe<T[SubKey]>;
13
+ };
14
+ export type MakeEmpty<T extends {
15
+ [key: string]: unknown;
16
+ }, K extends keyof T> = {
17
+ [_ in K]?: never;
18
+ };
19
+ export type Incremental<T> = T | {
20
+ [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
21
+ };
22
+ /** All built-in and custom scalars, mapped to their actual values */
23
+ export type Scalars = {
24
+ ID: {
25
+ input: string;
26
+ output: string;
27
+ };
28
+ String: {
29
+ input: string;
30
+ output: string;
31
+ };
32
+ Boolean: {
33
+ input: boolean;
34
+ output: boolean;
35
+ };
36
+ Int: {
37
+ input: number;
38
+ output: number;
39
+ };
40
+ Float: {
41
+ input: number;
42
+ output: number;
43
+ };
44
+ AWSDate: {
45
+ input: string;
46
+ output: string;
47
+ };
48
+ AWSDateTime: {
49
+ input: string;
50
+ output: string;
51
+ };
52
+ AWSEmail: {
53
+ input: string;
54
+ output: string;
55
+ };
56
+ AWSIPAddress: {
57
+ input: string;
58
+ output: string;
59
+ };
60
+ AWSJSON: {
61
+ input: string;
62
+ output: string;
63
+ };
64
+ AWSPhone: {
65
+ input: string;
66
+ output: string;
67
+ };
68
+ AWSTime: {
69
+ input: string;
70
+ output: string;
71
+ };
72
+ AWSTimestamp: {
73
+ input: string;
74
+ output: string;
75
+ };
76
+ AWSURL: {
77
+ input: string;
78
+ output: string;
79
+ };
80
+ BigInt: {
81
+ input: any;
82
+ output: any;
83
+ };
84
+ Double: {
85
+ input: any;
86
+ output: any;
87
+ };
88
+ };
89
+ export type AddGameInput = {
90
+ gameNumber: Scalars['Int']['input'];
91
+ team1Id: Scalars['ID']['input'];
92
+ team2Id: Scalars['ID']['input'];
93
+ };
94
+ export type Address = {
95
+ __typename?: 'Address';
96
+ city?: Maybe<Scalars['String']['output']>;
97
+ country?: Maybe<Scalars['String']['output']>;
98
+ street?: Maybe<Scalars['String']['output']>;
99
+ zip?: Maybe<Scalars['String']['output']>;
100
+ };
101
+ export type AddressInput = {
102
+ city?: InputMaybe<Scalars['String']['input']>;
103
+ country?: InputMaybe<Scalars['String']['input']>;
104
+ street?: InputMaybe<Scalars['String']['input']>;
105
+ zip?: InputMaybe<Scalars['String']['input']>;
106
+ };
107
+ export type Association = {
108
+ __typename?: 'Association';
109
+ address: Address;
110
+ contactEmail: Scalars['AWSEmail']['output'];
111
+ contactName: Scalars['String']['output'];
112
+ coordinators: Array<Maybe<Person>>;
113
+ groupLeaders: Array<Maybe<Person>>;
114
+ id: Scalars['ID']['output'];
115
+ name: Scalars['String']['output'];
116
+ phone?: Maybe<Scalars['String']['output']>;
117
+ seasons?: Maybe<Array<Maybe<Season>>>;
118
+ shortName: Scalars['String']['output'];
119
+ website?: Maybe<Scalars['AWSURL']['output']>;
120
+ };
121
+ export type AuditLogEntry = {
122
+ __typename?: 'AuditLogEntry';
123
+ actorId: Scalars['String']['output'];
124
+ actorName: Scalars['String']['output'];
125
+ description: Scalars['String']['output'];
126
+ resourceId: Scalars['String']['output'];
127
+ resourceType: Scalars['String']['output'];
128
+ timestamp: Scalars['AWSDateTime']['output'];
129
+ };
130
+ export type Club = {
131
+ __typename?: 'Club';
132
+ address?: Maybe<Address>;
133
+ association: Association;
134
+ contact?: Maybe<Person>;
135
+ id: Scalars['ID']['output'];
136
+ name: Scalars['String']['output'];
137
+ players?: Maybe<Array<Maybe<Person>>>;
138
+ shortName?: Maybe<Scalars['String']['output']>;
139
+ teams?: Maybe<Array<Maybe<Team>>>;
140
+ website?: Maybe<Scalars['AWSURL']['output']>;
141
+ };
142
+ export type Game = {
143
+ __typename?: 'Game';
144
+ bothLost?: Maybe<Scalars['Boolean']['output']>;
145
+ finalGoalsTeam1?: Maybe<Scalars['Int']['output']>;
146
+ finalGoalsTeam2?: Maybe<Scalars['Int']['output']>;
147
+ gameNumber: Scalars['Int']['output'];
148
+ halftimeGoalsTeam1?: Maybe<Scalars['Int']['output']>;
149
+ halftimeGoalsTeam2?: Maybe<Scalars['Int']['output']>;
150
+ nonCompetitive?: Maybe<Scalars['Boolean']['output']>;
151
+ pointsTeam1?: Maybe<Scalars['Int']['output']>;
152
+ pointsTeam2?: Maybe<Scalars['Int']['output']>;
153
+ team1: MatchdayTeam;
154
+ team2: MatchdayTeam;
155
+ };
156
+ export type Gym = {
157
+ __typename?: 'Gym';
158
+ address: Address;
159
+ availableFields: Scalars['String']['output'];
160
+ club: Club;
161
+ id: Scalars['ID']['output'];
162
+ name: Scalars['String']['output'];
163
+ };
164
+ export type League = {
165
+ __typename?: 'League';
166
+ additionalEligibleAssociations?: Maybe<Array<Maybe<Association>>>;
167
+ association: Association;
168
+ description: Scalars['String']['output'];
169
+ groups?: Maybe<Array<Maybe<LeagueGroup>>>;
170
+ id: Scalars['ID']['output'];
171
+ matchdayDates?: Maybe<Array<Scalars['AWSDate']['output']>>;
172
+ maxAge?: Maybe<Scalars['Int']['output']>;
173
+ minAge?: Maybe<Scalars['Int']['output']>;
174
+ name: Scalars['String']['output'];
175
+ season: Season;
176
+ shortName?: Maybe<Scalars['String']['output']>;
177
+ };
178
+ export type LeagueGroup = {
179
+ __typename?: 'LeagueGroup';
180
+ association: Association;
181
+ id: Scalars['ID']['output'];
182
+ leader: Person;
183
+ league: League;
184
+ name: Scalars['String']['output'];
185
+ number: Scalars['Int']['output'];
186
+ regulation: Scalars['String']['output'];
187
+ season: Season;
188
+ shortName: Scalars['String']['output'];
189
+ };
190
+ export type MatchDay = {
191
+ __typename?: 'MatchDay';
192
+ commissioners?: Maybe<RefereeInfo>;
193
+ endDate: Scalars['AWSDateTime']['output'];
194
+ games: Array<Maybe<Game>>;
195
+ group: LeagueGroup;
196
+ gym: Gym;
197
+ id: Scalars['ID']['output'];
198
+ matchDayNumber: Scalars['String']['output'];
199
+ pin?: Maybe<Scalars['String']['output']>;
200
+ report?: Maybe<Scalars['String']['output']>;
201
+ secretary: Scalars['String']['output'];
202
+ startDate: Scalars['AWSDateTime']['output'];
203
+ streamingLink?: Maybe<Scalars['AWSURL']['output']>;
204
+ teams: Array<Maybe<MatchdayTeam>>;
205
+ };
206
+ export type MatchdayTeam = {
207
+ __typename?: 'MatchdayTeam';
208
+ id: Scalars['ID']['output'];
209
+ present: Scalars['Boolean']['output'];
210
+ substitutePlayer?: Maybe<Person>;
211
+ team: Team;
212
+ };
213
+ export type ModifyAssociationInput = {
214
+ address: AddressInput;
215
+ contactEmail: Scalars['AWSEmail']['input'];
216
+ contactName: Scalars['String']['input'];
217
+ coordinators: Array<InputMaybe<Scalars['ID']['input']>>;
218
+ id: Scalars['ID']['input'];
219
+ name: Scalars['String']['input'];
220
+ phone?: InputMaybe<Scalars['String']['input']>;
221
+ shortName: Scalars['String']['input'];
222
+ website?: InputMaybe<Scalars['AWSURL']['input']>;
223
+ };
224
+ export type ModifyClubInput = {
225
+ address: AddressInput;
226
+ contactId: Scalars['ID']['input'];
227
+ id: Scalars['ID']['input'];
228
+ name: Scalars['String']['input'];
229
+ shortName?: InputMaybe<Scalars['String']['input']>;
230
+ website?: InputMaybe<Scalars['AWSURL']['input']>;
231
+ };
232
+ export type ModifyGameInput = {
233
+ bothLost?: InputMaybe<Scalars['Boolean']['input']>;
234
+ finalGoalsTeam1?: InputMaybe<Scalars['Int']['input']>;
235
+ finalGoalsTeam2?: InputMaybe<Scalars['Int']['input']>;
236
+ halftimeGoalsTeam1?: InputMaybe<Scalars['Int']['input']>;
237
+ halftimeGoalsTeam2?: InputMaybe<Scalars['Int']['input']>;
238
+ id: Scalars['ID']['input'];
239
+ nonCompetitive?: InputMaybe<Scalars['Boolean']['input']>;
240
+ pointsTeam1?: InputMaybe<Scalars['Int']['input']>;
241
+ pointsTeam2?: InputMaybe<Scalars['Int']['input']>;
242
+ };
243
+ export type ModifyGymInput = {
244
+ address: AddressInput;
245
+ availableFields: Scalars['String']['input'];
246
+ id: Scalars['ID']['input'];
247
+ name: Scalars['String']['input'];
248
+ };
249
+ export type ModifyLeagueGroupInput = {
250
+ groupLeaderId: Scalars['ID']['input'];
251
+ id: Scalars['ID']['input'];
252
+ name: Scalars['String']['input'];
253
+ number: Scalars['Int']['input'];
254
+ regulation: Scalars['String']['input'];
255
+ shortName: Scalars['String']['input'];
256
+ };
257
+ export type ModifyLeagueInput = {
258
+ additionalEligibleAssociations: Array<InputMaybe<Scalars['ID']['input']>>;
259
+ description: Scalars['String']['input'];
260
+ id: Scalars['ID']['input'];
261
+ matchdayDates?: InputMaybe<Array<Scalars['AWSDate']['input']>>;
262
+ maxAge?: InputMaybe<Scalars['Int']['input']>;
263
+ minAge?: InputMaybe<Scalars['Int']['input']>;
264
+ name: Scalars['String']['input'];
265
+ shortName?: InputMaybe<Scalars['String']['input']>;
266
+ };
267
+ export type ModifyMatchDayInput = {
268
+ commissioners?: InputMaybe<RefereeInfoInput>;
269
+ endDate: Scalars['AWSDateTime']['input'];
270
+ gymId: Scalars['ID']['input'];
271
+ id: Scalars['ID']['input'];
272
+ matchDayNumber: Scalars['String']['input'];
273
+ report?: InputMaybe<Scalars['String']['input']>;
274
+ secretary: Scalars['String']['input'];
275
+ startDate: Scalars['AWSDateTime']['input'];
276
+ streamingLink?: InputMaybe<Scalars['AWSURL']['input']>;
277
+ };
278
+ export type ModifyMatchDayTeamInput = {
279
+ present: Scalars['Boolean']['input'];
280
+ substitutePlayerId?: InputMaybe<Scalars['ID']['input']>;
281
+ };
282
+ export type ModifyPersonInput = {
283
+ address?: InputMaybe<AddressInput>;
284
+ clubId: Scalars['ID']['input'];
285
+ dateOfBirth?: InputMaybe<Scalars['AWSDate']['input']>;
286
+ email?: InputMaybe<Scalars['AWSEmail']['input']>;
287
+ firstName: Scalars['String']['input'];
288
+ gender?: InputMaybe<Scalars['String']['input']>;
289
+ id: Scalars['ID']['input'];
290
+ lastName: Scalars['String']['input'];
291
+ nationality?: InputMaybe<Scalars['String']['input']>;
292
+ phone?: InputMaybe<Scalars['String']['input']>;
293
+ uciCode?: InputMaybe<Scalars['String']['input']>;
294
+ };
295
+ export type ModifyPreferredMatchdayDateInput = {
296
+ clubId: Scalars['ID']['input'];
297
+ leagueId: Scalars['ID']['input'];
298
+ notes?: InputMaybe<Scalars['String']['input']>;
299
+ preferenceDate: Scalars['AWSDate']['input'];
300
+ status: PreferenceStatus;
301
+ };
302
+ export type ModifySeasonInput = {
303
+ endDate: Scalars['AWSDate']['input'];
304
+ id: Scalars['ID']['input'];
305
+ name: Scalars['String']['input'];
306
+ registrationEnd: Scalars['AWSDate']['input'];
307
+ registrationStart?: InputMaybe<Scalars['AWSDate']['input']>;
308
+ startDate: Scalars['AWSDate']['input'];
309
+ };
310
+ export type ModifyTeamInput = {
311
+ exemptionRequest?: InputMaybe<Scalars['String']['input']>;
312
+ id: Scalars['ID']['input'];
313
+ leagueGroupId?: InputMaybe<Scalars['ID']['input']>;
314
+ leagueId?: InputMaybe<Scalars['ID']['input']>;
315
+ name?: InputMaybe<Scalars['String']['input']>;
316
+ playerIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
317
+ secondRightToPlay?: InputMaybe<Scalars['Boolean']['input']>;
318
+ sgClubId?: InputMaybe<Scalars['ID']['input']>;
319
+ withoutCompetition?: InputMaybe<Scalars['Boolean']['input']>;
320
+ };
321
+ export type Mutation = {
322
+ __typename?: 'Mutation';
323
+ addAssociation?: Maybe<Association>;
324
+ addClub?: Maybe<Club>;
325
+ addGameToMatchDay?: Maybe<Game>;
326
+ addGym?: Maybe<Gym>;
327
+ addLeague?: Maybe<League>;
328
+ addLeagueGroup?: Maybe<LeagueGroup>;
329
+ addMatchDay?: Maybe<MatchDay>;
330
+ addMatchDayTeam?: Maybe<MatchdayTeam>;
331
+ addPerson?: Maybe<Person>;
332
+ addPreferredDateForLeague?: Maybe<PreferredMatchdayDate>;
333
+ addSeason?: Maybe<Season>;
334
+ addTeam?: Maybe<Team>;
335
+ modifyAssociation?: Maybe<Association>;
336
+ modifyClub?: Maybe<Club>;
337
+ modifyGameInMatchDay?: Maybe<Game>;
338
+ modifyGym?: Maybe<Gym>;
339
+ modifyLeague?: Maybe<League>;
340
+ modifyLeagueGroup?: Maybe<LeagueGroup>;
341
+ modifyMatchDay?: Maybe<MatchDay>;
342
+ modifyMatchDayTeam?: Maybe<MatchdayTeam>;
343
+ modifyPerson?: Maybe<Person>;
344
+ modifyPreferredDateForLeague?: Maybe<PreferredMatchdayDate>;
345
+ modifySeason?: Maybe<Season>;
346
+ modifyTeam?: Maybe<Team>;
347
+ registerTeamsForSeason?: Maybe<Array<Maybe<Team>>>;
348
+ removeAssociation?: Maybe<Scalars['Boolean']['output']>;
349
+ removeClub?: Maybe<Scalars['Boolean']['output']>;
350
+ removeGameFromMatchDay?: Maybe<Scalars['Boolean']['output']>;
351
+ removeGym?: Maybe<Scalars['Boolean']['output']>;
352
+ removeLeague?: Maybe<Scalars['Boolean']['output']>;
353
+ removeLeagueGroup?: Maybe<Scalars['Boolean']['output']>;
354
+ removeMatchDay?: Maybe<Scalars['Boolean']['output']>;
355
+ removeMatchDayTeam?: Maybe<Scalars['Boolean']['output']>;
356
+ removePerson?: Maybe<Scalars['Boolean']['output']>;
357
+ removePreferredDateForLeague?: Maybe<Scalars['Boolean']['output']>;
358
+ removeSeason?: Maybe<Scalars['Boolean']['output']>;
359
+ removeTeam?: Maybe<Scalars['Boolean']['output']>;
360
+ };
361
+ export type MutationAddAssociationArgs = {
362
+ association: SaveAssociationInput;
363
+ };
364
+ export type MutationAddClubArgs = {
365
+ club: SaveClubInput;
366
+ };
367
+ export type MutationAddGameToMatchDayArgs = {
368
+ game: AddGameInput;
369
+ matchDayId: Scalars['ID']['input'];
370
+ pin?: InputMaybe<Scalars['String']['input']>;
371
+ };
372
+ export type MutationAddGymArgs = {
373
+ gym: SaveGymInput;
374
+ };
375
+ export type MutationAddLeagueArgs = {
376
+ league: SaveLeagueInput;
377
+ };
378
+ export type MutationAddLeagueGroupArgs = {
379
+ leagueGroup: SaveLeagueGroupInput;
380
+ };
381
+ export type MutationAddMatchDayArgs = {
382
+ matchDay: SaveMatchDayInput;
383
+ };
384
+ export type MutationAddMatchDayTeamArgs = {
385
+ matchDayTeam: SaveMatchDayTeamInput;
386
+ };
387
+ export type MutationAddPersonArgs = {
388
+ person: SavePersonInput;
389
+ };
390
+ export type MutationAddPreferredDateForLeagueArgs = {
391
+ date: SavePreferredMatchdayDateInput;
392
+ };
393
+ export type MutationAddSeasonArgs = {
394
+ season: SaveSeasonInput;
395
+ };
396
+ export type MutationAddTeamArgs = {
397
+ team: SaveTeamInput;
398
+ };
399
+ export type MutationModifyAssociationArgs = {
400
+ association: ModifyAssociationInput;
401
+ };
402
+ export type MutationModifyClubArgs = {
403
+ club: ModifyClubInput;
404
+ };
405
+ export type MutationModifyGameInMatchDayArgs = {
406
+ game: ModifyGameInput;
407
+ matchDayId: Scalars['ID']['input'];
408
+ pin?: InputMaybe<Scalars['String']['input']>;
409
+ };
410
+ export type MutationModifyGymArgs = {
411
+ gym: ModifyGymInput;
412
+ };
413
+ export type MutationModifyLeagueArgs = {
414
+ league: ModifyLeagueInput;
415
+ };
416
+ export type MutationModifyLeagueGroupArgs = {
417
+ leagueGroup: ModifyLeagueGroupInput;
418
+ };
419
+ export type MutationModifyMatchDayArgs = {
420
+ matchDay: ModifyMatchDayInput;
421
+ };
422
+ export type MutationModifyMatchDayTeamArgs = {
423
+ matchDayTeam: ModifyMatchDayTeamInput;
424
+ pin?: InputMaybe<Scalars['String']['input']>;
425
+ };
426
+ export type MutationModifyPersonArgs = {
427
+ person: ModifyPersonInput;
428
+ };
429
+ export type MutationModifyPreferredDateForLeagueArgs = {
430
+ date: ModifyPreferredMatchdayDateInput;
431
+ };
432
+ export type MutationModifySeasonArgs = {
433
+ season: ModifySeasonInput;
434
+ };
435
+ export type MutationModifyTeamArgs = {
436
+ team: ModifyTeamInput;
437
+ };
438
+ export type MutationRegisterTeamsForSeasonArgs = {
439
+ registration: RegisterTeamsForSeasonInput;
440
+ };
441
+ export type MutationRemoveAssociationArgs = {
442
+ associationId: Scalars['ID']['input'];
443
+ };
444
+ export type MutationRemoveClubArgs = {
445
+ clubId: Scalars['ID']['input'];
446
+ };
447
+ export type MutationRemoveGameFromMatchDayArgs = {
448
+ gameId: Scalars['ID']['input'];
449
+ matchDayId: Scalars['ID']['input'];
450
+ pin?: InputMaybe<Scalars['String']['input']>;
451
+ };
452
+ export type MutationRemoveGymArgs = {
453
+ gymId: Scalars['ID']['input'];
454
+ };
455
+ export type MutationRemoveLeagueArgs = {
456
+ leagueId: Scalars['ID']['input'];
457
+ };
458
+ export type MutationRemoveLeagueGroupArgs = {
459
+ leagueGroupId: Scalars['ID']['input'];
460
+ };
461
+ export type MutationRemoveMatchDayArgs = {
462
+ matchDayId: Scalars['ID']['input'];
463
+ };
464
+ export type MutationRemoveMatchDayTeamArgs = {
465
+ matchDayTeamId: Scalars['ID']['input'];
466
+ };
467
+ export type MutationRemovePersonArgs = {
468
+ personId: Scalars['ID']['input'];
469
+ };
470
+ export type MutationRemovePreferredDateForLeagueArgs = {
471
+ clubId: Scalars['ID']['input'];
472
+ leagueId: Scalars['ID']['input'];
473
+ preferenceDate?: InputMaybe<Scalars['AWSDate']['input']>;
474
+ };
475
+ export type MutationRemoveSeasonArgs = {
476
+ seasonId: Scalars['ID']['input'];
477
+ };
478
+ export type MutationRemoveTeamArgs = {
479
+ teamId: Scalars['ID']['input'];
480
+ };
481
+ export type Person = {
482
+ __typename?: 'Person';
483
+ address?: Maybe<Address>;
484
+ club?: Maybe<Club>;
485
+ dateOfBirth?: Maybe<Scalars['AWSDate']['output']>;
486
+ email?: Maybe<Scalars['AWSEmail']['output']>;
487
+ firstName: Scalars['String']['output'];
488
+ gender?: Maybe<Scalars['String']['output']>;
489
+ id: Scalars['ID']['output'];
490
+ lastName: Scalars['String']['output'];
491
+ nationality?: Maybe<Scalars['String']['output']>;
492
+ phone?: Maybe<Scalars['String']['output']>;
493
+ subjectId?: Maybe<Scalars['ID']['output']>;
494
+ uciCode?: Maybe<Scalars['String']['output']>;
495
+ };
496
+ export type PersonPermission = {
497
+ __typename?: 'PersonPermission';
498
+ permission: Scalars['String']['output'];
499
+ personId: Scalars['ID']['output'];
500
+ resourceId: Scalars['ID']['output'];
501
+ resourceType: Scalars['String']['output'];
502
+ };
503
+ export declare enum PreferenceStatus {
504
+ Available = "AVAILABLE",
505
+ Preferred = "PREFERRED"
506
+ }
507
+ export type PreferredMatchdayDate = {
508
+ __typename?: 'PreferredMatchdayDate';
509
+ club: Club;
510
+ league: League;
511
+ notes?: Maybe<Scalars['String']['output']>;
512
+ preferenceDate: Scalars['AWSDate']['output'];
513
+ season: Season;
514
+ status: PreferenceStatus;
515
+ };
516
+ export type Query = {
517
+ __typename?: 'Query';
518
+ getAllGamesOfTeamInSeason?: Maybe<Array<Maybe<Game>>>;
519
+ getAllMatchdaysOfTeamInSeason?: Maybe<Array<Maybe<MatchDay>>>;
520
+ getAllPlayersOfClubInSeason?: Maybe<Array<Maybe<Person>>>;
521
+ getAllTeamsOfClubInSeason?: Maybe<Array<Maybe<Team>>>;
522
+ getAssociationById?: Maybe<Association>;
523
+ getAuditLogEntriesForActor?: Maybe<Array<Maybe<AuditLogEntry>>>;
524
+ getAuditLogEntriesForResource?: Maybe<Array<Maybe<AuditLogEntry>>>;
525
+ getAvailableDatesForSeason?: Maybe<Array<Maybe<PreferredMatchdayDate>>>;
526
+ getClubById?: Maybe<Club>;
527
+ getGameById?: Maybe<Game>;
528
+ getGymById?: Maybe<Gym>;
529
+ getLeagueById?: Maybe<League>;
530
+ getLeagueGroupById?: Maybe<LeagueGroup>;
531
+ getListOfAssociations?: Maybe<Array<Maybe<Association>>>;
532
+ getListOfClubs?: Maybe<Array<Maybe<Club>>>;
533
+ getListOfClubsByAssociation?: Maybe<Array<Maybe<Club>>>;
534
+ getListOfClubsByLeague?: Maybe<Array<Maybe<Club>>>;
535
+ getListOfClubsByLeagueGroup?: Maybe<Array<Maybe<Club>>>;
536
+ getListOfGroupsInLeague?: Maybe<Array<Maybe<LeagueGroup>>>;
537
+ getListOfGyms?: Maybe<Array<Maybe<Gym>>>;
538
+ getListOfLeagueInSeason?: Maybe<Array<Maybe<League>>>;
539
+ getListOfMatchdays?: Maybe<Array<Maybe<MatchDay>>>;
540
+ getListOfMatchdaysInSeason?: Maybe<Array<Maybe<MatchDay>>>;
541
+ getListOfPeople?: Maybe<Array<Maybe<Person>>>;
542
+ getListOfSeasons?: Maybe<Array<Maybe<Season>>>;
543
+ getListOfTeamsForLeague?: Maybe<Array<Maybe<Team>>>;
544
+ getListOfTeamsForLeagueGroup?: Maybe<Array<Maybe<Team>>>;
545
+ getMatchdayById?: Maybe<MatchDay>;
546
+ getPersonById?: Maybe<Person>;
547
+ getPersonByUciCode?: Maybe<Person>;
548
+ getPersonPermissions?: Maybe<Array<Maybe<PersonPermission>>>;
549
+ getPreferredDatesForClub?: Maybe<Array<Maybe<PreferredMatchdayDate>>>;
550
+ getSeasonById?: Maybe<Season>;
551
+ getTeamById?: Maybe<Team>;
552
+ };
553
+ export type QueryGetAllGamesOfTeamInSeasonArgs = {
554
+ seasonId: Scalars['ID']['input'];
555
+ teamId: Scalars['ID']['input'];
556
+ };
557
+ export type QueryGetAllMatchdaysOfTeamInSeasonArgs = {
558
+ seasonId: Scalars['ID']['input'];
559
+ teamId: Scalars['ID']['input'];
560
+ };
561
+ export type QueryGetAllPlayersOfClubInSeasonArgs = {
562
+ clubId: Scalars['ID']['input'];
563
+ seasonId: Scalars['ID']['input'];
564
+ };
565
+ export type QueryGetAllTeamsOfClubInSeasonArgs = {
566
+ clubId: Scalars['ID']['input'];
567
+ seasonId: Scalars['ID']['input'];
568
+ };
569
+ export type QueryGetAssociationByIdArgs = {
570
+ id: Scalars['ID']['input'];
571
+ };
572
+ export type QueryGetAuditLogEntriesForActorArgs = {
573
+ actorId: Scalars['ID']['input'];
574
+ endDate?: InputMaybe<Scalars['AWSDateTime']['input']>;
575
+ startDate?: InputMaybe<Scalars['AWSDateTime']['input']>;
576
+ };
577
+ export type QueryGetAuditLogEntriesForResourceArgs = {
578
+ endDate?: InputMaybe<Scalars['AWSDateTime']['input']>;
579
+ resourceId: Scalars['ID']['input'];
580
+ resourceType: Scalars['String']['input'];
581
+ startDate?: InputMaybe<Scalars['AWSDateTime']['input']>;
582
+ };
583
+ export type QueryGetAvailableDatesForSeasonArgs = {
584
+ leagueId?: InputMaybe<Scalars['ID']['input']>;
585
+ seasonId: Scalars['ID']['input'];
586
+ };
587
+ export type QueryGetClubByIdArgs = {
588
+ id: Scalars['ID']['input'];
589
+ };
590
+ export type QueryGetGameByIdArgs = {
591
+ gameId: Scalars['ID']['input'];
592
+ matchDayId: Scalars['ID']['input'];
593
+ };
594
+ export type QueryGetGymByIdArgs = {
595
+ id: Scalars['ID']['input'];
596
+ };
597
+ export type QueryGetLeagueByIdArgs = {
598
+ id: Scalars['ID']['input'];
599
+ };
600
+ export type QueryGetLeagueGroupByIdArgs = {
601
+ id: Scalars['ID']['input'];
602
+ };
603
+ export type QueryGetListOfClubsByAssociationArgs = {
604
+ associationId: Scalars['ID']['input'];
605
+ };
606
+ export type QueryGetListOfClubsByLeagueArgs = {
607
+ leagueId: Scalars['ID']['input'];
608
+ };
609
+ export type QueryGetListOfClubsByLeagueGroupArgs = {
610
+ groupId: Scalars['ID']['input'];
611
+ };
612
+ export type QueryGetListOfGroupsInLeagueArgs = {
613
+ leagueId: Scalars['ID']['input'];
614
+ };
615
+ export type QueryGetListOfGymsArgs = {
616
+ clubId?: InputMaybe<Scalars['ID']['input']>;
617
+ };
618
+ export type QueryGetListOfLeagueInSeasonArgs = {
619
+ seasonId: Scalars['ID']['input'];
620
+ };
621
+ export type QueryGetListOfMatchdaysArgs = {
622
+ associationId?: InputMaybe<Scalars['ID']['input']>;
623
+ groupId?: InputMaybe<Scalars['ID']['input']>;
624
+ leagueId?: InputMaybe<Scalars['ID']['input']>;
625
+ };
626
+ export type QueryGetListOfMatchdaysInSeasonArgs = {
627
+ seasonId: Scalars['ID']['input'];
628
+ };
629
+ export type QueryGetListOfPeopleArgs = {
630
+ clubId?: InputMaybe<Scalars['ID']['input']>;
631
+ };
632
+ export type QueryGetListOfSeasonsArgs = {
633
+ associationId: Scalars['ID']['input'];
634
+ };
635
+ export type QueryGetListOfTeamsForLeagueArgs = {
636
+ leagueId: Scalars['ID']['input'];
637
+ };
638
+ export type QueryGetListOfTeamsForLeagueGroupArgs = {
639
+ groupId: Scalars['ID']['input'];
640
+ leagueId: Scalars['ID']['input'];
641
+ };
642
+ export type QueryGetMatchdayByIdArgs = {
643
+ id: Scalars['ID']['input'];
644
+ };
645
+ export type QueryGetPersonByIdArgs = {
646
+ id: Scalars['ID']['input'];
647
+ };
648
+ export type QueryGetPersonByUciCodeArgs = {
649
+ uciCode: Scalars['String']['input'];
650
+ };
651
+ export type QueryGetPersonPermissionsArgs = {
652
+ personId: Scalars['ID']['input'];
653
+ };
654
+ export type QueryGetPreferredDatesForClubArgs = {
655
+ clubId: Scalars['ID']['input'];
656
+ seasonId: Scalars['ID']['input'];
657
+ };
658
+ export type QueryGetSeasonByIdArgs = {
659
+ id: Scalars['ID']['input'];
660
+ };
661
+ export type QueryGetTeamByIdArgs = {
662
+ id: Scalars['ID']['input'];
663
+ };
664
+ export type RefereeInfo = {
665
+ __typename?: 'RefereeInfo';
666
+ additionalReferees: Array<Maybe<Person>>;
667
+ chiefReferee?: Maybe<Person>;
668
+ };
669
+ export type RefereeInfoInput = {
670
+ additionalRefereeIds: Array<InputMaybe<Scalars['ID']['input']>>;
671
+ chiefRefereeId?: InputMaybe<Scalars['ID']['input']>;
672
+ };
673
+ export type RegisterTeamInput = {
674
+ exemptionRequest?: InputMaybe<Scalars['String']['input']>;
675
+ leagueId: Scalars['ID']['input'];
676
+ name: Scalars['String']['input'];
677
+ playerIds: Array<Scalars['ID']['input']>;
678
+ secondRightToPlay?: InputMaybe<Scalars['Boolean']['input']>;
679
+ sgClubId?: InputMaybe<Scalars['ID']['input']>;
680
+ withoutCompetition?: InputMaybe<Scalars['Boolean']['input']>;
681
+ };
682
+ export type RegisterTeamsForSeasonInput = {
683
+ clubId: Scalars['ID']['input'];
684
+ preferredDates?: InputMaybe<Array<InputMaybe<SavePreferredMatchdayDateInput>>>;
685
+ seasonId: Scalars['ID']['input'];
686
+ teams: Array<RegisterTeamInput>;
687
+ };
688
+ export type SaveAssociationInput = {
689
+ address: AddressInput;
690
+ contactEmail: Scalars['AWSEmail']['input'];
691
+ contactName: Scalars['String']['input'];
692
+ coordinators: Array<InputMaybe<Scalars['ID']['input']>>;
693
+ name: Scalars['String']['input'];
694
+ phone?: InputMaybe<Scalars['String']['input']>;
695
+ shortName: Scalars['String']['input'];
696
+ website?: InputMaybe<Scalars['AWSURL']['input']>;
697
+ };
698
+ export type SaveClubInput = {
699
+ address: AddressInput;
700
+ associationId: Scalars['ID']['input'];
701
+ contactId: Scalars['ID']['input'];
702
+ name: Scalars['String']['input'];
703
+ shortName?: InputMaybe<Scalars['String']['input']>;
704
+ website?: InputMaybe<Scalars['AWSURL']['input']>;
705
+ };
706
+ export type SaveGymInput = {
707
+ address: AddressInput;
708
+ availableFields: Scalars['String']['input'];
709
+ clubId: Scalars['ID']['input'];
710
+ name: Scalars['String']['input'];
711
+ };
712
+ export type SaveLeagueGroupInput = {
713
+ groupLeaderId: Scalars['ID']['input'];
714
+ leagueId: Scalars['ID']['input'];
715
+ name: Scalars['String']['input'];
716
+ number: Scalars['Int']['input'];
717
+ regulation: Scalars['String']['input'];
718
+ shortName: Scalars['String']['input'];
719
+ };
720
+ export type SaveLeagueInput = {
721
+ additionalEligibleAssociations: Array<InputMaybe<Scalars['ID']['input']>>;
722
+ description: Scalars['String']['input'];
723
+ matchdayDates?: InputMaybe<Array<Scalars['AWSDate']['input']>>;
724
+ maxAge?: InputMaybe<Scalars['Int']['input']>;
725
+ minAge?: InputMaybe<Scalars['Int']['input']>;
726
+ name: Scalars['String']['input'];
727
+ seasonId: Scalars['ID']['input'];
728
+ shortName?: InputMaybe<Scalars['String']['input']>;
729
+ };
730
+ export type SaveMatchDayInput = {
731
+ commissioners?: InputMaybe<RefereeInfoInput>;
732
+ endDate: Scalars['AWSDateTime']['input'];
733
+ groupId: Scalars['ID']['input'];
734
+ gymId: Scalars['ID']['input'];
735
+ matchDayNumber: Scalars['String']['input'];
736
+ report?: InputMaybe<Scalars['String']['input']>;
737
+ secretary: Scalars['String']['input'];
738
+ startDate: Scalars['AWSDateTime']['input'];
739
+ streamingLink?: InputMaybe<Scalars['AWSURL']['input']>;
740
+ teamIds: Array<InputMaybe<Scalars['ID']['input']>>;
741
+ };
742
+ export type SaveMatchDayTeamInput = {
743
+ present: Scalars['Boolean']['input'];
744
+ substitutePlayerId?: InputMaybe<Scalars['ID']['input']>;
745
+ teamId: Scalars['ID']['input'];
746
+ };
747
+ export type SavePersonInput = {
748
+ address?: InputMaybe<AddressInput>;
749
+ clubId: Scalars['ID']['input'];
750
+ dateOfBirth?: InputMaybe<Scalars['AWSDate']['input']>;
751
+ email?: InputMaybe<Scalars['AWSEmail']['input']>;
752
+ firstName: Scalars['String']['input'];
753
+ gender?: InputMaybe<Scalars['String']['input']>;
754
+ lastName: Scalars['String']['input'];
755
+ nationality?: InputMaybe<Scalars['String']['input']>;
756
+ phone?: InputMaybe<Scalars['String']['input']>;
757
+ uciCode?: InputMaybe<Scalars['String']['input']>;
758
+ };
759
+ export type SavePreferredMatchdayDateInput = {
760
+ clubId: Scalars['ID']['input'];
761
+ leagueId: Scalars['ID']['input'];
762
+ notes?: InputMaybe<Scalars['String']['input']>;
763
+ preferenceDate: Scalars['AWSDate']['input'];
764
+ status: PreferenceStatus;
765
+ };
766
+ export type SaveSeasonInput = {
767
+ associationId: Scalars['ID']['input'];
768
+ endDate: Scalars['AWSDate']['input'];
769
+ name: Scalars['String']['input'];
770
+ registrationEnd: Scalars['AWSDate']['input'];
771
+ registrationStart?: InputMaybe<Scalars['AWSDate']['input']>;
772
+ startDate: Scalars['AWSDate']['input'];
773
+ };
774
+ export type SaveTeamInput = {
775
+ clubId: Scalars['ID']['input'];
776
+ exemptionRequest?: InputMaybe<Scalars['String']['input']>;
777
+ leagueGroupId?: InputMaybe<Scalars['ID']['input']>;
778
+ leagueId: Scalars['ID']['input'];
779
+ name: Scalars['String']['input'];
780
+ playerIds: Array<InputMaybe<Scalars['ID']['input']>>;
781
+ secondRightToPlay?: InputMaybe<Scalars['Boolean']['input']>;
782
+ sgClubId?: InputMaybe<Scalars['ID']['input']>;
783
+ withoutCompetition?: InputMaybe<Scalars['Boolean']['input']>;
784
+ };
785
+ export type Season = {
786
+ __typename?: 'Season';
787
+ association: Association;
788
+ endDate: Scalars['AWSDate']['output'];
789
+ id: Scalars['ID']['output'];
790
+ leagues?: Maybe<Array<Maybe<League>>>;
791
+ name: Scalars['String']['output'];
792
+ registrationEnd: Scalars['AWSDate']['output'];
793
+ registrationStart?: Maybe<Scalars['AWSDate']['output']>;
794
+ startDate: Scalars['AWSDate']['output'];
795
+ };
796
+ export type Team = {
797
+ __typename?: 'Team';
798
+ club: Club;
799
+ exemptionRequest?: Maybe<Scalars['String']['output']>;
800
+ id: Scalars['ID']['output'];
801
+ league: League;
802
+ leagueGroup?: Maybe<LeagueGroup>;
803
+ name: Scalars['String']['output'];
804
+ players: Array<Maybe<Person>>;
805
+ secondRightToPlay?: Maybe<Scalars['Boolean']['output']>;
806
+ sgClub?: Maybe<Club>;
807
+ withoutCompetition?: Maybe<Scalars['Boolean']['output']>;
808
+ };