prisma-schema.ts 97 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929
  1. // Code generated by Prisma (prisma@1.34.10). DO NOT EDIT.
  2. // Please don't change this file manually but run `prisma generate` to update it.
  3. // For more information, please read the docs: https://www.prisma.io/docs/prisma-client/
  4. export const typeDefs = /* GraphQL */ `type AggregateBlock {
  5. count: Int!
  6. }
  7. type AggregateBlockInstance {
  8. count: Int!
  9. }
  10. type AggregateComment {
  11. count: Int!
  12. }
  13. type AggregateExercise {
  14. count: Int!
  15. }
  16. type AggregateExerciseInstance {
  17. count: Int!
  18. }
  19. type AggregateFile {
  20. count: Int!
  21. }
  22. type AggregateFormat {
  23. count: Int!
  24. }
  25. type AggregatePicture {
  26. count: Int!
  27. }
  28. type AggregateRating {
  29. count: Int!
  30. }
  31. type AggregateTrack {
  32. count: Int!
  33. }
  34. type AggregateTraining {
  35. count: Int!
  36. }
  37. type AggregateTrainingType {
  38. count: Int!
  39. }
  40. type AggregateUser {
  41. count: Int!
  42. }
  43. type AggregateVideo {
  44. count: Int!
  45. }
  46. type BatchPayload {
  47. count: Long!
  48. }
  49. type Block {
  50. id: ID!
  51. title: String!
  52. description: String
  53. duration: Int
  54. format: Format!
  55. rest: Int
  56. tracks(where: TrackWhereInput, orderBy: TrackOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Track!]
  57. videos(where: VideoWhereInput, orderBy: VideoOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Video!]
  58. pictures(where: PictureWhereInput, orderBy: PictureOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Picture!]
  59. blocks(where: BlockInstanceWhereInput, orderBy: BlockInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [BlockInstance!]
  60. parentBlockInstances(where: BlockInstanceWhereInput, orderBy: BlockInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [BlockInstance!]
  61. exercises(where: ExerciseInstanceWhereInput, orderBy: ExerciseInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ExerciseInstance!]
  62. }
  63. type BlockConnection {
  64. pageInfo: PageInfo!
  65. edges: [BlockEdge]!
  66. aggregate: AggregateBlock!
  67. }
  68. input BlockCreateInput {
  69. id: ID
  70. title: String!
  71. description: String
  72. duration: Int
  73. format: FormatCreateOneInput!
  74. rest: Int
  75. tracks: TrackCreateManyInput
  76. videos: VideoCreateManyInput
  77. pictures: PictureCreateManyInput
  78. blocks: BlockInstanceCreateManyWithoutParentBlockInput
  79. parentBlockInstances: BlockInstanceCreateManyWithoutBlockInput
  80. exercises: ExerciseInstanceCreateManyWithoutParentBlockInstancesInput
  81. }
  82. input BlockCreateOneWithoutBlocksInput {
  83. create: BlockCreateWithoutBlocksInput
  84. connect: BlockWhereUniqueInput
  85. }
  86. input BlockCreateOneWithoutExercisesInput {
  87. create: BlockCreateWithoutExercisesInput
  88. connect: BlockWhereUniqueInput
  89. }
  90. input BlockCreateOneWithoutParentBlockInstancesInput {
  91. create: BlockCreateWithoutParentBlockInstancesInput
  92. connect: BlockWhereUniqueInput
  93. }
  94. input BlockCreateWithoutBlocksInput {
  95. id: ID
  96. title: String!
  97. description: String
  98. duration: Int
  99. format: FormatCreateOneInput!
  100. rest: Int
  101. tracks: TrackCreateManyInput
  102. videos: VideoCreateManyInput
  103. pictures: PictureCreateManyInput
  104. parentBlockInstances: BlockInstanceCreateManyWithoutBlockInput
  105. exercises: ExerciseInstanceCreateManyWithoutParentBlockInstancesInput
  106. }
  107. input BlockCreateWithoutExercisesInput {
  108. id: ID
  109. title: String!
  110. description: String
  111. duration: Int
  112. format: FormatCreateOneInput!
  113. rest: Int
  114. tracks: TrackCreateManyInput
  115. videos: VideoCreateManyInput
  116. pictures: PictureCreateManyInput
  117. blocks: BlockInstanceCreateManyWithoutParentBlockInput
  118. parentBlockInstances: BlockInstanceCreateManyWithoutBlockInput
  119. }
  120. input BlockCreateWithoutParentBlockInstancesInput {
  121. id: ID
  122. title: String!
  123. description: String
  124. duration: Int
  125. format: FormatCreateOneInput!
  126. rest: Int
  127. tracks: TrackCreateManyInput
  128. videos: VideoCreateManyInput
  129. pictures: PictureCreateManyInput
  130. blocks: BlockInstanceCreateManyWithoutParentBlockInput
  131. exercises: ExerciseInstanceCreateManyWithoutParentBlockInstancesInput
  132. }
  133. type BlockEdge {
  134. node: Block!
  135. cursor: String!
  136. }
  137. type BlockInstance {
  138. id: ID!
  139. block: Block!
  140. parentBlock: Block
  141. parentTraining: Training
  142. order: Int!
  143. rounds: Int
  144. variation: String
  145. }
  146. type BlockInstanceConnection {
  147. pageInfo: PageInfo!
  148. edges: [BlockInstanceEdge]!
  149. aggregate: AggregateBlockInstance!
  150. }
  151. input BlockInstanceCreateInput {
  152. id: ID
  153. block: BlockCreateOneWithoutParentBlockInstancesInput!
  154. parentBlock: BlockCreateOneWithoutBlocksInput
  155. parentTraining: TrainingCreateOneWithoutBlocksInput
  156. order: Int!
  157. rounds: Int
  158. variation: String
  159. }
  160. input BlockInstanceCreateManyWithoutBlockInput {
  161. create: [BlockInstanceCreateWithoutBlockInput!]
  162. connect: [BlockInstanceWhereUniqueInput!]
  163. }
  164. input BlockInstanceCreateManyWithoutParentBlockInput {
  165. create: [BlockInstanceCreateWithoutParentBlockInput!]
  166. connect: [BlockInstanceWhereUniqueInput!]
  167. }
  168. input BlockInstanceCreateManyWithoutParentTrainingInput {
  169. create: [BlockInstanceCreateWithoutParentTrainingInput!]
  170. connect: [BlockInstanceWhereUniqueInput!]
  171. }
  172. input BlockInstanceCreateWithoutBlockInput {
  173. id: ID
  174. parentBlock: BlockCreateOneWithoutBlocksInput
  175. parentTraining: TrainingCreateOneWithoutBlocksInput
  176. order: Int!
  177. rounds: Int
  178. variation: String
  179. }
  180. input BlockInstanceCreateWithoutParentBlockInput {
  181. id: ID
  182. block: BlockCreateOneWithoutParentBlockInstancesInput!
  183. parentTraining: TrainingCreateOneWithoutBlocksInput
  184. order: Int!
  185. rounds: Int
  186. variation: String
  187. }
  188. input BlockInstanceCreateWithoutParentTrainingInput {
  189. id: ID
  190. block: BlockCreateOneWithoutParentBlockInstancesInput!
  191. parentBlock: BlockCreateOneWithoutBlocksInput
  192. order: Int!
  193. rounds: Int
  194. variation: String
  195. }
  196. type BlockInstanceEdge {
  197. node: BlockInstance!
  198. cursor: String!
  199. }
  200. enum BlockInstanceOrderByInput {
  201. id_ASC
  202. id_DESC
  203. order_ASC
  204. order_DESC
  205. rounds_ASC
  206. rounds_DESC
  207. variation_ASC
  208. variation_DESC
  209. }
  210. type BlockInstancePreviousValues {
  211. id: ID!
  212. order: Int!
  213. rounds: Int
  214. variation: String
  215. }
  216. input BlockInstanceScalarWhereInput {
  217. id: ID
  218. id_not: ID
  219. id_in: [ID!]
  220. id_not_in: [ID!]
  221. id_lt: ID
  222. id_lte: ID
  223. id_gt: ID
  224. id_gte: ID
  225. id_contains: ID
  226. id_not_contains: ID
  227. id_starts_with: ID
  228. id_not_starts_with: ID
  229. id_ends_with: ID
  230. id_not_ends_with: ID
  231. order: Int
  232. order_not: Int
  233. order_in: [Int!]
  234. order_not_in: [Int!]
  235. order_lt: Int
  236. order_lte: Int
  237. order_gt: Int
  238. order_gte: Int
  239. rounds: Int
  240. rounds_not: Int
  241. rounds_in: [Int!]
  242. rounds_not_in: [Int!]
  243. rounds_lt: Int
  244. rounds_lte: Int
  245. rounds_gt: Int
  246. rounds_gte: Int
  247. variation: String
  248. variation_not: String
  249. variation_in: [String!]
  250. variation_not_in: [String!]
  251. variation_lt: String
  252. variation_lte: String
  253. variation_gt: String
  254. variation_gte: String
  255. variation_contains: String
  256. variation_not_contains: String
  257. variation_starts_with: String
  258. variation_not_starts_with: String
  259. variation_ends_with: String
  260. variation_not_ends_with: String
  261. AND: [BlockInstanceScalarWhereInput!]
  262. OR: [BlockInstanceScalarWhereInput!]
  263. NOT: [BlockInstanceScalarWhereInput!]
  264. }
  265. type BlockInstanceSubscriptionPayload {
  266. mutation: MutationType!
  267. node: BlockInstance
  268. updatedFields: [String!]
  269. previousValues: BlockInstancePreviousValues
  270. }
  271. input BlockInstanceSubscriptionWhereInput {
  272. mutation_in: [MutationType!]
  273. updatedFields_contains: String
  274. updatedFields_contains_every: [String!]
  275. updatedFields_contains_some: [String!]
  276. node: BlockInstanceWhereInput
  277. AND: [BlockInstanceSubscriptionWhereInput!]
  278. OR: [BlockInstanceSubscriptionWhereInput!]
  279. NOT: [BlockInstanceSubscriptionWhereInput!]
  280. }
  281. input BlockInstanceUpdateInput {
  282. block: BlockUpdateOneRequiredWithoutParentBlockInstancesInput
  283. parentBlock: BlockUpdateOneWithoutBlocksInput
  284. parentTraining: TrainingUpdateOneWithoutBlocksInput
  285. order: Int
  286. rounds: Int
  287. variation: String
  288. }
  289. input BlockInstanceUpdateManyDataInput {
  290. order: Int
  291. rounds: Int
  292. variation: String
  293. }
  294. input BlockInstanceUpdateManyMutationInput {
  295. order: Int
  296. rounds: Int
  297. variation: String
  298. }
  299. input BlockInstanceUpdateManyWithoutBlockInput {
  300. create: [BlockInstanceCreateWithoutBlockInput!]
  301. delete: [BlockInstanceWhereUniqueInput!]
  302. connect: [BlockInstanceWhereUniqueInput!]
  303. set: [BlockInstanceWhereUniqueInput!]
  304. disconnect: [BlockInstanceWhereUniqueInput!]
  305. update: [BlockInstanceUpdateWithWhereUniqueWithoutBlockInput!]
  306. upsert: [BlockInstanceUpsertWithWhereUniqueWithoutBlockInput!]
  307. deleteMany: [BlockInstanceScalarWhereInput!]
  308. updateMany: [BlockInstanceUpdateManyWithWhereNestedInput!]
  309. }
  310. input BlockInstanceUpdateManyWithoutParentBlockInput {
  311. create: [BlockInstanceCreateWithoutParentBlockInput!]
  312. delete: [BlockInstanceWhereUniqueInput!]
  313. connect: [BlockInstanceWhereUniqueInput!]
  314. set: [BlockInstanceWhereUniqueInput!]
  315. disconnect: [BlockInstanceWhereUniqueInput!]
  316. update: [BlockInstanceUpdateWithWhereUniqueWithoutParentBlockInput!]
  317. upsert: [BlockInstanceUpsertWithWhereUniqueWithoutParentBlockInput!]
  318. deleteMany: [BlockInstanceScalarWhereInput!]
  319. updateMany: [BlockInstanceUpdateManyWithWhereNestedInput!]
  320. }
  321. input BlockInstanceUpdateManyWithoutParentTrainingInput {
  322. create: [BlockInstanceCreateWithoutParentTrainingInput!]
  323. delete: [BlockInstanceWhereUniqueInput!]
  324. connect: [BlockInstanceWhereUniqueInput!]
  325. set: [BlockInstanceWhereUniqueInput!]
  326. disconnect: [BlockInstanceWhereUniqueInput!]
  327. update: [BlockInstanceUpdateWithWhereUniqueWithoutParentTrainingInput!]
  328. upsert: [BlockInstanceUpsertWithWhereUniqueWithoutParentTrainingInput!]
  329. deleteMany: [BlockInstanceScalarWhereInput!]
  330. updateMany: [BlockInstanceUpdateManyWithWhereNestedInput!]
  331. }
  332. input BlockInstanceUpdateManyWithWhereNestedInput {
  333. where: BlockInstanceScalarWhereInput!
  334. data: BlockInstanceUpdateManyDataInput!
  335. }
  336. input BlockInstanceUpdateWithoutBlockDataInput {
  337. parentBlock: BlockUpdateOneWithoutBlocksInput
  338. parentTraining: TrainingUpdateOneWithoutBlocksInput
  339. order: Int
  340. rounds: Int
  341. variation: String
  342. }
  343. input BlockInstanceUpdateWithoutParentBlockDataInput {
  344. block: BlockUpdateOneRequiredWithoutParentBlockInstancesInput
  345. parentTraining: TrainingUpdateOneWithoutBlocksInput
  346. order: Int
  347. rounds: Int
  348. variation: String
  349. }
  350. input BlockInstanceUpdateWithoutParentTrainingDataInput {
  351. block: BlockUpdateOneRequiredWithoutParentBlockInstancesInput
  352. parentBlock: BlockUpdateOneWithoutBlocksInput
  353. order: Int
  354. rounds: Int
  355. variation: String
  356. }
  357. input BlockInstanceUpdateWithWhereUniqueWithoutBlockInput {
  358. where: BlockInstanceWhereUniqueInput!
  359. data: BlockInstanceUpdateWithoutBlockDataInput!
  360. }
  361. input BlockInstanceUpdateWithWhereUniqueWithoutParentBlockInput {
  362. where: BlockInstanceWhereUniqueInput!
  363. data: BlockInstanceUpdateWithoutParentBlockDataInput!
  364. }
  365. input BlockInstanceUpdateWithWhereUniqueWithoutParentTrainingInput {
  366. where: BlockInstanceWhereUniqueInput!
  367. data: BlockInstanceUpdateWithoutParentTrainingDataInput!
  368. }
  369. input BlockInstanceUpsertWithWhereUniqueWithoutBlockInput {
  370. where: BlockInstanceWhereUniqueInput!
  371. update: BlockInstanceUpdateWithoutBlockDataInput!
  372. create: BlockInstanceCreateWithoutBlockInput!
  373. }
  374. input BlockInstanceUpsertWithWhereUniqueWithoutParentBlockInput {
  375. where: BlockInstanceWhereUniqueInput!
  376. update: BlockInstanceUpdateWithoutParentBlockDataInput!
  377. create: BlockInstanceCreateWithoutParentBlockInput!
  378. }
  379. input BlockInstanceUpsertWithWhereUniqueWithoutParentTrainingInput {
  380. where: BlockInstanceWhereUniqueInput!
  381. update: BlockInstanceUpdateWithoutParentTrainingDataInput!
  382. create: BlockInstanceCreateWithoutParentTrainingInput!
  383. }
  384. input BlockInstanceWhereInput {
  385. id: ID
  386. id_not: ID
  387. id_in: [ID!]
  388. id_not_in: [ID!]
  389. id_lt: ID
  390. id_lte: ID
  391. id_gt: ID
  392. id_gte: ID
  393. id_contains: ID
  394. id_not_contains: ID
  395. id_starts_with: ID
  396. id_not_starts_with: ID
  397. id_ends_with: ID
  398. id_not_ends_with: ID
  399. block: BlockWhereInput
  400. parentBlock: BlockWhereInput
  401. parentTraining: TrainingWhereInput
  402. order: Int
  403. order_not: Int
  404. order_in: [Int!]
  405. order_not_in: [Int!]
  406. order_lt: Int
  407. order_lte: Int
  408. order_gt: Int
  409. order_gte: Int
  410. rounds: Int
  411. rounds_not: Int
  412. rounds_in: [Int!]
  413. rounds_not_in: [Int!]
  414. rounds_lt: Int
  415. rounds_lte: Int
  416. rounds_gt: Int
  417. rounds_gte: Int
  418. variation: String
  419. variation_not: String
  420. variation_in: [String!]
  421. variation_not_in: [String!]
  422. variation_lt: String
  423. variation_lte: String
  424. variation_gt: String
  425. variation_gte: String
  426. variation_contains: String
  427. variation_not_contains: String
  428. variation_starts_with: String
  429. variation_not_starts_with: String
  430. variation_ends_with: String
  431. variation_not_ends_with: String
  432. AND: [BlockInstanceWhereInput!]
  433. OR: [BlockInstanceWhereInput!]
  434. NOT: [BlockInstanceWhereInput!]
  435. }
  436. input BlockInstanceWhereUniqueInput {
  437. id: ID
  438. }
  439. enum BlockOrderByInput {
  440. id_ASC
  441. id_DESC
  442. title_ASC
  443. title_DESC
  444. description_ASC
  445. description_DESC
  446. duration_ASC
  447. duration_DESC
  448. rest_ASC
  449. rest_DESC
  450. }
  451. type BlockPreviousValues {
  452. id: ID!
  453. title: String!
  454. description: String
  455. duration: Int
  456. rest: Int
  457. }
  458. type BlockSubscriptionPayload {
  459. mutation: MutationType!
  460. node: Block
  461. updatedFields: [String!]
  462. previousValues: BlockPreviousValues
  463. }
  464. input BlockSubscriptionWhereInput {
  465. mutation_in: [MutationType!]
  466. updatedFields_contains: String
  467. updatedFields_contains_every: [String!]
  468. updatedFields_contains_some: [String!]
  469. node: BlockWhereInput
  470. AND: [BlockSubscriptionWhereInput!]
  471. OR: [BlockSubscriptionWhereInput!]
  472. NOT: [BlockSubscriptionWhereInput!]
  473. }
  474. input BlockUpdateInput {
  475. title: String
  476. description: String
  477. duration: Int
  478. format: FormatUpdateOneRequiredInput
  479. rest: Int
  480. tracks: TrackUpdateManyInput
  481. videos: VideoUpdateManyInput
  482. pictures: PictureUpdateManyInput
  483. blocks: BlockInstanceUpdateManyWithoutParentBlockInput
  484. parentBlockInstances: BlockInstanceUpdateManyWithoutBlockInput
  485. exercises: ExerciseInstanceUpdateManyWithoutParentBlockInstancesInput
  486. }
  487. input BlockUpdateManyMutationInput {
  488. title: String
  489. description: String
  490. duration: Int
  491. rest: Int
  492. }
  493. input BlockUpdateOneRequiredWithoutExercisesInput {
  494. create: BlockCreateWithoutExercisesInput
  495. update: BlockUpdateWithoutExercisesDataInput
  496. upsert: BlockUpsertWithoutExercisesInput
  497. connect: BlockWhereUniqueInput
  498. }
  499. input BlockUpdateOneRequiredWithoutParentBlockInstancesInput {
  500. create: BlockCreateWithoutParentBlockInstancesInput
  501. update: BlockUpdateWithoutParentBlockInstancesDataInput
  502. upsert: BlockUpsertWithoutParentBlockInstancesInput
  503. connect: BlockWhereUniqueInput
  504. }
  505. input BlockUpdateOneWithoutBlocksInput {
  506. create: BlockCreateWithoutBlocksInput
  507. update: BlockUpdateWithoutBlocksDataInput
  508. upsert: BlockUpsertWithoutBlocksInput
  509. delete: Boolean
  510. disconnect: Boolean
  511. connect: BlockWhereUniqueInput
  512. }
  513. input BlockUpdateWithoutBlocksDataInput {
  514. title: String
  515. description: String
  516. duration: Int
  517. format: FormatUpdateOneRequiredInput
  518. rest: Int
  519. tracks: TrackUpdateManyInput
  520. videos: VideoUpdateManyInput
  521. pictures: PictureUpdateManyInput
  522. parentBlockInstances: BlockInstanceUpdateManyWithoutBlockInput
  523. exercises: ExerciseInstanceUpdateManyWithoutParentBlockInstancesInput
  524. }
  525. input BlockUpdateWithoutExercisesDataInput {
  526. title: String
  527. description: String
  528. duration: Int
  529. format: FormatUpdateOneRequiredInput
  530. rest: Int
  531. tracks: TrackUpdateManyInput
  532. videos: VideoUpdateManyInput
  533. pictures: PictureUpdateManyInput
  534. blocks: BlockInstanceUpdateManyWithoutParentBlockInput
  535. parentBlockInstances: BlockInstanceUpdateManyWithoutBlockInput
  536. }
  537. input BlockUpdateWithoutParentBlockInstancesDataInput {
  538. title: String
  539. description: String
  540. duration: Int
  541. format: FormatUpdateOneRequiredInput
  542. rest: Int
  543. tracks: TrackUpdateManyInput
  544. videos: VideoUpdateManyInput
  545. pictures: PictureUpdateManyInput
  546. blocks: BlockInstanceUpdateManyWithoutParentBlockInput
  547. exercises: ExerciseInstanceUpdateManyWithoutParentBlockInstancesInput
  548. }
  549. input BlockUpsertWithoutBlocksInput {
  550. update: BlockUpdateWithoutBlocksDataInput!
  551. create: BlockCreateWithoutBlocksInput!
  552. }
  553. input BlockUpsertWithoutExercisesInput {
  554. update: BlockUpdateWithoutExercisesDataInput!
  555. create: BlockCreateWithoutExercisesInput!
  556. }
  557. input BlockUpsertWithoutParentBlockInstancesInput {
  558. update: BlockUpdateWithoutParentBlockInstancesDataInput!
  559. create: BlockCreateWithoutParentBlockInstancesInput!
  560. }
  561. input BlockWhereInput {
  562. id: ID
  563. id_not: ID
  564. id_in: [ID!]
  565. id_not_in: [ID!]
  566. id_lt: ID
  567. id_lte: ID
  568. id_gt: ID
  569. id_gte: ID
  570. id_contains: ID
  571. id_not_contains: ID
  572. id_starts_with: ID
  573. id_not_starts_with: ID
  574. id_ends_with: ID
  575. id_not_ends_with: ID
  576. title: String
  577. title_not: String
  578. title_in: [String!]
  579. title_not_in: [String!]
  580. title_lt: String
  581. title_lte: String
  582. title_gt: String
  583. title_gte: String
  584. title_contains: String
  585. title_not_contains: String
  586. title_starts_with: String
  587. title_not_starts_with: String
  588. title_ends_with: String
  589. title_not_ends_with: String
  590. description: String
  591. description_not: String
  592. description_in: [String!]
  593. description_not_in: [String!]
  594. description_lt: String
  595. description_lte: String
  596. description_gt: String
  597. description_gte: String
  598. description_contains: String
  599. description_not_contains: String
  600. description_starts_with: String
  601. description_not_starts_with: String
  602. description_ends_with: String
  603. description_not_ends_with: String
  604. duration: Int
  605. duration_not: Int
  606. duration_in: [Int!]
  607. duration_not_in: [Int!]
  608. duration_lt: Int
  609. duration_lte: Int
  610. duration_gt: Int
  611. duration_gte: Int
  612. format: FormatWhereInput
  613. rest: Int
  614. rest_not: Int
  615. rest_in: [Int!]
  616. rest_not_in: [Int!]
  617. rest_lt: Int
  618. rest_lte: Int
  619. rest_gt: Int
  620. rest_gte: Int
  621. tracks_every: TrackWhereInput
  622. tracks_some: TrackWhereInput
  623. tracks_none: TrackWhereInput
  624. videos_every: VideoWhereInput
  625. videos_some: VideoWhereInput
  626. videos_none: VideoWhereInput
  627. pictures_every: PictureWhereInput
  628. pictures_some: PictureWhereInput
  629. pictures_none: PictureWhereInput
  630. blocks_every: BlockInstanceWhereInput
  631. blocks_some: BlockInstanceWhereInput
  632. blocks_none: BlockInstanceWhereInput
  633. parentBlockInstances_every: BlockInstanceWhereInput
  634. parentBlockInstances_some: BlockInstanceWhereInput
  635. parentBlockInstances_none: BlockInstanceWhereInput
  636. exercises_every: ExerciseInstanceWhereInput
  637. exercises_some: ExerciseInstanceWhereInput
  638. exercises_none: ExerciseInstanceWhereInput
  639. AND: [BlockWhereInput!]
  640. OR: [BlockWhereInput!]
  641. NOT: [BlockWhereInput!]
  642. }
  643. input BlockWhereUniqueInput {
  644. id: ID
  645. }
  646. type Comment {
  647. id: ID!
  648. text: String!
  649. author: User!
  650. createdAt: DateTime!
  651. }
  652. type CommentConnection {
  653. pageInfo: PageInfo!
  654. edges: [CommentEdge]!
  655. aggregate: AggregateComment!
  656. }
  657. input CommentCreateInput {
  658. id: ID
  659. text: String!
  660. author: UserCreateOneWithoutCommentsInput!
  661. }
  662. input CommentCreateManyWithoutAuthorInput {
  663. create: [CommentCreateWithoutAuthorInput!]
  664. connect: [CommentWhereUniqueInput!]
  665. }
  666. input CommentCreateWithoutAuthorInput {
  667. id: ID
  668. text: String!
  669. }
  670. type CommentEdge {
  671. node: Comment!
  672. cursor: String!
  673. }
  674. enum CommentOrderByInput {
  675. id_ASC
  676. id_DESC
  677. text_ASC
  678. text_DESC
  679. createdAt_ASC
  680. createdAt_DESC
  681. }
  682. type CommentPreviousValues {
  683. id: ID!
  684. text: String!
  685. createdAt: DateTime!
  686. }
  687. input CommentScalarWhereInput {
  688. id: ID
  689. id_not: ID
  690. id_in: [ID!]
  691. id_not_in: [ID!]
  692. id_lt: ID
  693. id_lte: ID
  694. id_gt: ID
  695. id_gte: ID
  696. id_contains: ID
  697. id_not_contains: ID
  698. id_starts_with: ID
  699. id_not_starts_with: ID
  700. id_ends_with: ID
  701. id_not_ends_with: ID
  702. text: String
  703. text_not: String
  704. text_in: [String!]
  705. text_not_in: [String!]
  706. text_lt: String
  707. text_lte: String
  708. text_gt: String
  709. text_gte: String
  710. text_contains: String
  711. text_not_contains: String
  712. text_starts_with: String
  713. text_not_starts_with: String
  714. text_ends_with: String
  715. text_not_ends_with: String
  716. createdAt: DateTime
  717. createdAt_not: DateTime
  718. createdAt_in: [DateTime!]
  719. createdAt_not_in: [DateTime!]
  720. createdAt_lt: DateTime
  721. createdAt_lte: DateTime
  722. createdAt_gt: DateTime
  723. createdAt_gte: DateTime
  724. AND: [CommentScalarWhereInput!]
  725. OR: [CommentScalarWhereInput!]
  726. NOT: [CommentScalarWhereInput!]
  727. }
  728. type CommentSubscriptionPayload {
  729. mutation: MutationType!
  730. node: Comment
  731. updatedFields: [String!]
  732. previousValues: CommentPreviousValues
  733. }
  734. input CommentSubscriptionWhereInput {
  735. mutation_in: [MutationType!]
  736. updatedFields_contains: String
  737. updatedFields_contains_every: [String!]
  738. updatedFields_contains_some: [String!]
  739. node: CommentWhereInput
  740. AND: [CommentSubscriptionWhereInput!]
  741. OR: [CommentSubscriptionWhereInput!]
  742. NOT: [CommentSubscriptionWhereInput!]
  743. }
  744. input CommentUpdateInput {
  745. text: String
  746. author: UserUpdateOneRequiredWithoutCommentsInput
  747. }
  748. input CommentUpdateManyDataInput {
  749. text: String
  750. }
  751. input CommentUpdateManyMutationInput {
  752. text: String
  753. }
  754. input CommentUpdateManyWithoutAuthorInput {
  755. create: [CommentCreateWithoutAuthorInput!]
  756. delete: [CommentWhereUniqueInput!]
  757. connect: [CommentWhereUniqueInput!]
  758. set: [CommentWhereUniqueInput!]
  759. disconnect: [CommentWhereUniqueInput!]
  760. update: [CommentUpdateWithWhereUniqueWithoutAuthorInput!]
  761. upsert: [CommentUpsertWithWhereUniqueWithoutAuthorInput!]
  762. deleteMany: [CommentScalarWhereInput!]
  763. updateMany: [CommentUpdateManyWithWhereNestedInput!]
  764. }
  765. input CommentUpdateManyWithWhereNestedInput {
  766. where: CommentScalarWhereInput!
  767. data: CommentUpdateManyDataInput!
  768. }
  769. input CommentUpdateWithoutAuthorDataInput {
  770. text: String
  771. }
  772. input CommentUpdateWithWhereUniqueWithoutAuthorInput {
  773. where: CommentWhereUniqueInput!
  774. data: CommentUpdateWithoutAuthorDataInput!
  775. }
  776. input CommentUpsertWithWhereUniqueWithoutAuthorInput {
  777. where: CommentWhereUniqueInput!
  778. update: CommentUpdateWithoutAuthorDataInput!
  779. create: CommentCreateWithoutAuthorInput!
  780. }
  781. input CommentWhereInput {
  782. id: ID
  783. id_not: ID
  784. id_in: [ID!]
  785. id_not_in: [ID!]
  786. id_lt: ID
  787. id_lte: ID
  788. id_gt: ID
  789. id_gte: ID
  790. id_contains: ID
  791. id_not_contains: ID
  792. id_starts_with: ID
  793. id_not_starts_with: ID
  794. id_ends_with: ID
  795. id_not_ends_with: ID
  796. text: String
  797. text_not: String
  798. text_in: [String!]
  799. text_not_in: [String!]
  800. text_lt: String
  801. text_lte: String
  802. text_gt: String
  803. text_gte: String
  804. text_contains: String
  805. text_not_contains: String
  806. text_starts_with: String
  807. text_not_starts_with: String
  808. text_ends_with: String
  809. text_not_ends_with: String
  810. author: UserWhereInput
  811. createdAt: DateTime
  812. createdAt_not: DateTime
  813. createdAt_in: [DateTime!]
  814. createdAt_not_in: [DateTime!]
  815. createdAt_lt: DateTime
  816. createdAt_lte: DateTime
  817. createdAt_gt: DateTime
  818. createdAt_gte: DateTime
  819. AND: [CommentWhereInput!]
  820. OR: [CommentWhereInput!]
  821. NOT: [CommentWhereInput!]
  822. }
  823. input CommentWhereUniqueInput {
  824. id: ID
  825. }
  826. scalar DateTime
  827. type Exercise {
  828. id: ID!
  829. name: String!
  830. description: String
  831. videos(where: VideoWhereInput, orderBy: VideoOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Video!]
  832. pictures(where: PictureWhereInput, orderBy: PictureOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Picture!]
  833. targets: [String!]!
  834. baseExercise: [String!]!
  835. parentExerciseInstances(where: ExerciseInstanceWhereInput, orderBy: ExerciseInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ExerciseInstance!]
  836. }
  837. type ExerciseConnection {
  838. pageInfo: PageInfo!
  839. edges: [ExerciseEdge]!
  840. aggregate: AggregateExercise!
  841. }
  842. input ExerciseCreatebaseExerciseInput {
  843. set: [String!]
  844. }
  845. input ExerciseCreateInput {
  846. id: ID
  847. name: String!
  848. description: String
  849. videos: VideoCreateManyInput
  850. pictures: PictureCreateManyInput
  851. targets: ExerciseCreatetargetsInput
  852. baseExercise: ExerciseCreatebaseExerciseInput
  853. parentExerciseInstances: ExerciseInstanceCreateManyWithoutExerciseInput
  854. }
  855. input ExerciseCreateOneWithoutParentExerciseInstancesInput {
  856. create: ExerciseCreateWithoutParentExerciseInstancesInput
  857. connect: ExerciseWhereUniqueInput
  858. }
  859. input ExerciseCreatetargetsInput {
  860. set: [String!]
  861. }
  862. input ExerciseCreateWithoutParentExerciseInstancesInput {
  863. id: ID
  864. name: String!
  865. description: String
  866. videos: VideoCreateManyInput
  867. pictures: PictureCreateManyInput
  868. targets: ExerciseCreatetargetsInput
  869. baseExercise: ExerciseCreatebaseExerciseInput
  870. }
  871. type ExerciseEdge {
  872. node: Exercise!
  873. cursor: String!
  874. }
  875. type ExerciseInstance {
  876. id: ID!
  877. exercise: Exercise!
  878. order: Int!
  879. repetitions: Int
  880. variation: String
  881. parentBlockInstances: Block!
  882. }
  883. type ExerciseInstanceConnection {
  884. pageInfo: PageInfo!
  885. edges: [ExerciseInstanceEdge]!
  886. aggregate: AggregateExerciseInstance!
  887. }
  888. input ExerciseInstanceCreateInput {
  889. id: ID
  890. exercise: ExerciseCreateOneWithoutParentExerciseInstancesInput!
  891. order: Int!
  892. repetitions: Int
  893. variation: String
  894. parentBlockInstances: BlockCreateOneWithoutExercisesInput!
  895. }
  896. input ExerciseInstanceCreateManyWithoutExerciseInput {
  897. create: [ExerciseInstanceCreateWithoutExerciseInput!]
  898. connect: [ExerciseInstanceWhereUniqueInput!]
  899. }
  900. input ExerciseInstanceCreateManyWithoutParentBlockInstancesInput {
  901. create: [ExerciseInstanceCreateWithoutParentBlockInstancesInput!]
  902. connect: [ExerciseInstanceWhereUniqueInput!]
  903. }
  904. input ExerciseInstanceCreateWithoutExerciseInput {
  905. id: ID
  906. order: Int!
  907. repetitions: Int
  908. variation: String
  909. parentBlockInstances: BlockCreateOneWithoutExercisesInput!
  910. }
  911. input ExerciseInstanceCreateWithoutParentBlockInstancesInput {
  912. id: ID
  913. exercise: ExerciseCreateOneWithoutParentExerciseInstancesInput!
  914. order: Int!
  915. repetitions: Int
  916. variation: String
  917. }
  918. type ExerciseInstanceEdge {
  919. node: ExerciseInstance!
  920. cursor: String!
  921. }
  922. enum ExerciseInstanceOrderByInput {
  923. id_ASC
  924. id_DESC
  925. order_ASC
  926. order_DESC
  927. repetitions_ASC
  928. repetitions_DESC
  929. variation_ASC
  930. variation_DESC
  931. }
  932. type ExerciseInstancePreviousValues {
  933. id: ID!
  934. order: Int!
  935. repetitions: Int
  936. variation: String
  937. }
  938. input ExerciseInstanceScalarWhereInput {
  939. id: ID
  940. id_not: ID
  941. id_in: [ID!]
  942. id_not_in: [ID!]
  943. id_lt: ID
  944. id_lte: ID
  945. id_gt: ID
  946. id_gte: ID
  947. id_contains: ID
  948. id_not_contains: ID
  949. id_starts_with: ID
  950. id_not_starts_with: ID
  951. id_ends_with: ID
  952. id_not_ends_with: ID
  953. order: Int
  954. order_not: Int
  955. order_in: [Int!]
  956. order_not_in: [Int!]
  957. order_lt: Int
  958. order_lte: Int
  959. order_gt: Int
  960. order_gte: Int
  961. repetitions: Int
  962. repetitions_not: Int
  963. repetitions_in: [Int!]
  964. repetitions_not_in: [Int!]
  965. repetitions_lt: Int
  966. repetitions_lte: Int
  967. repetitions_gt: Int
  968. repetitions_gte: Int
  969. variation: String
  970. variation_not: String
  971. variation_in: [String!]
  972. variation_not_in: [String!]
  973. variation_lt: String
  974. variation_lte: String
  975. variation_gt: String
  976. variation_gte: String
  977. variation_contains: String
  978. variation_not_contains: String
  979. variation_starts_with: String
  980. variation_not_starts_with: String
  981. variation_ends_with: String
  982. variation_not_ends_with: String
  983. AND: [ExerciseInstanceScalarWhereInput!]
  984. OR: [ExerciseInstanceScalarWhereInput!]
  985. NOT: [ExerciseInstanceScalarWhereInput!]
  986. }
  987. type ExerciseInstanceSubscriptionPayload {
  988. mutation: MutationType!
  989. node: ExerciseInstance
  990. updatedFields: [String!]
  991. previousValues: ExerciseInstancePreviousValues
  992. }
  993. input ExerciseInstanceSubscriptionWhereInput {
  994. mutation_in: [MutationType!]
  995. updatedFields_contains: String
  996. updatedFields_contains_every: [String!]
  997. updatedFields_contains_some: [String!]
  998. node: ExerciseInstanceWhereInput
  999. AND: [ExerciseInstanceSubscriptionWhereInput!]
  1000. OR: [ExerciseInstanceSubscriptionWhereInput!]
  1001. NOT: [ExerciseInstanceSubscriptionWhereInput!]
  1002. }
  1003. input ExerciseInstanceUpdateInput {
  1004. exercise: ExerciseUpdateOneRequiredWithoutParentExerciseInstancesInput
  1005. order: Int
  1006. repetitions: Int
  1007. variation: String
  1008. parentBlockInstances: BlockUpdateOneRequiredWithoutExercisesInput
  1009. }
  1010. input ExerciseInstanceUpdateManyDataInput {
  1011. order: Int
  1012. repetitions: Int
  1013. variation: String
  1014. }
  1015. input ExerciseInstanceUpdateManyMutationInput {
  1016. order: Int
  1017. repetitions: Int
  1018. variation: String
  1019. }
  1020. input ExerciseInstanceUpdateManyWithoutExerciseInput {
  1021. create: [ExerciseInstanceCreateWithoutExerciseInput!]
  1022. delete: [ExerciseInstanceWhereUniqueInput!]
  1023. connect: [ExerciseInstanceWhereUniqueInput!]
  1024. set: [ExerciseInstanceWhereUniqueInput!]
  1025. disconnect: [ExerciseInstanceWhereUniqueInput!]
  1026. update: [ExerciseInstanceUpdateWithWhereUniqueWithoutExerciseInput!]
  1027. upsert: [ExerciseInstanceUpsertWithWhereUniqueWithoutExerciseInput!]
  1028. deleteMany: [ExerciseInstanceScalarWhereInput!]
  1029. updateMany: [ExerciseInstanceUpdateManyWithWhereNestedInput!]
  1030. }
  1031. input ExerciseInstanceUpdateManyWithoutParentBlockInstancesInput {
  1032. create: [ExerciseInstanceCreateWithoutParentBlockInstancesInput!]
  1033. delete: [ExerciseInstanceWhereUniqueInput!]
  1034. connect: [ExerciseInstanceWhereUniqueInput!]
  1035. set: [ExerciseInstanceWhereUniqueInput!]
  1036. disconnect: [ExerciseInstanceWhereUniqueInput!]
  1037. update: [ExerciseInstanceUpdateWithWhereUniqueWithoutParentBlockInstancesInput!]
  1038. upsert: [ExerciseInstanceUpsertWithWhereUniqueWithoutParentBlockInstancesInput!]
  1039. deleteMany: [ExerciseInstanceScalarWhereInput!]
  1040. updateMany: [ExerciseInstanceUpdateManyWithWhereNestedInput!]
  1041. }
  1042. input ExerciseInstanceUpdateManyWithWhereNestedInput {
  1043. where: ExerciseInstanceScalarWhereInput!
  1044. data: ExerciseInstanceUpdateManyDataInput!
  1045. }
  1046. input ExerciseInstanceUpdateWithoutExerciseDataInput {
  1047. order: Int
  1048. repetitions: Int
  1049. variation: String
  1050. parentBlockInstances: BlockUpdateOneRequiredWithoutExercisesInput
  1051. }
  1052. input ExerciseInstanceUpdateWithoutParentBlockInstancesDataInput {
  1053. exercise: ExerciseUpdateOneRequiredWithoutParentExerciseInstancesInput
  1054. order: Int
  1055. repetitions: Int
  1056. variation: String
  1057. }
  1058. input ExerciseInstanceUpdateWithWhereUniqueWithoutExerciseInput {
  1059. where: ExerciseInstanceWhereUniqueInput!
  1060. data: ExerciseInstanceUpdateWithoutExerciseDataInput!
  1061. }
  1062. input ExerciseInstanceUpdateWithWhereUniqueWithoutParentBlockInstancesInput {
  1063. where: ExerciseInstanceWhereUniqueInput!
  1064. data: ExerciseInstanceUpdateWithoutParentBlockInstancesDataInput!
  1065. }
  1066. input ExerciseInstanceUpsertWithWhereUniqueWithoutExerciseInput {
  1067. where: ExerciseInstanceWhereUniqueInput!
  1068. update: ExerciseInstanceUpdateWithoutExerciseDataInput!
  1069. create: ExerciseInstanceCreateWithoutExerciseInput!
  1070. }
  1071. input ExerciseInstanceUpsertWithWhereUniqueWithoutParentBlockInstancesInput {
  1072. where: ExerciseInstanceWhereUniqueInput!
  1073. update: ExerciseInstanceUpdateWithoutParentBlockInstancesDataInput!
  1074. create: ExerciseInstanceCreateWithoutParentBlockInstancesInput!
  1075. }
  1076. input ExerciseInstanceWhereInput {
  1077. id: ID
  1078. id_not: ID
  1079. id_in: [ID!]
  1080. id_not_in: [ID!]
  1081. id_lt: ID
  1082. id_lte: ID
  1083. id_gt: ID
  1084. id_gte: ID
  1085. id_contains: ID
  1086. id_not_contains: ID
  1087. id_starts_with: ID
  1088. id_not_starts_with: ID
  1089. id_ends_with: ID
  1090. id_not_ends_with: ID
  1091. exercise: ExerciseWhereInput
  1092. order: Int
  1093. order_not: Int
  1094. order_in: [Int!]
  1095. order_not_in: [Int!]
  1096. order_lt: Int
  1097. order_lte: Int
  1098. order_gt: Int
  1099. order_gte: Int
  1100. repetitions: Int
  1101. repetitions_not: Int
  1102. repetitions_in: [Int!]
  1103. repetitions_not_in: [Int!]
  1104. repetitions_lt: Int
  1105. repetitions_lte: Int
  1106. repetitions_gt: Int
  1107. repetitions_gte: Int
  1108. variation: String
  1109. variation_not: String
  1110. variation_in: [String!]
  1111. variation_not_in: [String!]
  1112. variation_lt: String
  1113. variation_lte: String
  1114. variation_gt: String
  1115. variation_gte: String
  1116. variation_contains: String
  1117. variation_not_contains: String
  1118. variation_starts_with: String
  1119. variation_not_starts_with: String
  1120. variation_ends_with: String
  1121. variation_not_ends_with: String
  1122. parentBlockInstances: BlockWhereInput
  1123. AND: [ExerciseInstanceWhereInput!]
  1124. OR: [ExerciseInstanceWhereInput!]
  1125. NOT: [ExerciseInstanceWhereInput!]
  1126. }
  1127. input ExerciseInstanceWhereUniqueInput {
  1128. id: ID
  1129. }
  1130. enum ExerciseOrderByInput {
  1131. id_ASC
  1132. id_DESC
  1133. name_ASC
  1134. name_DESC
  1135. description_ASC
  1136. description_DESC
  1137. }
  1138. type ExercisePreviousValues {
  1139. id: ID!
  1140. name: String!
  1141. description: String
  1142. targets: [String!]!
  1143. baseExercise: [String!]!
  1144. }
  1145. type ExerciseSubscriptionPayload {
  1146. mutation: MutationType!
  1147. node: Exercise
  1148. updatedFields: [String!]
  1149. previousValues: ExercisePreviousValues
  1150. }
  1151. input ExerciseSubscriptionWhereInput {
  1152. mutation_in: [MutationType!]
  1153. updatedFields_contains: String
  1154. updatedFields_contains_every: [String!]
  1155. updatedFields_contains_some: [String!]
  1156. node: ExerciseWhereInput
  1157. AND: [ExerciseSubscriptionWhereInput!]
  1158. OR: [ExerciseSubscriptionWhereInput!]
  1159. NOT: [ExerciseSubscriptionWhereInput!]
  1160. }
  1161. input ExerciseUpdatebaseExerciseInput {
  1162. set: [String!]
  1163. }
  1164. input ExerciseUpdateInput {
  1165. name: String
  1166. description: String
  1167. videos: VideoUpdateManyInput
  1168. pictures: PictureUpdateManyInput
  1169. targets: ExerciseUpdatetargetsInput
  1170. baseExercise: ExerciseUpdatebaseExerciseInput
  1171. parentExerciseInstances: ExerciseInstanceUpdateManyWithoutExerciseInput
  1172. }
  1173. input ExerciseUpdateManyMutationInput {
  1174. name: String
  1175. description: String
  1176. targets: ExerciseUpdatetargetsInput
  1177. baseExercise: ExerciseUpdatebaseExerciseInput
  1178. }
  1179. input ExerciseUpdateOneRequiredWithoutParentExerciseInstancesInput {
  1180. create: ExerciseCreateWithoutParentExerciseInstancesInput
  1181. update: ExerciseUpdateWithoutParentExerciseInstancesDataInput
  1182. upsert: ExerciseUpsertWithoutParentExerciseInstancesInput
  1183. connect: ExerciseWhereUniqueInput
  1184. }
  1185. input ExerciseUpdatetargetsInput {
  1186. set: [String!]
  1187. }
  1188. input ExerciseUpdateWithoutParentExerciseInstancesDataInput {
  1189. name: String
  1190. description: String
  1191. videos: VideoUpdateManyInput
  1192. pictures: PictureUpdateManyInput
  1193. targets: ExerciseUpdatetargetsInput
  1194. baseExercise: ExerciseUpdatebaseExerciseInput
  1195. }
  1196. input ExerciseUpsertWithoutParentExerciseInstancesInput {
  1197. update: ExerciseUpdateWithoutParentExerciseInstancesDataInput!
  1198. create: ExerciseCreateWithoutParentExerciseInstancesInput!
  1199. }
  1200. input ExerciseWhereInput {
  1201. id: ID
  1202. id_not: ID
  1203. id_in: [ID!]
  1204. id_not_in: [ID!]
  1205. id_lt: ID
  1206. id_lte: ID
  1207. id_gt: ID
  1208. id_gte: ID
  1209. id_contains: ID
  1210. id_not_contains: ID
  1211. id_starts_with: ID
  1212. id_not_starts_with: ID
  1213. id_ends_with: ID
  1214. id_not_ends_with: ID
  1215. name: String
  1216. name_not: String
  1217. name_in: [String!]
  1218. name_not_in: [String!]
  1219. name_lt: String
  1220. name_lte: String
  1221. name_gt: String
  1222. name_gte: String
  1223. name_contains: String
  1224. name_not_contains: String
  1225. name_starts_with: String
  1226. name_not_starts_with: String
  1227. name_ends_with: String
  1228. name_not_ends_with: String
  1229. description: String
  1230. description_not: String
  1231. description_in: [String!]
  1232. description_not_in: [String!]
  1233. description_lt: String
  1234. description_lte: String
  1235. description_gt: String
  1236. description_gte: String
  1237. description_contains: String
  1238. description_not_contains: String
  1239. description_starts_with: String
  1240. description_not_starts_with: String
  1241. description_ends_with: String
  1242. description_not_ends_with: String
  1243. videos_every: VideoWhereInput
  1244. videos_some: VideoWhereInput
  1245. videos_none: VideoWhereInput
  1246. pictures_every: PictureWhereInput
  1247. pictures_some: PictureWhereInput
  1248. pictures_none: PictureWhereInput
  1249. parentExerciseInstances_every: ExerciseInstanceWhereInput
  1250. parentExerciseInstances_some: ExerciseInstanceWhereInput
  1251. parentExerciseInstances_none: ExerciseInstanceWhereInput
  1252. AND: [ExerciseWhereInput!]
  1253. OR: [ExerciseWhereInput!]
  1254. NOT: [ExerciseWhereInput!]
  1255. }
  1256. input ExerciseWhereUniqueInput {
  1257. id: ID
  1258. }
  1259. type File {
  1260. id: ID!
  1261. createdAt: DateTime!
  1262. updatedAt: DateTime!
  1263. path: String!
  1264. mimetype: String!
  1265. user: User!
  1266. thumbnail: String
  1267. filename: String!
  1268. encoding: String!
  1269. size: Int!
  1270. comment: String
  1271. }
  1272. type FileConnection {
  1273. pageInfo: PageInfo!
  1274. edges: [FileEdge]!
  1275. aggregate: AggregateFile!
  1276. }
  1277. input FileCreateInput {
  1278. id: ID
  1279. path: String!
  1280. mimetype: String!
  1281. user: UserCreateOneInput!
  1282. thumbnail: String
  1283. filename: String!
  1284. encoding: String!
  1285. size: Int!
  1286. comment: String
  1287. }
  1288. input FileCreateOneInput {
  1289. create: FileCreateInput
  1290. connect: FileWhereUniqueInput
  1291. }
  1292. type FileEdge {
  1293. node: File!
  1294. cursor: String!
  1295. }
  1296. enum FileOrderByInput {
  1297. id_ASC
  1298. id_DESC
  1299. createdAt_ASC
  1300. createdAt_DESC
  1301. updatedAt_ASC
  1302. updatedAt_DESC
  1303. path_ASC
  1304. path_DESC
  1305. mimetype_ASC
  1306. mimetype_DESC
  1307. thumbnail_ASC
  1308. thumbnail_DESC
  1309. filename_ASC
  1310. filename_DESC
  1311. encoding_ASC
  1312. encoding_DESC
  1313. size_ASC
  1314. size_DESC
  1315. comment_ASC
  1316. comment_DESC
  1317. }
  1318. type FilePreviousValues {
  1319. id: ID!
  1320. createdAt: DateTime!
  1321. updatedAt: DateTime!
  1322. path: String!
  1323. mimetype: String!
  1324. thumbnail: String
  1325. filename: String!
  1326. encoding: String!
  1327. size: Int!
  1328. comment: String
  1329. }
  1330. type FileSubscriptionPayload {
  1331. mutation: MutationType!
  1332. node: File
  1333. updatedFields: [String!]
  1334. previousValues: FilePreviousValues
  1335. }
  1336. input FileSubscriptionWhereInput {
  1337. mutation_in: [MutationType!]
  1338. updatedFields_contains: String
  1339. updatedFields_contains_every: [String!]
  1340. updatedFields_contains_some: [String!]
  1341. node: FileWhereInput
  1342. AND: [FileSubscriptionWhereInput!]
  1343. OR: [FileSubscriptionWhereInput!]
  1344. NOT: [FileSubscriptionWhereInput!]
  1345. }
  1346. input FileUpdateDataInput {
  1347. path: String
  1348. mimetype: String
  1349. user: UserUpdateOneRequiredInput
  1350. thumbnail: String
  1351. filename: String
  1352. encoding: String
  1353. size: Int
  1354. comment: String
  1355. }
  1356. input FileUpdateInput {
  1357. path: String
  1358. mimetype: String
  1359. user: UserUpdateOneRequiredInput
  1360. thumbnail: String
  1361. filename: String
  1362. encoding: String
  1363. size: Int
  1364. comment: String
  1365. }
  1366. input FileUpdateManyMutationInput {
  1367. path: String
  1368. mimetype: String
  1369. thumbnail: String
  1370. filename: String
  1371. encoding: String
  1372. size: Int
  1373. comment: String
  1374. }
  1375. input FileUpdateOneInput {
  1376. create: FileCreateInput
  1377. update: FileUpdateDataInput
  1378. upsert: FileUpsertNestedInput
  1379. delete: Boolean
  1380. disconnect: Boolean
  1381. connect: FileWhereUniqueInput
  1382. }
  1383. input FileUpsertNestedInput {
  1384. update: FileUpdateDataInput!
  1385. create: FileCreateInput!
  1386. }
  1387. input FileWhereInput {
  1388. id: ID
  1389. id_not: ID
  1390. id_in: [ID!]
  1391. id_not_in: [ID!]
  1392. id_lt: ID
  1393. id_lte: ID
  1394. id_gt: ID
  1395. id_gte: ID
  1396. id_contains: ID
  1397. id_not_contains: ID
  1398. id_starts_with: ID
  1399. id_not_starts_with: ID
  1400. id_ends_with: ID
  1401. id_not_ends_with: ID
  1402. createdAt: DateTime
  1403. createdAt_not: DateTime
  1404. createdAt_in: [DateTime!]
  1405. createdAt_not_in: [DateTime!]
  1406. createdAt_lt: DateTime
  1407. createdAt_lte: DateTime
  1408. createdAt_gt: DateTime
  1409. createdAt_gte: DateTime
  1410. updatedAt: DateTime
  1411. updatedAt_not: DateTime
  1412. updatedAt_in: [DateTime!]
  1413. updatedAt_not_in: [DateTime!]
  1414. updatedAt_lt: DateTime
  1415. updatedAt_lte: DateTime
  1416. updatedAt_gt: DateTime
  1417. updatedAt_gte: DateTime
  1418. path: String
  1419. path_not: String
  1420. path_in: [String!]
  1421. path_not_in: [String!]
  1422. path_lt: String
  1423. path_lte: String
  1424. path_gt: String
  1425. path_gte: String
  1426. path_contains: String
  1427. path_not_contains: String
  1428. path_starts_with: String
  1429. path_not_starts_with: String
  1430. path_ends_with: String
  1431. path_not_ends_with: String
  1432. mimetype: String
  1433. mimetype_not: String
  1434. mimetype_in: [String!]
  1435. mimetype_not_in: [String!]
  1436. mimetype_lt: String
  1437. mimetype_lte: String
  1438. mimetype_gt: String
  1439. mimetype_gte: String
  1440. mimetype_contains: String
  1441. mimetype_not_contains: String
  1442. mimetype_starts_with: String
  1443. mimetype_not_starts_with: String
  1444. mimetype_ends_with: String
  1445. mimetype_not_ends_with: String
  1446. user: UserWhereInput
  1447. thumbnail: String
  1448. thumbnail_not: String
  1449. thumbnail_in: [String!]
  1450. thumbnail_not_in: [String!]
  1451. thumbnail_lt: String
  1452. thumbnail_lte: String
  1453. thumbnail_gt: String
  1454. thumbnail_gte: String
  1455. thumbnail_contains: String
  1456. thumbnail_not_contains: String
  1457. thumbnail_starts_with: String
  1458. thumbnail_not_starts_with: String
  1459. thumbnail_ends_with: String
  1460. thumbnail_not_ends_with: String
  1461. filename: String
  1462. filename_not: String
  1463. filename_in: [String!]
  1464. filename_not_in: [String!]
  1465. filename_lt: String
  1466. filename_lte: String
  1467. filename_gt: String
  1468. filename_gte: String
  1469. filename_contains: String
  1470. filename_not_contains: String
  1471. filename_starts_with: String
  1472. filename_not_starts_with: String
  1473. filename_ends_with: String
  1474. filename_not_ends_with: String
  1475. encoding: String
  1476. encoding_not: String
  1477. encoding_in: [String!]
  1478. encoding_not_in: [String!]
  1479. encoding_lt: String
  1480. encoding_lte: String
  1481. encoding_gt: String
  1482. encoding_gte: String
  1483. encoding_contains: String
  1484. encoding_not_contains: String
  1485. encoding_starts_with: String
  1486. encoding_not_starts_with: String
  1487. encoding_ends_with: String
  1488. encoding_not_ends_with: String
  1489. size: Int
  1490. size_not: Int
  1491. size_in: [Int!]
  1492. size_not_in: [Int!]
  1493. size_lt: Int
  1494. size_lte: Int
  1495. size_gt: Int
  1496. size_gte: Int
  1497. comment: String
  1498. comment_not: String
  1499. comment_in: [String!]
  1500. comment_not_in: [String!]
  1501. comment_lt: String
  1502. comment_lte: String
  1503. comment_gt: String
  1504. comment_gte: String
  1505. comment_contains: String
  1506. comment_not_contains: String
  1507. comment_starts_with: String
  1508. comment_not_starts_with: String
  1509. comment_ends_with: String
  1510. comment_not_ends_with: String
  1511. AND: [FileWhereInput!]
  1512. OR: [FileWhereInput!]
  1513. NOT: [FileWhereInput!]
  1514. }
  1515. input FileWhereUniqueInput {
  1516. id: ID
  1517. }
  1518. type Format {
  1519. id: ID!
  1520. name: String!
  1521. description: String!
  1522. }
  1523. type FormatConnection {
  1524. pageInfo: PageInfo!
  1525. edges: [FormatEdge]!
  1526. aggregate: AggregateFormat!
  1527. }
  1528. input FormatCreateInput {
  1529. id: ID
  1530. name: String!
  1531. description: String!
  1532. }
  1533. input FormatCreateOneInput {
  1534. create: FormatCreateInput
  1535. connect: FormatWhereUniqueInput
  1536. }
  1537. type FormatEdge {
  1538. node: Format!
  1539. cursor: String!
  1540. }
  1541. enum FormatOrderByInput {
  1542. id_ASC
  1543. id_DESC
  1544. name_ASC
  1545. name_DESC
  1546. description_ASC
  1547. description_DESC
  1548. }
  1549. type FormatPreviousValues {
  1550. id: ID!
  1551. name: String!
  1552. description: String!
  1553. }
  1554. type FormatSubscriptionPayload {
  1555. mutation: MutationType!
  1556. node: Format
  1557. updatedFields: [String!]
  1558. previousValues: FormatPreviousValues
  1559. }
  1560. input FormatSubscriptionWhereInput {
  1561. mutation_in: [MutationType!]
  1562. updatedFields_contains: String
  1563. updatedFields_contains_every: [String!]
  1564. updatedFields_contains_some: [String!]
  1565. node: FormatWhereInput
  1566. AND: [FormatSubscriptionWhereInput!]
  1567. OR: [FormatSubscriptionWhereInput!]
  1568. NOT: [FormatSubscriptionWhereInput!]
  1569. }
  1570. input FormatUpdateDataInput {
  1571. name: String
  1572. description: String
  1573. }
  1574. input FormatUpdateInput {
  1575. name: String
  1576. description: String
  1577. }
  1578. input FormatUpdateManyMutationInput {
  1579. name: String
  1580. description: String
  1581. }
  1582. input FormatUpdateOneRequiredInput {
  1583. create: FormatCreateInput
  1584. update: FormatUpdateDataInput
  1585. upsert: FormatUpsertNestedInput
  1586. connect: FormatWhereUniqueInput
  1587. }
  1588. input FormatUpsertNestedInput {
  1589. update: FormatUpdateDataInput!
  1590. create: FormatCreateInput!
  1591. }
  1592. input FormatWhereInput {
  1593. id: ID
  1594. id_not: ID
  1595. id_in: [ID!]
  1596. id_not_in: [ID!]
  1597. id_lt: ID
  1598. id_lte: ID
  1599. id_gt: ID
  1600. id_gte: ID
  1601. id_contains: ID
  1602. id_not_contains: ID
  1603. id_starts_with: ID
  1604. id_not_starts_with: ID
  1605. id_ends_with: ID
  1606. id_not_ends_with: ID
  1607. name: String
  1608. name_not: String
  1609. name_in: [String!]
  1610. name_not_in: [String!]
  1611. name_lt: String
  1612. name_lte: String
  1613. name_gt: String
  1614. name_gte: String
  1615. name_contains: String
  1616. name_not_contains: String
  1617. name_starts_with: String
  1618. name_not_starts_with: String
  1619. name_ends_with: String
  1620. name_not_ends_with: String
  1621. description: String
  1622. description_not: String
  1623. description_in: [String!]
  1624. description_not_in: [String!]
  1625. description_lt: String
  1626. description_lte: String
  1627. description_gt: String
  1628. description_gte: String
  1629. description_contains: String
  1630. description_not_contains: String
  1631. description_starts_with: String
  1632. description_not_starts_with: String
  1633. description_ends_with: String
  1634. description_not_ends_with: String
  1635. AND: [FormatWhereInput!]
  1636. OR: [FormatWhereInput!]
  1637. NOT: [FormatWhereInput!]
  1638. }
  1639. input FormatWhereUniqueInput {
  1640. id: ID
  1641. }
  1642. scalar Long
  1643. type Mutation {
  1644. createBlock(data: BlockCreateInput!): Block!
  1645. updateBlock(data: BlockUpdateInput!, where: BlockWhereUniqueInput!): Block
  1646. updateManyBlocks(data: BlockUpdateManyMutationInput!, where: BlockWhereInput): BatchPayload!
  1647. upsertBlock(where: BlockWhereUniqueInput!, create: BlockCreateInput!, update: BlockUpdateInput!): Block!
  1648. deleteBlock(where: BlockWhereUniqueInput!): Block
  1649. deleteManyBlocks(where: BlockWhereInput): BatchPayload!
  1650. createBlockInstance(data: BlockInstanceCreateInput!): BlockInstance!
  1651. updateBlockInstance(data: BlockInstanceUpdateInput!, where: BlockInstanceWhereUniqueInput!): BlockInstance
  1652. updateManyBlockInstances(data: BlockInstanceUpdateManyMutationInput!, where: BlockInstanceWhereInput): BatchPayload!
  1653. upsertBlockInstance(where: BlockInstanceWhereUniqueInput!, create: BlockInstanceCreateInput!, update: BlockInstanceUpdateInput!): BlockInstance!
  1654. deleteBlockInstance(where: BlockInstanceWhereUniqueInput!): BlockInstance
  1655. deleteManyBlockInstances(where: BlockInstanceWhereInput): BatchPayload!
  1656. createComment(data: CommentCreateInput!): Comment!
  1657. updateComment(data: CommentUpdateInput!, where: CommentWhereUniqueInput!): Comment
  1658. updateManyComments(data: CommentUpdateManyMutationInput!, where: CommentWhereInput): BatchPayload!
  1659. upsertComment(where: CommentWhereUniqueInput!, create: CommentCreateInput!, update: CommentUpdateInput!): Comment!
  1660. deleteComment(where: CommentWhereUniqueInput!): Comment
  1661. deleteManyComments(where: CommentWhereInput): BatchPayload!
  1662. createExercise(data: ExerciseCreateInput!): Exercise!
  1663. updateExercise(data: ExerciseUpdateInput!, where: ExerciseWhereUniqueInput!): Exercise
  1664. updateManyExercises(data: ExerciseUpdateManyMutationInput!, where: ExerciseWhereInput): BatchPayload!
  1665. upsertExercise(where: ExerciseWhereUniqueInput!, create: ExerciseCreateInput!, update: ExerciseUpdateInput!): Exercise!
  1666. deleteExercise(where: ExerciseWhereUniqueInput!): Exercise
  1667. deleteManyExercises(where: ExerciseWhereInput): BatchPayload!
  1668. createExerciseInstance(data: ExerciseInstanceCreateInput!): ExerciseInstance!
  1669. updateExerciseInstance(data: ExerciseInstanceUpdateInput!, where: ExerciseInstanceWhereUniqueInput!): ExerciseInstance
  1670. updateManyExerciseInstances(data: ExerciseInstanceUpdateManyMutationInput!, where: ExerciseInstanceWhereInput): BatchPayload!
  1671. upsertExerciseInstance(where: ExerciseInstanceWhereUniqueInput!, create: ExerciseInstanceCreateInput!, update: ExerciseInstanceUpdateInput!): ExerciseInstance!
  1672. deleteExerciseInstance(where: ExerciseInstanceWhereUniqueInput!): ExerciseInstance
  1673. deleteManyExerciseInstances(where: ExerciseInstanceWhereInput): BatchPayload!
  1674. createFile(data: FileCreateInput!): File!
  1675. updateFile(data: FileUpdateInput!, where: FileWhereUniqueInput!): File
  1676. updateManyFiles(data: FileUpdateManyMutationInput!, where: FileWhereInput): BatchPayload!
  1677. upsertFile(where: FileWhereUniqueInput!, create: FileCreateInput!, update: FileUpdateInput!): File!
  1678. deleteFile(where: FileWhereUniqueInput!): File
  1679. deleteManyFiles(where: FileWhereInput): BatchPayload!
  1680. createFormat(data: FormatCreateInput!): Format!
  1681. updateFormat(data: FormatUpdateInput!, where: FormatWhereUniqueInput!): Format
  1682. updateManyFormats(data: FormatUpdateManyMutationInput!, where: FormatWhereInput): BatchPayload!
  1683. upsertFormat(where: FormatWhereUniqueInput!, create: FormatCreateInput!, update: FormatUpdateInput!): Format!
  1684. deleteFormat(where: FormatWhereUniqueInput!): Format
  1685. deleteManyFormats(where: FormatWhereInput): BatchPayload!
  1686. createPicture(data: PictureCreateInput!): Picture!
  1687. updatePicture(data: PictureUpdateInput!, where: PictureWhereUniqueInput!): Picture
  1688. updateManyPictures(data: PictureUpdateManyMutationInput!, where: PictureWhereInput): BatchPayload!
  1689. upsertPicture(where: PictureWhereUniqueInput!, create: PictureCreateInput!, update: PictureUpdateInput!): Picture!
  1690. deletePicture(where: PictureWhereUniqueInput!): Picture
  1691. deleteManyPictures(where: PictureWhereInput): BatchPayload!
  1692. createRating(data: RatingCreateInput!): Rating!
  1693. updateRating(data: RatingUpdateInput!, where: RatingWhereUniqueInput!): Rating
  1694. updateManyRatings(data: RatingUpdateManyMutationInput!, where: RatingWhereInput): BatchPayload!
  1695. upsertRating(where: RatingWhereUniqueInput!, create: RatingCreateInput!, update: RatingUpdateInput!): Rating!
  1696. deleteRating(where: RatingWhereUniqueInput!): Rating
  1697. deleteManyRatings(where: RatingWhereInput): BatchPayload!
  1698. createTrack(data: TrackCreateInput!): Track!
  1699. updateTrack(data: TrackUpdateInput!, where: TrackWhereUniqueInput!): Track
  1700. updateManyTracks(data: TrackUpdateManyMutationInput!, where: TrackWhereInput): BatchPayload!
  1701. upsertTrack(where: TrackWhereUniqueInput!, create: TrackCreateInput!, update: TrackUpdateInput!): Track!
  1702. deleteTrack(where: TrackWhereUniqueInput!): Track
  1703. deleteManyTracks(where: TrackWhereInput): BatchPayload!
  1704. createTraining(data: TrainingCreateInput!): Training!
  1705. updateTraining(data: TrainingUpdateInput!, where: TrainingWhereUniqueInput!): Training
  1706. updateManyTrainings(data: TrainingUpdateManyMutationInput!, where: TrainingWhereInput): BatchPayload!
  1707. upsertTraining(where: TrainingWhereUniqueInput!, create: TrainingCreateInput!, update: TrainingUpdateInput!): Training!
  1708. deleteTraining(where: TrainingWhereUniqueInput!): Training
  1709. deleteManyTrainings(where: TrainingWhereInput): BatchPayload!
  1710. createTrainingType(data: TrainingTypeCreateInput!): TrainingType!
  1711. updateTrainingType(data: TrainingTypeUpdateInput!, where: TrainingTypeWhereUniqueInput!): TrainingType
  1712. updateManyTrainingTypes(data: TrainingTypeUpdateManyMutationInput!, where: TrainingTypeWhereInput): BatchPayload!
  1713. upsertTrainingType(where: TrainingTypeWhereUniqueInput!, create: TrainingTypeCreateInput!, update: TrainingTypeUpdateInput!): TrainingType!
  1714. deleteTrainingType(where: TrainingTypeWhereUniqueInput!): TrainingType
  1715. deleteManyTrainingTypes(where: TrainingTypeWhereInput): BatchPayload!
  1716. createUser(data: UserCreateInput!): User!
  1717. updateUser(data: UserUpdateInput!, where: UserWhereUniqueInput!): User
  1718. updateManyUsers(data: UserUpdateManyMutationInput!, where: UserWhereInput): BatchPayload!
  1719. upsertUser(where: UserWhereUniqueInput!, create: UserCreateInput!, update: UserUpdateInput!): User!
  1720. deleteUser(where: UserWhereUniqueInput!): User
  1721. deleteManyUsers(where: UserWhereInput): BatchPayload!
  1722. createVideo(data: VideoCreateInput!): Video!
  1723. updateVideo(data: VideoUpdateInput!, where: VideoWhereUniqueInput!): Video
  1724. updateManyVideos(data: VideoUpdateManyMutationInput!, where: VideoWhereInput): BatchPayload!
  1725. upsertVideo(where: VideoWhereUniqueInput!, create: VideoCreateInput!, update: VideoUpdateInput!): Video!
  1726. deleteVideo(where: VideoWhereUniqueInput!): Video
  1727. deleteManyVideos(where: VideoWhereInput): BatchPayload!
  1728. }
  1729. enum MutationType {
  1730. CREATED
  1731. UPDATED
  1732. DELETED
  1733. }
  1734. interface Node {
  1735. id: ID!
  1736. }
  1737. type PageInfo {
  1738. hasNextPage: Boolean!
  1739. hasPreviousPage: Boolean!
  1740. startCursor: String
  1741. endCursor: String
  1742. }
  1743. enum Permission {
  1744. ADMIN
  1745. INSTRUCTOR
  1746. }
  1747. type Picture {
  1748. id: ID!
  1749. title: String!
  1750. description: String!
  1751. file: File
  1752. link: String
  1753. }
  1754. type PictureConnection {
  1755. pageInfo: PageInfo!
  1756. edges: [PictureEdge]!
  1757. aggregate: AggregatePicture!
  1758. }
  1759. input PictureCreateInput {
  1760. id: ID
  1761. title: String!
  1762. description: String!
  1763. file: FileCreateOneInput
  1764. link: String
  1765. }
  1766. input PictureCreateManyInput {
  1767. create: [PictureCreateInput!]
  1768. connect: [PictureWhereUniqueInput!]
  1769. }
  1770. input PictureCreateOneInput {
  1771. create: PictureCreateInput
  1772. connect: PictureWhereUniqueInput
  1773. }
  1774. type PictureEdge {
  1775. node: Picture!
  1776. cursor: String!
  1777. }
  1778. enum PictureOrderByInput {
  1779. id_ASC
  1780. id_DESC
  1781. title_ASC
  1782. title_DESC
  1783. description_ASC
  1784. description_DESC
  1785. link_ASC
  1786. link_DESC
  1787. }
  1788. type PicturePreviousValues {
  1789. id: ID!
  1790. title: String!
  1791. description: String!
  1792. link: String
  1793. }
  1794. input PictureScalarWhereInput {
  1795. id: ID
  1796. id_not: ID
  1797. id_in: [ID!]
  1798. id_not_in: [ID!]
  1799. id_lt: ID
  1800. id_lte: ID
  1801. id_gt: ID
  1802. id_gte: ID
  1803. id_contains: ID
  1804. id_not_contains: ID
  1805. id_starts_with: ID
  1806. id_not_starts_with: ID
  1807. id_ends_with: ID
  1808. id_not_ends_with: ID
  1809. title: String
  1810. title_not: String
  1811. title_in: [String!]
  1812. title_not_in: [String!]
  1813. title_lt: String
  1814. title_lte: String
  1815. title_gt: String
  1816. title_gte: String
  1817. title_contains: String
  1818. title_not_contains: String
  1819. title_starts_with: String
  1820. title_not_starts_with: String
  1821. title_ends_with: String
  1822. title_not_ends_with: String
  1823. description: String
  1824. description_not: String
  1825. description_in: [String!]
  1826. description_not_in: [String!]
  1827. description_lt: String
  1828. description_lte: String
  1829. description_gt: String
  1830. description_gte: String
  1831. description_contains: String
  1832. description_not_contains: String
  1833. description_starts_with: String
  1834. description_not_starts_with: String
  1835. description_ends_with: String
  1836. description_not_ends_with: String
  1837. link: String
  1838. link_not: String
  1839. link_in: [String!]
  1840. link_not_in: [String!]
  1841. link_lt: String
  1842. link_lte: String
  1843. link_gt: String
  1844. link_gte: String
  1845. link_contains: String
  1846. link_not_contains: String
  1847. link_starts_with: String
  1848. link_not_starts_with: String
  1849. link_ends_with: String
  1850. link_not_ends_with: String
  1851. AND: [PictureScalarWhereInput!]
  1852. OR: [PictureScalarWhereInput!]
  1853. NOT: [PictureScalarWhereInput!]
  1854. }
  1855. type PictureSubscriptionPayload {
  1856. mutation: MutationType!
  1857. node: Picture
  1858. updatedFields: [String!]
  1859. previousValues: PicturePreviousValues
  1860. }
  1861. input PictureSubscriptionWhereInput {
  1862. mutation_in: [MutationType!]
  1863. updatedFields_contains: String
  1864. updatedFields_contains_every: [String!]
  1865. updatedFields_contains_some: [String!]
  1866. node: PictureWhereInput
  1867. AND: [PictureSubscriptionWhereInput!]
  1868. OR: [PictureSubscriptionWhereInput!]
  1869. NOT: [PictureSubscriptionWhereInput!]
  1870. }
  1871. input PictureUpdateDataInput {
  1872. title: String
  1873. description: String
  1874. file: FileUpdateOneInput
  1875. link: String
  1876. }
  1877. input PictureUpdateInput {
  1878. title: String
  1879. description: String
  1880. file: FileUpdateOneInput
  1881. link: String
  1882. }
  1883. input PictureUpdateManyDataInput {
  1884. title: String
  1885. description: String
  1886. link: String
  1887. }
  1888. input PictureUpdateManyInput {
  1889. create: [PictureCreateInput!]
  1890. update: [PictureUpdateWithWhereUniqueNestedInput!]
  1891. upsert: [PictureUpsertWithWhereUniqueNestedInput!]
  1892. delete: [PictureWhereUniqueInput!]
  1893. connect: [PictureWhereUniqueInput!]
  1894. set: [PictureWhereUniqueInput!]
  1895. disconnect: [PictureWhereUniqueInput!]
  1896. deleteMany: [PictureScalarWhereInput!]
  1897. updateMany: [PictureUpdateManyWithWhereNestedInput!]
  1898. }
  1899. input PictureUpdateManyMutationInput {
  1900. title: String
  1901. description: String
  1902. link: String
  1903. }
  1904. input PictureUpdateManyWithWhereNestedInput {
  1905. where: PictureScalarWhereInput!
  1906. data: PictureUpdateManyDataInput!
  1907. }
  1908. input PictureUpdateOneInput {
  1909. create: PictureCreateInput
  1910. update: PictureUpdateDataInput
  1911. upsert: PictureUpsertNestedInput
  1912. delete: Boolean
  1913. disconnect: Boolean
  1914. connect: PictureWhereUniqueInput
  1915. }
  1916. input PictureUpdateWithWhereUniqueNestedInput {
  1917. where: PictureWhereUniqueInput!
  1918. data: PictureUpdateDataInput!
  1919. }
  1920. input PictureUpsertNestedInput {
  1921. update: PictureUpdateDataInput!
  1922. create: PictureCreateInput!
  1923. }
  1924. input PictureUpsertWithWhereUniqueNestedInput {
  1925. where: PictureWhereUniqueInput!
  1926. update: PictureUpdateDataInput!
  1927. create: PictureCreateInput!
  1928. }
  1929. input PictureWhereInput {
  1930. id: ID
  1931. id_not: ID
  1932. id_in: [ID!]
  1933. id_not_in: [ID!]
  1934. id_lt: ID
  1935. id_lte: ID
  1936. id_gt: ID
  1937. id_gte: ID
  1938. id_contains: ID
  1939. id_not_contains: ID
  1940. id_starts_with: ID
  1941. id_not_starts_with: ID
  1942. id_ends_with: ID
  1943. id_not_ends_with: ID
  1944. title: String
  1945. title_not: String
  1946. title_in: [String!]
  1947. title_not_in: [String!]
  1948. title_lt: String
  1949. title_lte: String
  1950. title_gt: String
  1951. title_gte: String
  1952. title_contains: String
  1953. title_not_contains: String
  1954. title_starts_with: String
  1955. title_not_starts_with: String
  1956. title_ends_with: String
  1957. title_not_ends_with: String
  1958. description: String
  1959. description_not: String
  1960. description_in: [String!]
  1961. description_not_in: [String!]
  1962. description_lt: String
  1963. description_lte: String
  1964. description_gt: String
  1965. description_gte: String
  1966. description_contains: String
  1967. description_not_contains: String
  1968. description_starts_with: String
  1969. description_not_starts_with: String
  1970. description_ends_with: String
  1971. description_not_ends_with: String
  1972. file: FileWhereInput
  1973. link: String
  1974. link_not: String
  1975. link_in: [String!]
  1976. link_not_in: [String!]
  1977. link_lt: String
  1978. link_lte: String
  1979. link_gt: String
  1980. link_gte: String
  1981. link_contains: String
  1982. link_not_contains: String
  1983. link_starts_with: String
  1984. link_not_starts_with: String
  1985. link_ends_with: String
  1986. link_not_ends_with: String
  1987. AND: [PictureWhereInput!]
  1988. OR: [PictureWhereInput!]
  1989. NOT: [PictureWhereInput!]
  1990. }
  1991. input PictureWhereUniqueInput {
  1992. id: ID
  1993. }
  1994. type Query {
  1995. block(where: BlockWhereUniqueInput!): Block
  1996. blocks(where: BlockWhereInput, orderBy: BlockOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Block]!
  1997. blocksConnection(where: BlockWhereInput, orderBy: BlockOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): BlockConnection!
  1998. blockInstance(where: BlockInstanceWhereUniqueInput!): BlockInstance
  1999. blockInstances(where: BlockInstanceWhereInput, orderBy: BlockInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [BlockInstance]!
  2000. blockInstancesConnection(where: BlockInstanceWhereInput, orderBy: BlockInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): BlockInstanceConnection!
  2001. comment(where: CommentWhereUniqueInput!): Comment
  2002. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment]!
  2003. commentsConnection(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): CommentConnection!
  2004. exercise(where: ExerciseWhereUniqueInput!): Exercise
  2005. exercises(where: ExerciseWhereInput, orderBy: ExerciseOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Exercise]!
  2006. exercisesConnection(where: ExerciseWhereInput, orderBy: ExerciseOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ExerciseConnection!
  2007. exerciseInstance(where: ExerciseInstanceWhereUniqueInput!): ExerciseInstance
  2008. exerciseInstances(where: ExerciseInstanceWhereInput, orderBy: ExerciseInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ExerciseInstance]!
  2009. exerciseInstancesConnection(where: ExerciseInstanceWhereInput, orderBy: ExerciseInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ExerciseInstanceConnection!
  2010. file(where: FileWhereUniqueInput!): File
  2011. files(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File]!
  2012. filesConnection(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): FileConnection!
  2013. format(where: FormatWhereUniqueInput!): Format
  2014. formats(where: FormatWhereInput, orderBy: FormatOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Format]!
  2015. formatsConnection(where: FormatWhereInput, orderBy: FormatOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): FormatConnection!
  2016. picture(where: PictureWhereUniqueInput!): Picture
  2017. pictures(where: PictureWhereInput, orderBy: PictureOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Picture]!
  2018. picturesConnection(where: PictureWhereInput, orderBy: PictureOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): PictureConnection!
  2019. rating(where: RatingWhereUniqueInput!): Rating
  2020. ratings(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Rating]!
  2021. ratingsConnection(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): RatingConnection!
  2022. track(where: TrackWhereUniqueInput!): Track
  2023. tracks(where: TrackWhereInput, orderBy: TrackOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Track]!
  2024. tracksConnection(where: TrackWhereInput, orderBy: TrackOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): TrackConnection!
  2025. training(where: TrainingWhereUniqueInput!): Training
  2026. trainings(where: TrainingWhereInput, orderBy: TrainingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Training]!
  2027. trainingsConnection(where: TrainingWhereInput, orderBy: TrainingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): TrainingConnection!
  2028. trainingType(where: TrainingTypeWhereUniqueInput!): TrainingType
  2029. trainingTypes(where: TrainingTypeWhereInput, orderBy: TrainingTypeOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [TrainingType]!
  2030. trainingTypesConnection(where: TrainingTypeWhereInput, orderBy: TrainingTypeOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): TrainingTypeConnection!
  2031. user(where: UserWhereUniqueInput!): User
  2032. users(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User]!
  2033. usersConnection(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): UserConnection!
  2034. video(where: VideoWhereUniqueInput!): Video
  2035. videos(where: VideoWhereInput, orderBy: VideoOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Video]!
  2036. videosConnection(where: VideoWhereInput, orderBy: VideoOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): VideoConnection!
  2037. node(id: ID!): Node
  2038. }
  2039. type Rating {
  2040. id: ID!
  2041. user: User!
  2042. value: Int!
  2043. comment: String!
  2044. createdAt: DateTime!
  2045. }
  2046. type RatingConnection {
  2047. pageInfo: PageInfo!
  2048. edges: [RatingEdge]!
  2049. aggregate: AggregateRating!
  2050. }
  2051. input RatingCreateInput {
  2052. id: ID
  2053. user: UserCreateOneWithoutRatingsInput!
  2054. value: Int!
  2055. comment: String!
  2056. }
  2057. input RatingCreateManyInput {
  2058. create: [RatingCreateInput!]
  2059. connect: [RatingWhereUniqueInput!]
  2060. }
  2061. input RatingCreateManyWithoutUserInput {
  2062. create: [RatingCreateWithoutUserInput!]
  2063. connect: [RatingWhereUniqueInput!]
  2064. }
  2065. input RatingCreateWithoutUserInput {
  2066. id: ID
  2067. value: Int!
  2068. comment: String!
  2069. }
  2070. type RatingEdge {
  2071. node: Rating!
  2072. cursor: String!
  2073. }
  2074. enum RatingOrderByInput {
  2075. id_ASC
  2076. id_DESC
  2077. value_ASC
  2078. value_DESC
  2079. comment_ASC
  2080. comment_DESC
  2081. createdAt_ASC
  2082. createdAt_DESC
  2083. }
  2084. type RatingPreviousValues {
  2085. id: ID!
  2086. value: Int!
  2087. comment: String!
  2088. createdAt: DateTime!
  2089. }
  2090. input RatingScalarWhereInput {
  2091. id: ID
  2092. id_not: ID
  2093. id_in: [ID!]
  2094. id_not_in: [ID!]
  2095. id_lt: ID
  2096. id_lte: ID
  2097. id_gt: ID
  2098. id_gte: ID
  2099. id_contains: ID
  2100. id_not_contains: ID
  2101. id_starts_with: ID
  2102. id_not_starts_with: ID
  2103. id_ends_with: ID
  2104. id_not_ends_with: ID
  2105. value: Int
  2106. value_not: Int
  2107. value_in: [Int!]
  2108. value_not_in: [Int!]
  2109. value_lt: Int
  2110. value_lte: Int
  2111. value_gt: Int
  2112. value_gte: Int
  2113. comment: String
  2114. comment_not: String
  2115. comment_in: [String!]
  2116. comment_not_in: [String!]
  2117. comment_lt: String
  2118. comment_lte: String
  2119. comment_gt: String
  2120. comment_gte: String
  2121. comment_contains: String
  2122. comment_not_contains: String
  2123. comment_starts_with: String
  2124. comment_not_starts_with: String
  2125. comment_ends_with: String
  2126. comment_not_ends_with: String
  2127. createdAt: DateTime
  2128. createdAt_not: DateTime
  2129. createdAt_in: [DateTime!]
  2130. createdAt_not_in: [DateTime!]
  2131. createdAt_lt: DateTime
  2132. createdAt_lte: DateTime
  2133. createdAt_gt: DateTime
  2134. createdAt_gte: DateTime
  2135. AND: [RatingScalarWhereInput!]
  2136. OR: [RatingScalarWhereInput!]
  2137. NOT: [RatingScalarWhereInput!]
  2138. }
  2139. type RatingSubscriptionPayload {
  2140. mutation: MutationType!
  2141. node: Rating
  2142. updatedFields: [String!]
  2143. previousValues: RatingPreviousValues
  2144. }
  2145. input RatingSubscriptionWhereInput {
  2146. mutation_in: [MutationType!]
  2147. updatedFields_contains: String
  2148. updatedFields_contains_every: [String!]
  2149. updatedFields_contains_some: [String!]
  2150. node: RatingWhereInput
  2151. AND: [RatingSubscriptionWhereInput!]
  2152. OR: [RatingSubscriptionWhereInput!]
  2153. NOT: [RatingSubscriptionWhereInput!]
  2154. }
  2155. input RatingUpdateDataInput {
  2156. user: UserUpdateOneRequiredWithoutRatingsInput
  2157. value: Int
  2158. comment: String
  2159. }
  2160. input RatingUpdateInput {
  2161. user: UserUpdateOneRequiredWithoutRatingsInput
  2162. value: Int
  2163. comment: String
  2164. }
  2165. input RatingUpdateManyDataInput {
  2166. value: Int
  2167. comment: String
  2168. }
  2169. input RatingUpdateManyInput {
  2170. create: [RatingCreateInput!]
  2171. update: [RatingUpdateWithWhereUniqueNestedInput!]
  2172. upsert: [RatingUpsertWithWhereUniqueNestedInput!]
  2173. delete: [RatingWhereUniqueInput!]
  2174. connect: [RatingWhereUniqueInput!]
  2175. set: [RatingWhereUniqueInput!]
  2176. disconnect: [RatingWhereUniqueInput!]
  2177. deleteMany: [RatingScalarWhereInput!]
  2178. updateMany: [RatingUpdateManyWithWhereNestedInput!]
  2179. }
  2180. input RatingUpdateManyMutationInput {
  2181. value: Int
  2182. comment: String
  2183. }
  2184. input RatingUpdateManyWithoutUserInput {
  2185. create: [RatingCreateWithoutUserInput!]
  2186. delete: [RatingWhereUniqueInput!]
  2187. connect: [RatingWhereUniqueInput!]
  2188. set: [RatingWhereUniqueInput!]
  2189. disconnect: [RatingWhereUniqueInput!]
  2190. update: [RatingUpdateWithWhereUniqueWithoutUserInput!]
  2191. upsert: [RatingUpsertWithWhereUniqueWithoutUserInput!]
  2192. deleteMany: [RatingScalarWhereInput!]
  2193. updateMany: [RatingUpdateManyWithWhereNestedInput!]
  2194. }
  2195. input RatingUpdateManyWithWhereNestedInput {
  2196. where: RatingScalarWhereInput!
  2197. data: RatingUpdateManyDataInput!
  2198. }
  2199. input RatingUpdateWithoutUserDataInput {
  2200. value: Int
  2201. comment: String
  2202. }
  2203. input RatingUpdateWithWhereUniqueNestedInput {
  2204. where: RatingWhereUniqueInput!
  2205. data: RatingUpdateDataInput!
  2206. }
  2207. input RatingUpdateWithWhereUniqueWithoutUserInput {
  2208. where: RatingWhereUniqueInput!
  2209. data: RatingUpdateWithoutUserDataInput!
  2210. }
  2211. input RatingUpsertWithWhereUniqueNestedInput {
  2212. where: RatingWhereUniqueInput!
  2213. update: RatingUpdateDataInput!
  2214. create: RatingCreateInput!
  2215. }
  2216. input RatingUpsertWithWhereUniqueWithoutUserInput {
  2217. where: RatingWhereUniqueInput!
  2218. update: RatingUpdateWithoutUserDataInput!
  2219. create: RatingCreateWithoutUserInput!
  2220. }
  2221. input RatingWhereInput {
  2222. id: ID
  2223. id_not: ID
  2224. id_in: [ID!]
  2225. id_not_in: [ID!]
  2226. id_lt: ID
  2227. id_lte: ID
  2228. id_gt: ID
  2229. id_gte: ID
  2230. id_contains: ID
  2231. id_not_contains: ID
  2232. id_starts_with: ID
  2233. id_not_starts_with: ID
  2234. id_ends_with: ID
  2235. id_not_ends_with: ID
  2236. user: UserWhereInput
  2237. value: Int
  2238. value_not: Int
  2239. value_in: [Int!]
  2240. value_not_in: [Int!]
  2241. value_lt: Int
  2242. value_lte: Int
  2243. value_gt: Int
  2244. value_gte: Int
  2245. comment: String
  2246. comment_not: String
  2247. comment_in: [String!]
  2248. comment_not_in: [String!]
  2249. comment_lt: String
  2250. comment_lte: String
  2251. comment_gt: String
  2252. comment_gte: String
  2253. comment_contains: String
  2254. comment_not_contains: String
  2255. comment_starts_with: String
  2256. comment_not_starts_with: String
  2257. comment_ends_with: String
  2258. comment_not_ends_with: String
  2259. createdAt: DateTime
  2260. createdAt_not: DateTime
  2261. createdAt_in: [DateTime!]
  2262. createdAt_not_in: [DateTime!]
  2263. createdAt_lt: DateTime
  2264. createdAt_lte: DateTime
  2265. createdAt_gt: DateTime
  2266. createdAt_gte: DateTime
  2267. AND: [RatingWhereInput!]
  2268. OR: [RatingWhereInput!]
  2269. NOT: [RatingWhereInput!]
  2270. }
  2271. input RatingWhereUniqueInput {
  2272. id: ID
  2273. }
  2274. type Subscription {
  2275. block(where: BlockSubscriptionWhereInput): BlockSubscriptionPayload
  2276. blockInstance(where: BlockInstanceSubscriptionWhereInput): BlockInstanceSubscriptionPayload
  2277. comment(where: CommentSubscriptionWhereInput): CommentSubscriptionPayload
  2278. exercise(where: ExerciseSubscriptionWhereInput): ExerciseSubscriptionPayload
  2279. exerciseInstance(where: ExerciseInstanceSubscriptionWhereInput): ExerciseInstanceSubscriptionPayload
  2280. file(where: FileSubscriptionWhereInput): FileSubscriptionPayload
  2281. format(where: FormatSubscriptionWhereInput): FormatSubscriptionPayload
  2282. picture(where: PictureSubscriptionWhereInput): PictureSubscriptionPayload
  2283. rating(where: RatingSubscriptionWhereInput): RatingSubscriptionPayload
  2284. track(where: TrackSubscriptionWhereInput): TrackSubscriptionPayload
  2285. training(where: TrainingSubscriptionWhereInput): TrainingSubscriptionPayload
  2286. trainingType(where: TrainingTypeSubscriptionWhereInput): TrainingTypeSubscriptionPayload
  2287. user(where: UserSubscriptionWhereInput): UserSubscriptionPayload
  2288. video(where: VideoSubscriptionWhereInput): VideoSubscriptionPayload
  2289. }
  2290. type Track {
  2291. id: ID!
  2292. title: String!
  2293. artist: String!
  2294. duration: Int!
  2295. file: File
  2296. link: String
  2297. }
  2298. type TrackConnection {
  2299. pageInfo: PageInfo!
  2300. edges: [TrackEdge]!
  2301. aggregate: AggregateTrack!
  2302. }
  2303. input TrackCreateInput {
  2304. id: ID
  2305. title: String!
  2306. artist: String!
  2307. duration: Int!
  2308. file: FileCreateOneInput
  2309. link: String
  2310. }
  2311. input TrackCreateManyInput {
  2312. create: [TrackCreateInput!]
  2313. connect: [TrackWhereUniqueInput!]
  2314. }
  2315. type TrackEdge {
  2316. node: Track!
  2317. cursor: String!
  2318. }
  2319. enum TrackOrderByInput {
  2320. id_ASC
  2321. id_DESC
  2322. title_ASC
  2323. title_DESC
  2324. artist_ASC
  2325. artist_DESC
  2326. duration_ASC
  2327. duration_DESC
  2328. link_ASC
  2329. link_DESC
  2330. }
  2331. type TrackPreviousValues {
  2332. id: ID!
  2333. title: String!
  2334. artist: String!
  2335. duration: Int!
  2336. link: String
  2337. }
  2338. input TrackScalarWhereInput {
  2339. id: ID
  2340. id_not: ID
  2341. id_in: [ID!]
  2342. id_not_in: [ID!]
  2343. id_lt: ID
  2344. id_lte: ID
  2345. id_gt: ID
  2346. id_gte: ID
  2347. id_contains: ID
  2348. id_not_contains: ID
  2349. id_starts_with: ID
  2350. id_not_starts_with: ID
  2351. id_ends_with: ID
  2352. id_not_ends_with: ID
  2353. title: String
  2354. title_not: String
  2355. title_in: [String!]
  2356. title_not_in: [String!]
  2357. title_lt: String
  2358. title_lte: String
  2359. title_gt: String
  2360. title_gte: String
  2361. title_contains: String
  2362. title_not_contains: String
  2363. title_starts_with: String
  2364. title_not_starts_with: String
  2365. title_ends_with: String
  2366. title_not_ends_with: String
  2367. artist: String
  2368. artist_not: String
  2369. artist_in: [String!]
  2370. artist_not_in: [String!]
  2371. artist_lt: String
  2372. artist_lte: String
  2373. artist_gt: String
  2374. artist_gte: String
  2375. artist_contains: String
  2376. artist_not_contains: String
  2377. artist_starts_with: String
  2378. artist_not_starts_with: String
  2379. artist_ends_with: String
  2380. artist_not_ends_with: String
  2381. duration: Int
  2382. duration_not: Int
  2383. duration_in: [Int!]
  2384. duration_not_in: [Int!]
  2385. duration_lt: Int
  2386. duration_lte: Int
  2387. duration_gt: Int
  2388. duration_gte: Int
  2389. link: String
  2390. link_not: String
  2391. link_in: [String!]
  2392. link_not_in: [String!]
  2393. link_lt: String
  2394. link_lte: String
  2395. link_gt: String
  2396. link_gte: String
  2397. link_contains: String
  2398. link_not_contains: String
  2399. link_starts_with: String
  2400. link_not_starts_with: String
  2401. link_ends_with: String
  2402. link_not_ends_with: String
  2403. AND: [TrackScalarWhereInput!]
  2404. OR: [TrackScalarWhereInput!]
  2405. NOT: [TrackScalarWhereInput!]
  2406. }
  2407. type TrackSubscriptionPayload {
  2408. mutation: MutationType!
  2409. node: Track
  2410. updatedFields: [String!]
  2411. previousValues: TrackPreviousValues
  2412. }
  2413. input TrackSubscriptionWhereInput {
  2414. mutation_in: [MutationType!]
  2415. updatedFields_contains: String
  2416. updatedFields_contains_every: [String!]
  2417. updatedFields_contains_some: [String!]
  2418. node: TrackWhereInput
  2419. AND: [TrackSubscriptionWhereInput!]
  2420. OR: [TrackSubscriptionWhereInput!]
  2421. NOT: [TrackSubscriptionWhereInput!]
  2422. }
  2423. input TrackUpdateDataInput {
  2424. title: String
  2425. artist: String
  2426. duration: Int
  2427. file: FileUpdateOneInput
  2428. link: String
  2429. }
  2430. input TrackUpdateInput {
  2431. title: String
  2432. artist: String
  2433. duration: Int
  2434. file: FileUpdateOneInput
  2435. link: String
  2436. }
  2437. input TrackUpdateManyDataInput {
  2438. title: String
  2439. artist: String
  2440. duration: Int
  2441. link: String
  2442. }
  2443. input TrackUpdateManyInput {
  2444. create: [TrackCreateInput!]
  2445. update: [TrackUpdateWithWhereUniqueNestedInput!]
  2446. upsert: [TrackUpsertWithWhereUniqueNestedInput!]
  2447. delete: [TrackWhereUniqueInput!]
  2448. connect: [TrackWhereUniqueInput!]
  2449. set: [TrackWhereUniqueInput!]
  2450. disconnect: [TrackWhereUniqueInput!]
  2451. deleteMany: [TrackScalarWhereInput!]
  2452. updateMany: [TrackUpdateManyWithWhereNestedInput!]
  2453. }
  2454. input TrackUpdateManyMutationInput {
  2455. title: String
  2456. artist: String
  2457. duration: Int
  2458. link: String
  2459. }
  2460. input TrackUpdateManyWithWhereNestedInput {
  2461. where: TrackScalarWhereInput!
  2462. data: TrackUpdateManyDataInput!
  2463. }
  2464. input TrackUpdateWithWhereUniqueNestedInput {
  2465. where: TrackWhereUniqueInput!
  2466. data: TrackUpdateDataInput!
  2467. }
  2468. input TrackUpsertWithWhereUniqueNestedInput {
  2469. where: TrackWhereUniqueInput!
  2470. update: TrackUpdateDataInput!
  2471. create: TrackCreateInput!
  2472. }
  2473. input TrackWhereInput {
  2474. id: ID
  2475. id_not: ID
  2476. id_in: [ID!]
  2477. id_not_in: [ID!]
  2478. id_lt: ID
  2479. id_lte: ID
  2480. id_gt: ID
  2481. id_gte: ID
  2482. id_contains: ID
  2483. id_not_contains: ID
  2484. id_starts_with: ID
  2485. id_not_starts_with: ID
  2486. id_ends_with: ID
  2487. id_not_ends_with: ID
  2488. title: String
  2489. title_not: String
  2490. title_in: [String!]
  2491. title_not_in: [String!]
  2492. title_lt: String
  2493. title_lte: String
  2494. title_gt: String
  2495. title_gte: String
  2496. title_contains: String
  2497. title_not_contains: String
  2498. title_starts_with: String
  2499. title_not_starts_with: String
  2500. title_ends_with: String
  2501. title_not_ends_with: String
  2502. artist: String
  2503. artist_not: String
  2504. artist_in: [String!]
  2505. artist_not_in: [String!]
  2506. artist_lt: String
  2507. artist_lte: String
  2508. artist_gt: String
  2509. artist_gte: String
  2510. artist_contains: String
  2511. artist_not_contains: String
  2512. artist_starts_with: String
  2513. artist_not_starts_with: String
  2514. artist_ends_with: String
  2515. artist_not_ends_with: String
  2516. duration: Int
  2517. duration_not: Int
  2518. duration_in: [Int!]
  2519. duration_not_in: [Int!]
  2520. duration_lt: Int
  2521. duration_lte: Int
  2522. duration_gt: Int
  2523. duration_gte: Int
  2524. file: FileWhereInput
  2525. link: String
  2526. link_not: String
  2527. link_in: [String!]
  2528. link_not_in: [String!]
  2529. link_lt: String
  2530. link_lte: String
  2531. link_gt: String
  2532. link_gte: String
  2533. link_contains: String
  2534. link_not_contains: String
  2535. link_starts_with: String
  2536. link_not_starts_with: String
  2537. link_ends_with: String
  2538. link_not_ends_with: String
  2539. AND: [TrackWhereInput!]
  2540. OR: [TrackWhereInput!]
  2541. NOT: [TrackWhereInput!]
  2542. }
  2543. input TrackWhereUniqueInput {
  2544. id: ID
  2545. }
  2546. type Training {
  2547. id: ID!
  2548. title: String!
  2549. type: TrainingType!
  2550. createdAt: DateTime!
  2551. trainingDate: DateTime!
  2552. location: String!
  2553. registrations(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User!]
  2554. attendance: Int
  2555. ratings(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Rating!]
  2556. published: Boolean!
  2557. blocks(where: BlockInstanceWhereInput, orderBy: BlockInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [BlockInstance!]
  2558. }
  2559. type TrainingConnection {
  2560. pageInfo: PageInfo!
  2561. edges: [TrainingEdge]!
  2562. aggregate: AggregateTraining!
  2563. }
  2564. input TrainingCreateInput {
  2565. id: ID
  2566. title: String!
  2567. type: TrainingTypeCreateOneInput!
  2568. trainingDate: DateTime!
  2569. location: String!
  2570. registrations: UserCreateManyInput
  2571. attendance: Int
  2572. ratings: RatingCreateManyInput
  2573. published: Boolean!
  2574. blocks: BlockInstanceCreateManyWithoutParentTrainingInput
  2575. }
  2576. input TrainingCreateOneWithoutBlocksInput {
  2577. create: TrainingCreateWithoutBlocksInput
  2578. connect: TrainingWhereUniqueInput
  2579. }
  2580. input TrainingCreateWithoutBlocksInput {
  2581. id: ID
  2582. title: String!
  2583. type: TrainingTypeCreateOneInput!
  2584. trainingDate: DateTime!
  2585. location: String!
  2586. registrations: UserCreateManyInput
  2587. attendance: Int
  2588. ratings: RatingCreateManyInput
  2589. published: Boolean!
  2590. }
  2591. type TrainingEdge {
  2592. node: Training!
  2593. cursor: String!
  2594. }
  2595. enum TrainingOrderByInput {
  2596. id_ASC
  2597. id_DESC
  2598. title_ASC
  2599. title_DESC
  2600. createdAt_ASC
  2601. createdAt_DESC
  2602. trainingDate_ASC
  2603. trainingDate_DESC
  2604. location_ASC
  2605. location_DESC
  2606. attendance_ASC
  2607. attendance_DESC
  2608. published_ASC
  2609. published_DESC
  2610. }
  2611. type TrainingPreviousValues {
  2612. id: ID!
  2613. title: String!
  2614. createdAt: DateTime!
  2615. trainingDate: DateTime!
  2616. location: String!
  2617. attendance: Int
  2618. published: Boolean!
  2619. }
  2620. type TrainingSubscriptionPayload {
  2621. mutation: MutationType!
  2622. node: Training
  2623. updatedFields: [String!]
  2624. previousValues: TrainingPreviousValues
  2625. }
  2626. input TrainingSubscriptionWhereInput {
  2627. mutation_in: [MutationType!]
  2628. updatedFields_contains: String
  2629. updatedFields_contains_every: [String!]
  2630. updatedFields_contains_some: [String!]
  2631. node: TrainingWhereInput
  2632. AND: [TrainingSubscriptionWhereInput!]
  2633. OR: [TrainingSubscriptionWhereInput!]
  2634. NOT: [TrainingSubscriptionWhereInput!]
  2635. }
  2636. type TrainingType {
  2637. id: ID!
  2638. name: String!
  2639. description: String!
  2640. }
  2641. type TrainingTypeConnection {
  2642. pageInfo: PageInfo!
  2643. edges: [TrainingTypeEdge]!
  2644. aggregate: AggregateTrainingType!
  2645. }
  2646. input TrainingTypeCreateInput {
  2647. id: ID
  2648. name: String!
  2649. description: String!
  2650. }
  2651. input TrainingTypeCreateOneInput {
  2652. create: TrainingTypeCreateInput
  2653. connect: TrainingTypeWhereUniqueInput
  2654. }
  2655. type TrainingTypeEdge {
  2656. node: TrainingType!
  2657. cursor: String!
  2658. }
  2659. enum TrainingTypeOrderByInput {
  2660. id_ASC
  2661. id_DESC
  2662. name_ASC
  2663. name_DESC
  2664. description_ASC
  2665. description_DESC
  2666. }
  2667. type TrainingTypePreviousValues {
  2668. id: ID!
  2669. name: String!
  2670. description: String!
  2671. }
  2672. type TrainingTypeSubscriptionPayload {
  2673. mutation: MutationType!
  2674. node: TrainingType
  2675. updatedFields: [String!]
  2676. previousValues: TrainingTypePreviousValues
  2677. }
  2678. input TrainingTypeSubscriptionWhereInput {
  2679. mutation_in: [MutationType!]
  2680. updatedFields_contains: String
  2681. updatedFields_contains_every: [String!]
  2682. updatedFields_contains_some: [String!]
  2683. node: TrainingTypeWhereInput
  2684. AND: [TrainingTypeSubscriptionWhereInput!]
  2685. OR: [TrainingTypeSubscriptionWhereInput!]
  2686. NOT: [TrainingTypeSubscriptionWhereInput!]
  2687. }
  2688. input TrainingTypeUpdateDataInput {
  2689. name: String
  2690. description: String
  2691. }
  2692. input TrainingTypeUpdateInput {
  2693. name: String
  2694. description: String
  2695. }
  2696. input TrainingTypeUpdateManyMutationInput {
  2697. name: String
  2698. description: String
  2699. }
  2700. input TrainingTypeUpdateOneRequiredInput {
  2701. create: TrainingTypeCreateInput
  2702. update: TrainingTypeUpdateDataInput
  2703. upsert: TrainingTypeUpsertNestedInput
  2704. connect: TrainingTypeWhereUniqueInput
  2705. }
  2706. input TrainingTypeUpsertNestedInput {
  2707. update: TrainingTypeUpdateDataInput!
  2708. create: TrainingTypeCreateInput!
  2709. }
  2710. input TrainingTypeWhereInput {
  2711. id: ID
  2712. id_not: ID
  2713. id_in: [ID!]
  2714. id_not_in: [ID!]
  2715. id_lt: ID
  2716. id_lte: ID
  2717. id_gt: ID
  2718. id_gte: ID
  2719. id_contains: ID
  2720. id_not_contains: ID
  2721. id_starts_with: ID
  2722. id_not_starts_with: ID
  2723. id_ends_with: ID
  2724. id_not_ends_with: ID
  2725. name: String
  2726. name_not: String
  2727. name_in: [String!]
  2728. name_not_in: [String!]
  2729. name_lt: String
  2730. name_lte: String
  2731. name_gt: String
  2732. name_gte: String
  2733. name_contains: String
  2734. name_not_contains: String
  2735. name_starts_with: String
  2736. name_not_starts_with: String
  2737. name_ends_with: String
  2738. name_not_ends_with: String
  2739. description: String
  2740. description_not: String
  2741. description_in: [String!]
  2742. description_not_in: [String!]
  2743. description_lt: String
  2744. description_lte: String
  2745. description_gt: String
  2746. description_gte: String
  2747. description_contains: String
  2748. description_not_contains: String
  2749. description_starts_with: String
  2750. description_not_starts_with: String
  2751. description_ends_with: String
  2752. description_not_ends_with: String
  2753. AND: [TrainingTypeWhereInput!]
  2754. OR: [TrainingTypeWhereInput!]
  2755. NOT: [TrainingTypeWhereInput!]
  2756. }
  2757. input TrainingTypeWhereUniqueInput {
  2758. id: ID
  2759. name: String
  2760. }
  2761. input TrainingUpdateInput {
  2762. title: String
  2763. type: TrainingTypeUpdateOneRequiredInput
  2764. trainingDate: DateTime
  2765. location: String
  2766. registrations: UserUpdateManyInput
  2767. attendance: Int
  2768. ratings: RatingUpdateManyInput
  2769. published: Boolean
  2770. blocks: BlockInstanceUpdateManyWithoutParentTrainingInput
  2771. }
  2772. input TrainingUpdateManyMutationInput {
  2773. title: String
  2774. trainingDate: DateTime
  2775. location: String
  2776. attendance: Int
  2777. published: Boolean
  2778. }
  2779. input TrainingUpdateOneWithoutBlocksInput {
  2780. create: TrainingCreateWithoutBlocksInput
  2781. update: TrainingUpdateWithoutBlocksDataInput
  2782. upsert: TrainingUpsertWithoutBlocksInput
  2783. delete: Boolean
  2784. disconnect: Boolean
  2785. connect: TrainingWhereUniqueInput
  2786. }
  2787. input TrainingUpdateWithoutBlocksDataInput {
  2788. title: String
  2789. type: TrainingTypeUpdateOneRequiredInput
  2790. trainingDate: DateTime
  2791. location: String
  2792. registrations: UserUpdateManyInput
  2793. attendance: Int
  2794. ratings: RatingUpdateManyInput
  2795. published: Boolean
  2796. }
  2797. input TrainingUpsertWithoutBlocksInput {
  2798. update: TrainingUpdateWithoutBlocksDataInput!
  2799. create: TrainingCreateWithoutBlocksInput!
  2800. }
  2801. input TrainingWhereInput {
  2802. id: ID
  2803. id_not: ID
  2804. id_in: [ID!]
  2805. id_not_in: [ID!]
  2806. id_lt: ID
  2807. id_lte: ID
  2808. id_gt: ID
  2809. id_gte: ID
  2810. id_contains: ID
  2811. id_not_contains: ID
  2812. id_starts_with: ID
  2813. id_not_starts_with: ID
  2814. id_ends_with: ID
  2815. id_not_ends_with: ID
  2816. title: String
  2817. title_not: String
  2818. title_in: [String!]
  2819. title_not_in: [String!]
  2820. title_lt: String
  2821. title_lte: String
  2822. title_gt: String
  2823. title_gte: String
  2824. title_contains: String
  2825. title_not_contains: String
  2826. title_starts_with: String
  2827. title_not_starts_with: String
  2828. title_ends_with: String
  2829. title_not_ends_with: String
  2830. type: TrainingTypeWhereInput
  2831. createdAt: DateTime
  2832. createdAt_not: DateTime
  2833. createdAt_in: [DateTime!]
  2834. createdAt_not_in: [DateTime!]
  2835. createdAt_lt: DateTime
  2836. createdAt_lte: DateTime
  2837. createdAt_gt: DateTime
  2838. createdAt_gte: DateTime
  2839. trainingDate: DateTime
  2840. trainingDate_not: DateTime
  2841. trainingDate_in: [DateTime!]
  2842. trainingDate_not_in: [DateTime!]
  2843. trainingDate_lt: DateTime
  2844. trainingDate_lte: DateTime
  2845. trainingDate_gt: DateTime
  2846. trainingDate_gte: DateTime
  2847. location: String
  2848. location_not: String
  2849. location_in: [String!]
  2850. location_not_in: [String!]
  2851. location_lt: String
  2852. location_lte: String
  2853. location_gt: String
  2854. location_gte: String
  2855. location_contains: String
  2856. location_not_contains: String
  2857. location_starts_with: String
  2858. location_not_starts_with: String
  2859. location_ends_with: String
  2860. location_not_ends_with: String
  2861. registrations_every: UserWhereInput
  2862. registrations_some: UserWhereInput
  2863. registrations_none: UserWhereInput
  2864. attendance: Int
  2865. attendance_not: Int
  2866. attendance_in: [Int!]
  2867. attendance_not_in: [Int!]
  2868. attendance_lt: Int
  2869. attendance_lte: Int
  2870. attendance_gt: Int
  2871. attendance_gte: Int
  2872. ratings_every: RatingWhereInput
  2873. ratings_some: RatingWhereInput
  2874. ratings_none: RatingWhereInput
  2875. published: Boolean
  2876. published_not: Boolean
  2877. blocks_every: BlockInstanceWhereInput
  2878. blocks_some: BlockInstanceWhereInput
  2879. blocks_none: BlockInstanceWhereInput
  2880. AND: [TrainingWhereInput!]
  2881. OR: [TrainingWhereInput!]
  2882. NOT: [TrainingWhereInput!]
  2883. }
  2884. input TrainingWhereUniqueInput {
  2885. id: ID
  2886. }
  2887. type User {
  2888. id: ID!
  2889. email: String!
  2890. name: String!
  2891. password: String!
  2892. resetToken: String
  2893. resetTokenExpiry: Float
  2894. createdAt: DateTime!
  2895. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment!]
  2896. ratings(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Rating!]
  2897. permissions: [Permission!]!
  2898. interests: [String!]!
  2899. avatar: Picture
  2900. }
  2901. type UserConnection {
  2902. pageInfo: PageInfo!
  2903. edges: [UserEdge]!
  2904. aggregate: AggregateUser!
  2905. }
  2906. input UserCreateInput {
  2907. id: ID
  2908. email: String!
  2909. name: String!
  2910. password: String!
  2911. resetToken: String
  2912. resetTokenExpiry: Float
  2913. comments: CommentCreateManyWithoutAuthorInput
  2914. ratings: RatingCreateManyWithoutUserInput
  2915. permissions: UserCreatepermissionsInput
  2916. interests: UserCreateinterestsInput
  2917. avatar: PictureCreateOneInput
  2918. }
  2919. input UserCreateinterestsInput {
  2920. set: [String!]
  2921. }
  2922. input UserCreateManyInput {
  2923. create: [UserCreateInput!]
  2924. connect: [UserWhereUniqueInput!]
  2925. }
  2926. input UserCreateOneInput {
  2927. create: UserCreateInput
  2928. connect: UserWhereUniqueInput
  2929. }
  2930. input UserCreateOneWithoutCommentsInput {
  2931. create: UserCreateWithoutCommentsInput
  2932. connect: UserWhereUniqueInput
  2933. }
  2934. input UserCreateOneWithoutRatingsInput {
  2935. create: UserCreateWithoutRatingsInput
  2936. connect: UserWhereUniqueInput
  2937. }
  2938. input UserCreatepermissionsInput {
  2939. set: [Permission!]
  2940. }
  2941. input UserCreateWithoutCommentsInput {
  2942. id: ID
  2943. email: String!
  2944. name: String!
  2945. password: String!
  2946. resetToken: String
  2947. resetTokenExpiry: Float
  2948. ratings: RatingCreateManyWithoutUserInput
  2949. permissions: UserCreatepermissionsInput
  2950. interests: UserCreateinterestsInput
  2951. avatar: PictureCreateOneInput
  2952. }
  2953. input UserCreateWithoutRatingsInput {
  2954. id: ID
  2955. email: String!
  2956. name: String!
  2957. password: String!
  2958. resetToken: String
  2959. resetTokenExpiry: Float
  2960. comments: CommentCreateManyWithoutAuthorInput
  2961. permissions: UserCreatepermissionsInput
  2962. interests: UserCreateinterestsInput
  2963. avatar: PictureCreateOneInput
  2964. }
  2965. type UserEdge {
  2966. node: User!
  2967. cursor: String!
  2968. }
  2969. enum UserOrderByInput {
  2970. id_ASC
  2971. id_DESC
  2972. email_ASC
  2973. email_DESC
  2974. name_ASC
  2975. name_DESC
  2976. password_ASC
  2977. password_DESC
  2978. resetToken_ASC
  2979. resetToken_DESC
  2980. resetTokenExpiry_ASC
  2981. resetTokenExpiry_DESC
  2982. createdAt_ASC
  2983. createdAt_DESC
  2984. }
  2985. type UserPreviousValues {
  2986. id: ID!
  2987. email: String!
  2988. name: String!
  2989. password: String!
  2990. resetToken: String
  2991. resetTokenExpiry: Float
  2992. createdAt: DateTime!
  2993. permissions: [Permission!]!
  2994. interests: [String!]!
  2995. }
  2996. input UserScalarWhereInput {
  2997. id: ID
  2998. id_not: ID
  2999. id_in: [ID!]
  3000. id_not_in: [ID!]
  3001. id_lt: ID
  3002. id_lte: ID
  3003. id_gt: ID
  3004. id_gte: ID
  3005. id_contains: ID
  3006. id_not_contains: ID
  3007. id_starts_with: ID
  3008. id_not_starts_with: ID
  3009. id_ends_with: ID
  3010. id_not_ends_with: ID
  3011. email: String
  3012. email_not: String
  3013. email_in: [String!]
  3014. email_not_in: [String!]
  3015. email_lt: String
  3016. email_lte: String
  3017. email_gt: String
  3018. email_gte: String
  3019. email_contains: String
  3020. email_not_contains: String
  3021. email_starts_with: String
  3022. email_not_starts_with: String
  3023. email_ends_with: String
  3024. email_not_ends_with: String
  3025. name: String
  3026. name_not: String
  3027. name_in: [String!]
  3028. name_not_in: [String!]
  3029. name_lt: String
  3030. name_lte: String
  3031. name_gt: String
  3032. name_gte: String
  3033. name_contains: String
  3034. name_not_contains: String
  3035. name_starts_with: String
  3036. name_not_starts_with: String
  3037. name_ends_with: String
  3038. name_not_ends_with: String
  3039. password: String
  3040. password_not: String
  3041. password_in: [String!]
  3042. password_not_in: [String!]
  3043. password_lt: String
  3044. password_lte: String
  3045. password_gt: String
  3046. password_gte: String
  3047. password_contains: String
  3048. password_not_contains: String
  3049. password_starts_with: String
  3050. password_not_starts_with: String
  3051. password_ends_with: String
  3052. password_not_ends_with: String
  3053. resetToken: String
  3054. resetToken_not: String
  3055. resetToken_in: [String!]
  3056. resetToken_not_in: [String!]
  3057. resetToken_lt: String
  3058. resetToken_lte: String
  3059. resetToken_gt: String
  3060. resetToken_gte: String
  3061. resetToken_contains: String
  3062. resetToken_not_contains: String
  3063. resetToken_starts_with: String
  3064. resetToken_not_starts_with: String
  3065. resetToken_ends_with: String
  3066. resetToken_not_ends_with: String
  3067. resetTokenExpiry: Float
  3068. resetTokenExpiry_not: Float
  3069. resetTokenExpiry_in: [Float!]
  3070. resetTokenExpiry_not_in: [Float!]
  3071. resetTokenExpiry_lt: Float
  3072. resetTokenExpiry_lte: Float
  3073. resetTokenExpiry_gt: Float
  3074. resetTokenExpiry_gte: Float
  3075. createdAt: DateTime
  3076. createdAt_not: DateTime
  3077. createdAt_in: [DateTime!]
  3078. createdAt_not_in: [DateTime!]
  3079. createdAt_lt: DateTime
  3080. createdAt_lte: DateTime
  3081. createdAt_gt: DateTime
  3082. createdAt_gte: DateTime
  3083. AND: [UserScalarWhereInput!]
  3084. OR: [UserScalarWhereInput!]
  3085. NOT: [UserScalarWhereInput!]
  3086. }
  3087. type UserSubscriptionPayload {
  3088. mutation: MutationType!
  3089. node: User
  3090. updatedFields: [String!]
  3091. previousValues: UserPreviousValues
  3092. }
  3093. input UserSubscriptionWhereInput {
  3094. mutation_in: [MutationType!]
  3095. updatedFields_contains: String
  3096. updatedFields_contains_every: [String!]
  3097. updatedFields_contains_some: [String!]
  3098. node: UserWhereInput
  3099. AND: [UserSubscriptionWhereInput!]
  3100. OR: [UserSubscriptionWhereInput!]
  3101. NOT: [UserSubscriptionWhereInput!]
  3102. }
  3103. input UserUpdateDataInput {
  3104. email: String
  3105. name: String
  3106. password: String
  3107. resetToken: String
  3108. resetTokenExpiry: Float
  3109. comments: CommentUpdateManyWithoutAuthorInput
  3110. ratings: RatingUpdateManyWithoutUserInput
  3111. permissions: UserUpdatepermissionsInput
  3112. interests: UserUpdateinterestsInput
  3113. avatar: PictureUpdateOneInput
  3114. }
  3115. input UserUpdateInput {
  3116. email: String
  3117. name: String
  3118. password: String
  3119. resetToken: String
  3120. resetTokenExpiry: Float
  3121. comments: CommentUpdateManyWithoutAuthorInput
  3122. ratings: RatingUpdateManyWithoutUserInput
  3123. permissions: UserUpdatepermissionsInput
  3124. interests: UserUpdateinterestsInput
  3125. avatar: PictureUpdateOneInput
  3126. }
  3127. input UserUpdateinterestsInput {
  3128. set: [String!]
  3129. }
  3130. input UserUpdateManyDataInput {
  3131. email: String
  3132. name: String
  3133. password: String
  3134. resetToken: String
  3135. resetTokenExpiry: Float
  3136. permissions: UserUpdatepermissionsInput
  3137. interests: UserUpdateinterestsInput
  3138. }
  3139. input UserUpdateManyInput {
  3140. create: [UserCreateInput!]
  3141. update: [UserUpdateWithWhereUniqueNestedInput!]
  3142. upsert: [UserUpsertWithWhereUniqueNestedInput!]
  3143. delete: [UserWhereUniqueInput!]
  3144. connect: [UserWhereUniqueInput!]
  3145. set: [UserWhereUniqueInput!]
  3146. disconnect: [UserWhereUniqueInput!]
  3147. deleteMany: [UserScalarWhereInput!]
  3148. updateMany: [UserUpdateManyWithWhereNestedInput!]
  3149. }
  3150. input UserUpdateManyMutationInput {
  3151. email: String
  3152. name: String
  3153. password: String
  3154. resetToken: String
  3155. resetTokenExpiry: Float
  3156. permissions: UserUpdatepermissionsInput
  3157. interests: UserUpdateinterestsInput
  3158. }
  3159. input UserUpdateManyWithWhereNestedInput {
  3160. where: UserScalarWhereInput!
  3161. data: UserUpdateManyDataInput!
  3162. }
  3163. input UserUpdateOneRequiredInput {
  3164. create: UserCreateInput
  3165. update: UserUpdateDataInput
  3166. upsert: UserUpsertNestedInput
  3167. connect: UserWhereUniqueInput
  3168. }
  3169. input UserUpdateOneRequiredWithoutCommentsInput {
  3170. create: UserCreateWithoutCommentsInput
  3171. update: UserUpdateWithoutCommentsDataInput
  3172. upsert: UserUpsertWithoutCommentsInput
  3173. connect: UserWhereUniqueInput
  3174. }
  3175. input UserUpdateOneRequiredWithoutRatingsInput {
  3176. create: UserCreateWithoutRatingsInput
  3177. update: UserUpdateWithoutRatingsDataInput
  3178. upsert: UserUpsertWithoutRatingsInput
  3179. connect: UserWhereUniqueInput
  3180. }
  3181. input UserUpdatepermissionsInput {
  3182. set: [Permission!]
  3183. }
  3184. input UserUpdateWithoutCommentsDataInput {
  3185. email: String
  3186. name: String
  3187. password: String
  3188. resetToken: String
  3189. resetTokenExpiry: Float
  3190. ratings: RatingUpdateManyWithoutUserInput
  3191. permissions: UserUpdatepermissionsInput
  3192. interests: UserUpdateinterestsInput
  3193. avatar: PictureUpdateOneInput
  3194. }
  3195. input UserUpdateWithoutRatingsDataInput {
  3196. email: String
  3197. name: String
  3198. password: String
  3199. resetToken: String
  3200. resetTokenExpiry: Float
  3201. comments: CommentUpdateManyWithoutAuthorInput
  3202. permissions: UserUpdatepermissionsInput
  3203. interests: UserUpdateinterestsInput
  3204. avatar: PictureUpdateOneInput
  3205. }
  3206. input UserUpdateWithWhereUniqueNestedInput {
  3207. where: UserWhereUniqueInput!
  3208. data: UserUpdateDataInput!
  3209. }
  3210. input UserUpsertNestedInput {
  3211. update: UserUpdateDataInput!
  3212. create: UserCreateInput!
  3213. }
  3214. input UserUpsertWithoutCommentsInput {
  3215. update: UserUpdateWithoutCommentsDataInput!
  3216. create: UserCreateWithoutCommentsInput!
  3217. }
  3218. input UserUpsertWithoutRatingsInput {
  3219. update: UserUpdateWithoutRatingsDataInput!
  3220. create: UserCreateWithoutRatingsInput!
  3221. }
  3222. input UserUpsertWithWhereUniqueNestedInput {
  3223. where: UserWhereUniqueInput!
  3224. update: UserUpdateDataInput!
  3225. create: UserCreateInput!
  3226. }
  3227. input UserWhereInput {
  3228. id: ID
  3229. id_not: ID
  3230. id_in: [ID!]
  3231. id_not_in: [ID!]
  3232. id_lt: ID
  3233. id_lte: ID
  3234. id_gt: ID
  3235. id_gte: ID
  3236. id_contains: ID
  3237. id_not_contains: ID
  3238. id_starts_with: ID
  3239. id_not_starts_with: ID
  3240. id_ends_with: ID
  3241. id_not_ends_with: ID
  3242. email: String
  3243. email_not: String
  3244. email_in: [String!]
  3245. email_not_in: [String!]
  3246. email_lt: String
  3247. email_lte: String
  3248. email_gt: String
  3249. email_gte: String
  3250. email_contains: String
  3251. email_not_contains: String
  3252. email_starts_with: String
  3253. email_not_starts_with: String
  3254. email_ends_with: String
  3255. email_not_ends_with: String
  3256. name: String
  3257. name_not: String
  3258. name_in: [String!]
  3259. name_not_in: [String!]
  3260. name_lt: String
  3261. name_lte: String
  3262. name_gt: String
  3263. name_gte: String
  3264. name_contains: String
  3265. name_not_contains: String
  3266. name_starts_with: String
  3267. name_not_starts_with: String
  3268. name_ends_with: String
  3269. name_not_ends_with: String
  3270. password: String
  3271. password_not: String
  3272. password_in: [String!]
  3273. password_not_in: [String!]
  3274. password_lt: String
  3275. password_lte: String
  3276. password_gt: String
  3277. password_gte: String
  3278. password_contains: String
  3279. password_not_contains: String
  3280. password_starts_with: String
  3281. password_not_starts_with: String
  3282. password_ends_with: String
  3283. password_not_ends_with: String
  3284. resetToken: String
  3285. resetToken_not: String
  3286. resetToken_in: [String!]
  3287. resetToken_not_in: [String!]
  3288. resetToken_lt: String
  3289. resetToken_lte: String
  3290. resetToken_gt: String
  3291. resetToken_gte: String
  3292. resetToken_contains: String
  3293. resetToken_not_contains: String
  3294. resetToken_starts_with: String
  3295. resetToken_not_starts_with: String
  3296. resetToken_ends_with: String
  3297. resetToken_not_ends_with: String
  3298. resetTokenExpiry: Float
  3299. resetTokenExpiry_not: Float
  3300. resetTokenExpiry_in: [Float!]
  3301. resetTokenExpiry_not_in: [Float!]
  3302. resetTokenExpiry_lt: Float
  3303. resetTokenExpiry_lte: Float
  3304. resetTokenExpiry_gt: Float
  3305. resetTokenExpiry_gte: Float
  3306. createdAt: DateTime
  3307. createdAt_not: DateTime
  3308. createdAt_in: [DateTime!]
  3309. createdAt_not_in: [DateTime!]
  3310. createdAt_lt: DateTime
  3311. createdAt_lte: DateTime
  3312. createdAt_gt: DateTime
  3313. createdAt_gte: DateTime
  3314. comments_every: CommentWhereInput
  3315. comments_some: CommentWhereInput
  3316. comments_none: CommentWhereInput
  3317. ratings_every: RatingWhereInput
  3318. ratings_some: RatingWhereInput
  3319. ratings_none: RatingWhereInput
  3320. avatar: PictureWhereInput
  3321. AND: [UserWhereInput!]
  3322. OR: [UserWhereInput!]
  3323. NOT: [UserWhereInput!]
  3324. }
  3325. input UserWhereUniqueInput {
  3326. id: ID
  3327. email: String
  3328. }
  3329. type Video {
  3330. id: ID!
  3331. title: String!
  3332. description: String!
  3333. duration: Int!
  3334. file: File
  3335. link: String
  3336. }
  3337. type VideoConnection {
  3338. pageInfo: PageInfo!
  3339. edges: [VideoEdge]!
  3340. aggregate: AggregateVideo!
  3341. }
  3342. input VideoCreateInput {
  3343. id: ID
  3344. title: String!
  3345. description: String!
  3346. duration: Int!
  3347. file: FileCreateOneInput
  3348. link: String
  3349. }
  3350. input VideoCreateManyInput {
  3351. create: [VideoCreateInput!]
  3352. connect: [VideoWhereUniqueInput!]
  3353. }
  3354. type VideoEdge {
  3355. node: Video!
  3356. cursor: String!
  3357. }
  3358. enum VideoOrderByInput {
  3359. id_ASC
  3360. id_DESC
  3361. title_ASC
  3362. title_DESC
  3363. description_ASC
  3364. description_DESC
  3365. duration_ASC
  3366. duration_DESC
  3367. link_ASC
  3368. link_DESC
  3369. }
  3370. type VideoPreviousValues {
  3371. id: ID!
  3372. title: String!
  3373. description: String!
  3374. duration: Int!
  3375. link: String
  3376. }
  3377. input VideoScalarWhereInput {
  3378. id: ID
  3379. id_not: ID
  3380. id_in: [ID!]
  3381. id_not_in: [ID!]
  3382. id_lt: ID
  3383. id_lte: ID
  3384. id_gt: ID
  3385. id_gte: ID
  3386. id_contains: ID
  3387. id_not_contains: ID
  3388. id_starts_with: ID
  3389. id_not_starts_with: ID
  3390. id_ends_with: ID
  3391. id_not_ends_with: ID
  3392. title: String
  3393. title_not: String
  3394. title_in: [String!]
  3395. title_not_in: [String!]
  3396. title_lt: String
  3397. title_lte: String
  3398. title_gt: String
  3399. title_gte: String
  3400. title_contains: String
  3401. title_not_contains: String
  3402. title_starts_with: String
  3403. title_not_starts_with: String
  3404. title_ends_with: String
  3405. title_not_ends_with: String
  3406. description: String
  3407. description_not: String
  3408. description_in: [String!]
  3409. description_not_in: [String!]
  3410. description_lt: String
  3411. description_lte: String
  3412. description_gt: String
  3413. description_gte: String
  3414. description_contains: String
  3415. description_not_contains: String
  3416. description_starts_with: String
  3417. description_not_starts_with: String
  3418. description_ends_with: String
  3419. description_not_ends_with: String
  3420. duration: Int
  3421. duration_not: Int
  3422. duration_in: [Int!]
  3423. duration_not_in: [Int!]
  3424. duration_lt: Int
  3425. duration_lte: Int
  3426. duration_gt: Int
  3427. duration_gte: Int
  3428. link: String
  3429. link_not: String
  3430. link_in: [String!]
  3431. link_not_in: [String!]
  3432. link_lt: String
  3433. link_lte: String
  3434. link_gt: String
  3435. link_gte: String
  3436. link_contains: String
  3437. link_not_contains: String
  3438. link_starts_with: String
  3439. link_not_starts_with: String
  3440. link_ends_with: String
  3441. link_not_ends_with: String
  3442. AND: [VideoScalarWhereInput!]
  3443. OR: [VideoScalarWhereInput!]
  3444. NOT: [VideoScalarWhereInput!]
  3445. }
  3446. type VideoSubscriptionPayload {
  3447. mutation: MutationType!
  3448. node: Video
  3449. updatedFields: [String!]
  3450. previousValues: VideoPreviousValues
  3451. }
  3452. input VideoSubscriptionWhereInput {
  3453. mutation_in: [MutationType!]
  3454. updatedFields_contains: String
  3455. updatedFields_contains_every: [String!]
  3456. updatedFields_contains_some: [String!]
  3457. node: VideoWhereInput
  3458. AND: [VideoSubscriptionWhereInput!]
  3459. OR: [VideoSubscriptionWhereInput!]
  3460. NOT: [VideoSubscriptionWhereInput!]
  3461. }
  3462. input VideoUpdateDataInput {
  3463. title: String
  3464. description: String
  3465. duration: Int
  3466. file: FileUpdateOneInput
  3467. link: String
  3468. }
  3469. input VideoUpdateInput {
  3470. title: String
  3471. description: String
  3472. duration: Int
  3473. file: FileUpdateOneInput
  3474. link: String
  3475. }
  3476. input VideoUpdateManyDataInput {
  3477. title: String
  3478. description: String
  3479. duration: Int
  3480. link: String
  3481. }
  3482. input VideoUpdateManyInput {
  3483. create: [VideoCreateInput!]
  3484. update: [VideoUpdateWithWhereUniqueNestedInput!]
  3485. upsert: [VideoUpsertWithWhereUniqueNestedInput!]
  3486. delete: [VideoWhereUniqueInput!]
  3487. connect: [VideoWhereUniqueInput!]
  3488. set: [VideoWhereUniqueInput!]
  3489. disconnect: [VideoWhereUniqueInput!]
  3490. deleteMany: [VideoScalarWhereInput!]
  3491. updateMany: [VideoUpdateManyWithWhereNestedInput!]
  3492. }
  3493. input VideoUpdateManyMutationInput {
  3494. title: String
  3495. description: String
  3496. duration: Int
  3497. link: String
  3498. }
  3499. input VideoUpdateManyWithWhereNestedInput {
  3500. where: VideoScalarWhereInput!
  3501. data: VideoUpdateManyDataInput!
  3502. }
  3503. input VideoUpdateWithWhereUniqueNestedInput {
  3504. where: VideoWhereUniqueInput!
  3505. data: VideoUpdateDataInput!
  3506. }
  3507. input VideoUpsertWithWhereUniqueNestedInput {
  3508. where: VideoWhereUniqueInput!
  3509. update: VideoUpdateDataInput!
  3510. create: VideoCreateInput!
  3511. }
  3512. input VideoWhereInput {
  3513. id: ID
  3514. id_not: ID
  3515. id_in: [ID!]
  3516. id_not_in: [ID!]
  3517. id_lt: ID
  3518. id_lte: ID
  3519. id_gt: ID
  3520. id_gte: ID
  3521. id_contains: ID
  3522. id_not_contains: ID
  3523. id_starts_with: ID
  3524. id_not_starts_with: ID
  3525. id_ends_with: ID
  3526. id_not_ends_with: ID
  3527. title: String
  3528. title_not: String
  3529. title_in: [String!]
  3530. title_not_in: [String!]
  3531. title_lt: String
  3532. title_lte: String
  3533. title_gt: String
  3534. title_gte: String
  3535. title_contains: String
  3536. title_not_contains: String
  3537. title_starts_with: String
  3538. title_not_starts_with: String
  3539. title_ends_with: String
  3540. title_not_ends_with: String
  3541. description: String
  3542. description_not: String
  3543. description_in: [String!]
  3544. description_not_in: [String!]
  3545. description_lt: String
  3546. description_lte: String
  3547. description_gt: String
  3548. description_gte: String
  3549. description_contains: String
  3550. description_not_contains: String
  3551. description_starts_with: String
  3552. description_not_starts_with: String
  3553. description_ends_with: String
  3554. description_not_ends_with: String
  3555. duration: Int
  3556. duration_not: Int
  3557. duration_in: [Int!]
  3558. duration_not_in: [Int!]
  3559. duration_lt: Int
  3560. duration_lte: Int
  3561. duration_gt: Int
  3562. duration_gte: Int
  3563. file: FileWhereInput
  3564. link: String
  3565. link_not: String
  3566. link_in: [String!]
  3567. link_not_in: [String!]
  3568. link_lt: String
  3569. link_lte: String
  3570. link_gt: String
  3571. link_gte: String
  3572. link_contains: String
  3573. link_not_contains: String
  3574. link_starts_with: String
  3575. link_not_starts_with: String
  3576. link_ends_with: String
  3577. link_not_ends_with: String
  3578. AND: [VideoWhereInput!]
  3579. OR: [VideoWhereInput!]
  3580. NOT: [VideoWhereInput!]
  3581. }
  3582. input VideoWhereUniqueInput {
  3583. id: ID
  3584. }
  3585. `