prisma-schema.js 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096
  1. module.exports = {
  2. typeDefs: // Code generated by Prisma (prisma@1.34.10). DO NOT EDIT.
  3. // Please don't change this file manually but run `prisma generate` to update it.
  4. // For more information, please read the docs: https://www.prisma.io/docs/prisma-client/
  5. /* GraphQL */ `type AggregateBlock {
  6. count: Int!
  7. }
  8. type AggregateComment {
  9. count: Int!
  10. }
  11. type AggregateExcersise {
  12. count: Int!
  13. }
  14. type AggregateFormat {
  15. count: Int!
  16. }
  17. type AggregateRating {
  18. count: Int!
  19. }
  20. type AggregateTrack {
  21. count: Int!
  22. }
  23. type AggregateTraining {
  24. count: Int!
  25. }
  26. type AggregateUser {
  27. count: Int!
  28. }
  29. type BatchPayload {
  30. count: Long!
  31. }
  32. type Block {
  33. id: ID!
  34. sequence: Int!
  35. title: String!
  36. duration: Int!
  37. variation: String
  38. format: Format
  39. tracks(where: TrackWhereInput, orderBy: TrackOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Track!]
  40. excersises(where: ExcersiseWhereInput, orderBy: ExcersiseOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Excersise!]
  41. }
  42. type BlockConnection {
  43. pageInfo: PageInfo!
  44. edges: [BlockEdge]!
  45. aggregate: AggregateBlock!
  46. }
  47. input BlockCreateInput {
  48. id: ID
  49. sequence: Int!
  50. title: String!
  51. duration: Int!
  52. variation: String
  53. format: FormatCreateOneInput
  54. tracks: TrackCreateManyInput
  55. excersises: ExcersiseCreateManyInput
  56. }
  57. input BlockCreateManyInput {
  58. create: [BlockCreateInput!]
  59. connect: [BlockWhereUniqueInput!]
  60. }
  61. type BlockEdge {
  62. node: Block!
  63. cursor: String!
  64. }
  65. enum BlockOrderByInput {
  66. id_ASC
  67. id_DESC
  68. sequence_ASC
  69. sequence_DESC
  70. title_ASC
  71. title_DESC
  72. duration_ASC
  73. duration_DESC
  74. variation_ASC
  75. variation_DESC
  76. }
  77. type BlockPreviousValues {
  78. id: ID!
  79. sequence: Int!
  80. title: String!
  81. duration: Int!
  82. variation: String
  83. }
  84. input BlockScalarWhereInput {
  85. id: ID
  86. id_not: ID
  87. id_in: [ID!]
  88. id_not_in: [ID!]
  89. id_lt: ID
  90. id_lte: ID
  91. id_gt: ID
  92. id_gte: ID
  93. id_contains: ID
  94. id_not_contains: ID
  95. id_starts_with: ID
  96. id_not_starts_with: ID
  97. id_ends_with: ID
  98. id_not_ends_with: ID
  99. sequence: Int
  100. sequence_not: Int
  101. sequence_in: [Int!]
  102. sequence_not_in: [Int!]
  103. sequence_lt: Int
  104. sequence_lte: Int
  105. sequence_gt: Int
  106. sequence_gte: Int
  107. title: String
  108. title_not: String
  109. title_in: [String!]
  110. title_not_in: [String!]
  111. title_lt: String
  112. title_lte: String
  113. title_gt: String
  114. title_gte: String
  115. title_contains: String
  116. title_not_contains: String
  117. title_starts_with: String
  118. title_not_starts_with: String
  119. title_ends_with: String
  120. title_not_ends_with: String
  121. duration: Int
  122. duration_not: Int
  123. duration_in: [Int!]
  124. duration_not_in: [Int!]
  125. duration_lt: Int
  126. duration_lte: Int
  127. duration_gt: Int
  128. duration_gte: Int
  129. variation: String
  130. variation_not: String
  131. variation_in: [String!]
  132. variation_not_in: [String!]
  133. variation_lt: String
  134. variation_lte: String
  135. variation_gt: String
  136. variation_gte: String
  137. variation_contains: String
  138. variation_not_contains: String
  139. variation_starts_with: String
  140. variation_not_starts_with: String
  141. variation_ends_with: String
  142. variation_not_ends_with: String
  143. AND: [BlockScalarWhereInput!]
  144. OR: [BlockScalarWhereInput!]
  145. NOT: [BlockScalarWhereInput!]
  146. }
  147. type BlockSubscriptionPayload {
  148. mutation: MutationType!
  149. node: Block
  150. updatedFields: [String!]
  151. previousValues: BlockPreviousValues
  152. }
  153. input BlockSubscriptionWhereInput {
  154. mutation_in: [MutationType!]
  155. updatedFields_contains: String
  156. updatedFields_contains_every: [String!]
  157. updatedFields_contains_some: [String!]
  158. node: BlockWhereInput
  159. AND: [BlockSubscriptionWhereInput!]
  160. OR: [BlockSubscriptionWhereInput!]
  161. NOT: [BlockSubscriptionWhereInput!]
  162. }
  163. input BlockUpdateDataInput {
  164. sequence: Int
  165. title: String
  166. duration: Int
  167. variation: String
  168. format: FormatUpdateOneInput
  169. tracks: TrackUpdateManyInput
  170. excersises: ExcersiseUpdateManyInput
  171. }
  172. input BlockUpdateInput {
  173. sequence: Int
  174. title: String
  175. duration: Int
  176. variation: String
  177. format: FormatUpdateOneInput
  178. tracks: TrackUpdateManyInput
  179. excersises: ExcersiseUpdateManyInput
  180. }
  181. input BlockUpdateManyDataInput {
  182. sequence: Int
  183. title: String
  184. duration: Int
  185. variation: String
  186. }
  187. input BlockUpdateManyInput {
  188. create: [BlockCreateInput!]
  189. update: [BlockUpdateWithWhereUniqueNestedInput!]
  190. upsert: [BlockUpsertWithWhereUniqueNestedInput!]
  191. delete: [BlockWhereUniqueInput!]
  192. connect: [BlockWhereUniqueInput!]
  193. set: [BlockWhereUniqueInput!]
  194. disconnect: [BlockWhereUniqueInput!]
  195. deleteMany: [BlockScalarWhereInput!]
  196. updateMany: [BlockUpdateManyWithWhereNestedInput!]
  197. }
  198. input BlockUpdateManyMutationInput {
  199. sequence: Int
  200. title: String
  201. duration: Int
  202. variation: String
  203. }
  204. input BlockUpdateManyWithWhereNestedInput {
  205. where: BlockScalarWhereInput!
  206. data: BlockUpdateManyDataInput!
  207. }
  208. input BlockUpdateWithWhereUniqueNestedInput {
  209. where: BlockWhereUniqueInput!
  210. data: BlockUpdateDataInput!
  211. }
  212. input BlockUpsertWithWhereUniqueNestedInput {
  213. where: BlockWhereUniqueInput!
  214. update: BlockUpdateDataInput!
  215. create: BlockCreateInput!
  216. }
  217. input BlockWhereInput {
  218. id: ID
  219. id_not: ID
  220. id_in: [ID!]
  221. id_not_in: [ID!]
  222. id_lt: ID
  223. id_lte: ID
  224. id_gt: ID
  225. id_gte: ID
  226. id_contains: ID
  227. id_not_contains: ID
  228. id_starts_with: ID
  229. id_not_starts_with: ID
  230. id_ends_with: ID
  231. id_not_ends_with: ID
  232. sequence: Int
  233. sequence_not: Int
  234. sequence_in: [Int!]
  235. sequence_not_in: [Int!]
  236. sequence_lt: Int
  237. sequence_lte: Int
  238. sequence_gt: Int
  239. sequence_gte: Int
  240. title: String
  241. title_not: String
  242. title_in: [String!]
  243. title_not_in: [String!]
  244. title_lt: String
  245. title_lte: String
  246. title_gt: String
  247. title_gte: String
  248. title_contains: String
  249. title_not_contains: String
  250. title_starts_with: String
  251. title_not_starts_with: String
  252. title_ends_with: String
  253. title_not_ends_with: String
  254. duration: Int
  255. duration_not: Int
  256. duration_in: [Int!]
  257. duration_not_in: [Int!]
  258. duration_lt: Int
  259. duration_lte: Int
  260. duration_gt: Int
  261. duration_gte: Int
  262. variation: String
  263. variation_not: String
  264. variation_in: [String!]
  265. variation_not_in: [String!]
  266. variation_lt: String
  267. variation_lte: String
  268. variation_gt: String
  269. variation_gte: String
  270. variation_contains: String
  271. variation_not_contains: String
  272. variation_starts_with: String
  273. variation_not_starts_with: String
  274. variation_ends_with: String
  275. variation_not_ends_with: String
  276. format: FormatWhereInput
  277. tracks_every: TrackWhereInput
  278. tracks_some: TrackWhereInput
  279. tracks_none: TrackWhereInput
  280. excersises_every: ExcersiseWhereInput
  281. excersises_some: ExcersiseWhereInput
  282. excersises_none: ExcersiseWhereInput
  283. AND: [BlockWhereInput!]
  284. OR: [BlockWhereInput!]
  285. NOT: [BlockWhereInput!]
  286. }
  287. input BlockWhereUniqueInput {
  288. id: ID
  289. }
  290. type Comment {
  291. id: ID!
  292. text: String!
  293. author: User!
  294. createdAt: DateTime!
  295. }
  296. type CommentConnection {
  297. pageInfo: PageInfo!
  298. edges: [CommentEdge]!
  299. aggregate: AggregateComment!
  300. }
  301. input CommentCreateInput {
  302. id: ID
  303. text: String!
  304. author: UserCreateOneWithoutCommentsInput!
  305. }
  306. input CommentCreateManyWithoutAuthorInput {
  307. create: [CommentCreateWithoutAuthorInput!]
  308. connect: [CommentWhereUniqueInput!]
  309. }
  310. input CommentCreateWithoutAuthorInput {
  311. id: ID
  312. text: String!
  313. }
  314. type CommentEdge {
  315. node: Comment!
  316. cursor: String!
  317. }
  318. enum CommentOrderByInput {
  319. id_ASC
  320. id_DESC
  321. text_ASC
  322. text_DESC
  323. createdAt_ASC
  324. createdAt_DESC
  325. }
  326. type CommentPreviousValues {
  327. id: ID!
  328. text: String!
  329. createdAt: DateTime!
  330. }
  331. input CommentScalarWhereInput {
  332. id: ID
  333. id_not: ID
  334. id_in: [ID!]
  335. id_not_in: [ID!]
  336. id_lt: ID
  337. id_lte: ID
  338. id_gt: ID
  339. id_gte: ID
  340. id_contains: ID
  341. id_not_contains: ID
  342. id_starts_with: ID
  343. id_not_starts_with: ID
  344. id_ends_with: ID
  345. id_not_ends_with: ID
  346. text: String
  347. text_not: String
  348. text_in: [String!]
  349. text_not_in: [String!]
  350. text_lt: String
  351. text_lte: String
  352. text_gt: String
  353. text_gte: String
  354. text_contains: String
  355. text_not_contains: String
  356. text_starts_with: String
  357. text_not_starts_with: String
  358. text_ends_with: String
  359. text_not_ends_with: String
  360. createdAt: DateTime
  361. createdAt_not: DateTime
  362. createdAt_in: [DateTime!]
  363. createdAt_not_in: [DateTime!]
  364. createdAt_lt: DateTime
  365. createdAt_lte: DateTime
  366. createdAt_gt: DateTime
  367. createdAt_gte: DateTime
  368. AND: [CommentScalarWhereInput!]
  369. OR: [CommentScalarWhereInput!]
  370. NOT: [CommentScalarWhereInput!]
  371. }
  372. type CommentSubscriptionPayload {
  373. mutation: MutationType!
  374. node: Comment
  375. updatedFields: [String!]
  376. previousValues: CommentPreviousValues
  377. }
  378. input CommentSubscriptionWhereInput {
  379. mutation_in: [MutationType!]
  380. updatedFields_contains: String
  381. updatedFields_contains_every: [String!]
  382. updatedFields_contains_some: [String!]
  383. node: CommentWhereInput
  384. AND: [CommentSubscriptionWhereInput!]
  385. OR: [CommentSubscriptionWhereInput!]
  386. NOT: [CommentSubscriptionWhereInput!]
  387. }
  388. input CommentUpdateInput {
  389. text: String
  390. author: UserUpdateOneRequiredWithoutCommentsInput
  391. }
  392. input CommentUpdateManyDataInput {
  393. text: String
  394. }
  395. input CommentUpdateManyMutationInput {
  396. text: String
  397. }
  398. input CommentUpdateManyWithoutAuthorInput {
  399. create: [CommentCreateWithoutAuthorInput!]
  400. delete: [CommentWhereUniqueInput!]
  401. connect: [CommentWhereUniqueInput!]
  402. set: [CommentWhereUniqueInput!]
  403. disconnect: [CommentWhereUniqueInput!]
  404. update: [CommentUpdateWithWhereUniqueWithoutAuthorInput!]
  405. upsert: [CommentUpsertWithWhereUniqueWithoutAuthorInput!]
  406. deleteMany: [CommentScalarWhereInput!]
  407. updateMany: [CommentUpdateManyWithWhereNestedInput!]
  408. }
  409. input CommentUpdateManyWithWhereNestedInput {
  410. where: CommentScalarWhereInput!
  411. data: CommentUpdateManyDataInput!
  412. }
  413. input CommentUpdateWithoutAuthorDataInput {
  414. text: String
  415. }
  416. input CommentUpdateWithWhereUniqueWithoutAuthorInput {
  417. where: CommentWhereUniqueInput!
  418. data: CommentUpdateWithoutAuthorDataInput!
  419. }
  420. input CommentUpsertWithWhereUniqueWithoutAuthorInput {
  421. where: CommentWhereUniqueInput!
  422. update: CommentUpdateWithoutAuthorDataInput!
  423. create: CommentCreateWithoutAuthorInput!
  424. }
  425. input CommentWhereInput {
  426. id: ID
  427. id_not: ID
  428. id_in: [ID!]
  429. id_not_in: [ID!]
  430. id_lt: ID
  431. id_lte: ID
  432. id_gt: ID
  433. id_gte: ID
  434. id_contains: ID
  435. id_not_contains: ID
  436. id_starts_with: ID
  437. id_not_starts_with: ID
  438. id_ends_with: ID
  439. id_not_ends_with: ID
  440. text: String
  441. text_not: String
  442. text_in: [String!]
  443. text_not_in: [String!]
  444. text_lt: String
  445. text_lte: String
  446. text_gt: String
  447. text_gte: String
  448. text_contains: String
  449. text_not_contains: String
  450. text_starts_with: String
  451. text_not_starts_with: String
  452. text_ends_with: String
  453. text_not_ends_with: String
  454. author: UserWhereInput
  455. createdAt: DateTime
  456. createdAt_not: DateTime
  457. createdAt_in: [DateTime!]
  458. createdAt_not_in: [DateTime!]
  459. createdAt_lt: DateTime
  460. createdAt_lte: DateTime
  461. createdAt_gt: DateTime
  462. createdAt_gte: DateTime
  463. AND: [CommentWhereInput!]
  464. OR: [CommentWhereInput!]
  465. NOT: [CommentWhereInput!]
  466. }
  467. input CommentWhereUniqueInput {
  468. id: ID
  469. }
  470. scalar DateTime
  471. type Excersise {
  472. id: ID!
  473. name: String!
  474. description: String!
  475. video: String!
  476. targets: [String!]!
  477. }
  478. type ExcersiseConnection {
  479. pageInfo: PageInfo!
  480. edges: [ExcersiseEdge]!
  481. aggregate: AggregateExcersise!
  482. }
  483. input ExcersiseCreateInput {
  484. id: ID
  485. name: String!
  486. description: String!
  487. video: String!
  488. targets: ExcersiseCreatetargetsInput
  489. }
  490. input ExcersiseCreateManyInput {
  491. create: [ExcersiseCreateInput!]
  492. connect: [ExcersiseWhereUniqueInput!]
  493. }
  494. input ExcersiseCreatetargetsInput {
  495. set: [String!]
  496. }
  497. type ExcersiseEdge {
  498. node: Excersise!
  499. cursor: String!
  500. }
  501. enum ExcersiseOrderByInput {
  502. id_ASC
  503. id_DESC
  504. name_ASC
  505. name_DESC
  506. description_ASC
  507. description_DESC
  508. video_ASC
  509. video_DESC
  510. }
  511. type ExcersisePreviousValues {
  512. id: ID!
  513. name: String!
  514. description: String!
  515. video: String!
  516. targets: [String!]!
  517. }
  518. input ExcersiseScalarWhereInput {
  519. id: ID
  520. id_not: ID
  521. id_in: [ID!]
  522. id_not_in: [ID!]
  523. id_lt: ID
  524. id_lte: ID
  525. id_gt: ID
  526. id_gte: ID
  527. id_contains: ID
  528. id_not_contains: ID
  529. id_starts_with: ID
  530. id_not_starts_with: ID
  531. id_ends_with: ID
  532. id_not_ends_with: ID
  533. name: String
  534. name_not: String
  535. name_in: [String!]
  536. name_not_in: [String!]
  537. name_lt: String
  538. name_lte: String
  539. name_gt: String
  540. name_gte: String
  541. name_contains: String
  542. name_not_contains: String
  543. name_starts_with: String
  544. name_not_starts_with: String
  545. name_ends_with: String
  546. name_not_ends_with: String
  547. description: String
  548. description_not: String
  549. description_in: [String!]
  550. description_not_in: [String!]
  551. description_lt: String
  552. description_lte: String
  553. description_gt: String
  554. description_gte: String
  555. description_contains: String
  556. description_not_contains: String
  557. description_starts_with: String
  558. description_not_starts_with: String
  559. description_ends_with: String
  560. description_not_ends_with: String
  561. video: String
  562. video_not: String
  563. video_in: [String!]
  564. video_not_in: [String!]
  565. video_lt: String
  566. video_lte: String
  567. video_gt: String
  568. video_gte: String
  569. video_contains: String
  570. video_not_contains: String
  571. video_starts_with: String
  572. video_not_starts_with: String
  573. video_ends_with: String
  574. video_not_ends_with: String
  575. AND: [ExcersiseScalarWhereInput!]
  576. OR: [ExcersiseScalarWhereInput!]
  577. NOT: [ExcersiseScalarWhereInput!]
  578. }
  579. type ExcersiseSubscriptionPayload {
  580. mutation: MutationType!
  581. node: Excersise
  582. updatedFields: [String!]
  583. previousValues: ExcersisePreviousValues
  584. }
  585. input ExcersiseSubscriptionWhereInput {
  586. mutation_in: [MutationType!]
  587. updatedFields_contains: String
  588. updatedFields_contains_every: [String!]
  589. updatedFields_contains_some: [String!]
  590. node: ExcersiseWhereInput
  591. AND: [ExcersiseSubscriptionWhereInput!]
  592. OR: [ExcersiseSubscriptionWhereInput!]
  593. NOT: [ExcersiseSubscriptionWhereInput!]
  594. }
  595. input ExcersiseUpdateDataInput {
  596. name: String
  597. description: String
  598. video: String
  599. targets: ExcersiseUpdatetargetsInput
  600. }
  601. input ExcersiseUpdateInput {
  602. name: String
  603. description: String
  604. video: String
  605. targets: ExcersiseUpdatetargetsInput
  606. }
  607. input ExcersiseUpdateManyDataInput {
  608. name: String
  609. description: String
  610. video: String
  611. targets: ExcersiseUpdatetargetsInput
  612. }
  613. input ExcersiseUpdateManyInput {
  614. create: [ExcersiseCreateInput!]
  615. update: [ExcersiseUpdateWithWhereUniqueNestedInput!]
  616. upsert: [ExcersiseUpsertWithWhereUniqueNestedInput!]
  617. delete: [ExcersiseWhereUniqueInput!]
  618. connect: [ExcersiseWhereUniqueInput!]
  619. set: [ExcersiseWhereUniqueInput!]
  620. disconnect: [ExcersiseWhereUniqueInput!]
  621. deleteMany: [ExcersiseScalarWhereInput!]
  622. updateMany: [ExcersiseUpdateManyWithWhereNestedInput!]
  623. }
  624. input ExcersiseUpdateManyMutationInput {
  625. name: String
  626. description: String
  627. video: String
  628. targets: ExcersiseUpdatetargetsInput
  629. }
  630. input ExcersiseUpdateManyWithWhereNestedInput {
  631. where: ExcersiseScalarWhereInput!
  632. data: ExcersiseUpdateManyDataInput!
  633. }
  634. input ExcersiseUpdatetargetsInput {
  635. set: [String!]
  636. }
  637. input ExcersiseUpdateWithWhereUniqueNestedInput {
  638. where: ExcersiseWhereUniqueInput!
  639. data: ExcersiseUpdateDataInput!
  640. }
  641. input ExcersiseUpsertWithWhereUniqueNestedInput {
  642. where: ExcersiseWhereUniqueInput!
  643. update: ExcersiseUpdateDataInput!
  644. create: ExcersiseCreateInput!
  645. }
  646. input ExcersiseWhereInput {
  647. id: ID
  648. id_not: ID
  649. id_in: [ID!]
  650. id_not_in: [ID!]
  651. id_lt: ID
  652. id_lte: ID
  653. id_gt: ID
  654. id_gte: ID
  655. id_contains: ID
  656. id_not_contains: ID
  657. id_starts_with: ID
  658. id_not_starts_with: ID
  659. id_ends_with: ID
  660. id_not_ends_with: ID
  661. name: String
  662. name_not: String
  663. name_in: [String!]
  664. name_not_in: [String!]
  665. name_lt: String
  666. name_lte: String
  667. name_gt: String
  668. name_gte: String
  669. name_contains: String
  670. name_not_contains: String
  671. name_starts_with: String
  672. name_not_starts_with: String
  673. name_ends_with: String
  674. name_not_ends_with: String
  675. description: String
  676. description_not: String
  677. description_in: [String!]
  678. description_not_in: [String!]
  679. description_lt: String
  680. description_lte: String
  681. description_gt: String
  682. description_gte: String
  683. description_contains: String
  684. description_not_contains: String
  685. description_starts_with: String
  686. description_not_starts_with: String
  687. description_ends_with: String
  688. description_not_ends_with: String
  689. video: String
  690. video_not: String
  691. video_in: [String!]
  692. video_not_in: [String!]
  693. video_lt: String
  694. video_lte: String
  695. video_gt: String
  696. video_gte: String
  697. video_contains: String
  698. video_not_contains: String
  699. video_starts_with: String
  700. video_not_starts_with: String
  701. video_ends_with: String
  702. video_not_ends_with: String
  703. AND: [ExcersiseWhereInput!]
  704. OR: [ExcersiseWhereInput!]
  705. NOT: [ExcersiseWhereInput!]
  706. }
  707. input ExcersiseWhereUniqueInput {
  708. id: ID
  709. }
  710. type Format {
  711. id: ID!
  712. name: String!
  713. description: String!
  714. }
  715. type FormatConnection {
  716. pageInfo: PageInfo!
  717. edges: [FormatEdge]!
  718. aggregate: AggregateFormat!
  719. }
  720. input FormatCreateInput {
  721. id: ID
  722. name: String!
  723. description: String!
  724. }
  725. input FormatCreateOneInput {
  726. create: FormatCreateInput
  727. connect: FormatWhereUniqueInput
  728. }
  729. type FormatEdge {
  730. node: Format!
  731. cursor: String!
  732. }
  733. enum FormatOrderByInput {
  734. id_ASC
  735. id_DESC
  736. name_ASC
  737. name_DESC
  738. description_ASC
  739. description_DESC
  740. }
  741. type FormatPreviousValues {
  742. id: ID!
  743. name: String!
  744. description: String!
  745. }
  746. type FormatSubscriptionPayload {
  747. mutation: MutationType!
  748. node: Format
  749. updatedFields: [String!]
  750. previousValues: FormatPreviousValues
  751. }
  752. input FormatSubscriptionWhereInput {
  753. mutation_in: [MutationType!]
  754. updatedFields_contains: String
  755. updatedFields_contains_every: [String!]
  756. updatedFields_contains_some: [String!]
  757. node: FormatWhereInput
  758. AND: [FormatSubscriptionWhereInput!]
  759. OR: [FormatSubscriptionWhereInput!]
  760. NOT: [FormatSubscriptionWhereInput!]
  761. }
  762. input FormatUpdateDataInput {
  763. name: String
  764. description: String
  765. }
  766. input FormatUpdateInput {
  767. name: String
  768. description: String
  769. }
  770. input FormatUpdateManyMutationInput {
  771. name: String
  772. description: String
  773. }
  774. input FormatUpdateOneInput {
  775. create: FormatCreateInput
  776. update: FormatUpdateDataInput
  777. upsert: FormatUpsertNestedInput
  778. delete: Boolean
  779. disconnect: Boolean
  780. connect: FormatWhereUniqueInput
  781. }
  782. input FormatUpsertNestedInput {
  783. update: FormatUpdateDataInput!
  784. create: FormatCreateInput!
  785. }
  786. input FormatWhereInput {
  787. id: ID
  788. id_not: ID
  789. id_in: [ID!]
  790. id_not_in: [ID!]
  791. id_lt: ID
  792. id_lte: ID
  793. id_gt: ID
  794. id_gte: ID
  795. id_contains: ID
  796. id_not_contains: ID
  797. id_starts_with: ID
  798. id_not_starts_with: ID
  799. id_ends_with: ID
  800. id_not_ends_with: ID
  801. name: String
  802. name_not: String
  803. name_in: [String!]
  804. name_not_in: [String!]
  805. name_lt: String
  806. name_lte: String
  807. name_gt: String
  808. name_gte: String
  809. name_contains: String
  810. name_not_contains: String
  811. name_starts_with: String
  812. name_not_starts_with: String
  813. name_ends_with: String
  814. name_not_ends_with: String
  815. description: String
  816. description_not: String
  817. description_in: [String!]
  818. description_not_in: [String!]
  819. description_lt: String
  820. description_lte: String
  821. description_gt: String
  822. description_gte: String
  823. description_contains: String
  824. description_not_contains: String
  825. description_starts_with: String
  826. description_not_starts_with: String
  827. description_ends_with: String
  828. description_not_ends_with: String
  829. AND: [FormatWhereInput!]
  830. OR: [FormatWhereInput!]
  831. NOT: [FormatWhereInput!]
  832. }
  833. input FormatWhereUniqueInput {
  834. id: ID
  835. }
  836. scalar Long
  837. type Mutation {
  838. createBlock(data: BlockCreateInput!): Block!
  839. updateBlock(data: BlockUpdateInput!, where: BlockWhereUniqueInput!): Block
  840. updateManyBlocks(data: BlockUpdateManyMutationInput!, where: BlockWhereInput): BatchPayload!
  841. upsertBlock(where: BlockWhereUniqueInput!, create: BlockCreateInput!, update: BlockUpdateInput!): Block!
  842. deleteBlock(where: BlockWhereUniqueInput!): Block
  843. deleteManyBlocks(where: BlockWhereInput): BatchPayload!
  844. createComment(data: CommentCreateInput!): Comment!
  845. updateComment(data: CommentUpdateInput!, where: CommentWhereUniqueInput!): Comment
  846. updateManyComments(data: CommentUpdateManyMutationInput!, where: CommentWhereInput): BatchPayload!
  847. upsertComment(where: CommentWhereUniqueInput!, create: CommentCreateInput!, update: CommentUpdateInput!): Comment!
  848. deleteComment(where: CommentWhereUniqueInput!): Comment
  849. deleteManyComments(where: CommentWhereInput): BatchPayload!
  850. createExcersise(data: ExcersiseCreateInput!): Excersise!
  851. updateExcersise(data: ExcersiseUpdateInput!, where: ExcersiseWhereUniqueInput!): Excersise
  852. updateManyExcersises(data: ExcersiseUpdateManyMutationInput!, where: ExcersiseWhereInput): BatchPayload!
  853. upsertExcersise(where: ExcersiseWhereUniqueInput!, create: ExcersiseCreateInput!, update: ExcersiseUpdateInput!): Excersise!
  854. deleteExcersise(where: ExcersiseWhereUniqueInput!): Excersise
  855. deleteManyExcersises(where: ExcersiseWhereInput): BatchPayload!
  856. createFormat(data: FormatCreateInput!): Format!
  857. updateFormat(data: FormatUpdateInput!, where: FormatWhereUniqueInput!): Format
  858. updateManyFormats(data: FormatUpdateManyMutationInput!, where: FormatWhereInput): BatchPayload!
  859. upsertFormat(where: FormatWhereUniqueInput!, create: FormatCreateInput!, update: FormatUpdateInput!): Format!
  860. deleteFormat(where: FormatWhereUniqueInput!): Format
  861. deleteManyFormats(where: FormatWhereInput): BatchPayload!
  862. createRating(data: RatingCreateInput!): Rating!
  863. updateRating(data: RatingUpdateInput!, where: RatingWhereUniqueInput!): Rating
  864. updateManyRatings(data: RatingUpdateManyMutationInput!, where: RatingWhereInput): BatchPayload!
  865. upsertRating(where: RatingWhereUniqueInput!, create: RatingCreateInput!, update: RatingUpdateInput!): Rating!
  866. deleteRating(where: RatingWhereUniqueInput!): Rating
  867. deleteManyRatings(where: RatingWhereInput): BatchPayload!
  868. createTrack(data: TrackCreateInput!): Track!
  869. updateTrack(data: TrackUpdateInput!, where: TrackWhereUniqueInput!): Track
  870. updateManyTracks(data: TrackUpdateManyMutationInput!, where: TrackWhereInput): BatchPayload!
  871. upsertTrack(where: TrackWhereUniqueInput!, create: TrackCreateInput!, update: TrackUpdateInput!): Track!
  872. deleteTrack(where: TrackWhereUniqueInput!): Track
  873. deleteManyTracks(where: TrackWhereInput): BatchPayload!
  874. createTraining(data: TrainingCreateInput!): Training!
  875. updateTraining(data: TrainingUpdateInput!, where: TrainingWhereUniqueInput!): Training
  876. updateManyTrainings(data: TrainingUpdateManyMutationInput!, where: TrainingWhereInput): BatchPayload!
  877. upsertTraining(where: TrainingWhereUniqueInput!, create: TrainingCreateInput!, update: TrainingUpdateInput!): Training!
  878. deleteTraining(where: TrainingWhereUniqueInput!): Training
  879. deleteManyTrainings(where: TrainingWhereInput): BatchPayload!
  880. createUser(data: UserCreateInput!): User!
  881. updateUser(data: UserUpdateInput!, where: UserWhereUniqueInput!): User
  882. updateManyUsers(data: UserUpdateManyMutationInput!, where: UserWhereInput): BatchPayload!
  883. upsertUser(where: UserWhereUniqueInput!, create: UserCreateInput!, update: UserUpdateInput!): User!
  884. deleteUser(where: UserWhereUniqueInput!): User
  885. deleteManyUsers(where: UserWhereInput): BatchPayload!
  886. }
  887. enum MutationType {
  888. CREATED
  889. UPDATED
  890. DELETED
  891. }
  892. interface Node {
  893. id: ID!
  894. }
  895. type PageInfo {
  896. hasNextPage: Boolean!
  897. hasPreviousPage: Boolean!
  898. startCursor: String
  899. endCursor: String
  900. }
  901. type Query {
  902. block(where: BlockWhereUniqueInput!): Block
  903. blocks(where: BlockWhereInput, orderBy: BlockOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Block]!
  904. blocksConnection(where: BlockWhereInput, orderBy: BlockOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): BlockConnection!
  905. comment(where: CommentWhereUniqueInput!): Comment
  906. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment]!
  907. commentsConnection(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): CommentConnection!
  908. excersise(where: ExcersiseWhereUniqueInput!): Excersise
  909. excersises(where: ExcersiseWhereInput, orderBy: ExcersiseOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Excersise]!
  910. excersisesConnection(where: ExcersiseWhereInput, orderBy: ExcersiseOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ExcersiseConnection!
  911. format(where: FormatWhereUniqueInput!): Format
  912. formats(where: FormatWhereInput, orderBy: FormatOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Format]!
  913. formatsConnection(where: FormatWhereInput, orderBy: FormatOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): FormatConnection!
  914. rating(where: RatingWhereUniqueInput!): Rating
  915. ratings(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Rating]!
  916. ratingsConnection(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): RatingConnection!
  917. track(where: TrackWhereUniqueInput!): Track
  918. tracks(where: TrackWhereInput, orderBy: TrackOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Track]!
  919. tracksConnection(where: TrackWhereInput, orderBy: TrackOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): TrackConnection!
  920. training(where: TrainingWhereUniqueInput!): Training
  921. trainings(where: TrainingWhereInput, orderBy: TrainingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Training]!
  922. trainingsConnection(where: TrainingWhereInput, orderBy: TrainingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): TrainingConnection!
  923. user(where: UserWhereUniqueInput!): User
  924. users(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User]!
  925. usersConnection(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): UserConnection!
  926. node(id: ID!): Node
  927. }
  928. type Rating {
  929. id: ID!
  930. user: User!
  931. value: Int!
  932. comment: String!
  933. createdAt: DateTime!
  934. }
  935. type RatingConnection {
  936. pageInfo: PageInfo!
  937. edges: [RatingEdge]!
  938. aggregate: AggregateRating!
  939. }
  940. input RatingCreateInput {
  941. id: ID
  942. user: UserCreateOneWithoutRatingsInput!
  943. value: Int!
  944. comment: String!
  945. }
  946. input RatingCreateManyInput {
  947. create: [RatingCreateInput!]
  948. connect: [RatingWhereUniqueInput!]
  949. }
  950. input RatingCreateManyWithoutUserInput {
  951. create: [RatingCreateWithoutUserInput!]
  952. connect: [RatingWhereUniqueInput!]
  953. }
  954. input RatingCreateWithoutUserInput {
  955. id: ID
  956. value: Int!
  957. comment: String!
  958. }
  959. type RatingEdge {
  960. node: Rating!
  961. cursor: String!
  962. }
  963. enum RatingOrderByInput {
  964. id_ASC
  965. id_DESC
  966. value_ASC
  967. value_DESC
  968. comment_ASC
  969. comment_DESC
  970. createdAt_ASC
  971. createdAt_DESC
  972. }
  973. type RatingPreviousValues {
  974. id: ID!
  975. value: Int!
  976. comment: String!
  977. createdAt: DateTime!
  978. }
  979. input RatingScalarWhereInput {
  980. id: ID
  981. id_not: ID
  982. id_in: [ID!]
  983. id_not_in: [ID!]
  984. id_lt: ID
  985. id_lte: ID
  986. id_gt: ID
  987. id_gte: ID
  988. id_contains: ID
  989. id_not_contains: ID
  990. id_starts_with: ID
  991. id_not_starts_with: ID
  992. id_ends_with: ID
  993. id_not_ends_with: ID
  994. value: Int
  995. value_not: Int
  996. value_in: [Int!]
  997. value_not_in: [Int!]
  998. value_lt: Int
  999. value_lte: Int
  1000. value_gt: Int
  1001. value_gte: Int
  1002. comment: String
  1003. comment_not: String
  1004. comment_in: [String!]
  1005. comment_not_in: [String!]
  1006. comment_lt: String
  1007. comment_lte: String
  1008. comment_gt: String
  1009. comment_gte: String
  1010. comment_contains: String
  1011. comment_not_contains: String
  1012. comment_starts_with: String
  1013. comment_not_starts_with: String
  1014. comment_ends_with: String
  1015. comment_not_ends_with: String
  1016. createdAt: DateTime
  1017. createdAt_not: DateTime
  1018. createdAt_in: [DateTime!]
  1019. createdAt_not_in: [DateTime!]
  1020. createdAt_lt: DateTime
  1021. createdAt_lte: DateTime
  1022. createdAt_gt: DateTime
  1023. createdAt_gte: DateTime
  1024. AND: [RatingScalarWhereInput!]
  1025. OR: [RatingScalarWhereInput!]
  1026. NOT: [RatingScalarWhereInput!]
  1027. }
  1028. type RatingSubscriptionPayload {
  1029. mutation: MutationType!
  1030. node: Rating
  1031. updatedFields: [String!]
  1032. previousValues: RatingPreviousValues
  1033. }
  1034. input RatingSubscriptionWhereInput {
  1035. mutation_in: [MutationType!]
  1036. updatedFields_contains: String
  1037. updatedFields_contains_every: [String!]
  1038. updatedFields_contains_some: [String!]
  1039. node: RatingWhereInput
  1040. AND: [RatingSubscriptionWhereInput!]
  1041. OR: [RatingSubscriptionWhereInput!]
  1042. NOT: [RatingSubscriptionWhereInput!]
  1043. }
  1044. input RatingUpdateDataInput {
  1045. user: UserUpdateOneRequiredWithoutRatingsInput
  1046. value: Int
  1047. comment: String
  1048. }
  1049. input RatingUpdateInput {
  1050. user: UserUpdateOneRequiredWithoutRatingsInput
  1051. value: Int
  1052. comment: String
  1053. }
  1054. input RatingUpdateManyDataInput {
  1055. value: Int
  1056. comment: String
  1057. }
  1058. input RatingUpdateManyInput {
  1059. create: [RatingCreateInput!]
  1060. update: [RatingUpdateWithWhereUniqueNestedInput!]
  1061. upsert: [RatingUpsertWithWhereUniqueNestedInput!]
  1062. delete: [RatingWhereUniqueInput!]
  1063. connect: [RatingWhereUniqueInput!]
  1064. set: [RatingWhereUniqueInput!]
  1065. disconnect: [RatingWhereUniqueInput!]
  1066. deleteMany: [RatingScalarWhereInput!]
  1067. updateMany: [RatingUpdateManyWithWhereNestedInput!]
  1068. }
  1069. input RatingUpdateManyMutationInput {
  1070. value: Int
  1071. comment: String
  1072. }
  1073. input RatingUpdateManyWithoutUserInput {
  1074. create: [RatingCreateWithoutUserInput!]
  1075. delete: [RatingWhereUniqueInput!]
  1076. connect: [RatingWhereUniqueInput!]
  1077. set: [RatingWhereUniqueInput!]
  1078. disconnect: [RatingWhereUniqueInput!]
  1079. update: [RatingUpdateWithWhereUniqueWithoutUserInput!]
  1080. upsert: [RatingUpsertWithWhereUniqueWithoutUserInput!]
  1081. deleteMany: [RatingScalarWhereInput!]
  1082. updateMany: [RatingUpdateManyWithWhereNestedInput!]
  1083. }
  1084. input RatingUpdateManyWithWhereNestedInput {
  1085. where: RatingScalarWhereInput!
  1086. data: RatingUpdateManyDataInput!
  1087. }
  1088. input RatingUpdateWithoutUserDataInput {
  1089. value: Int
  1090. comment: String
  1091. }
  1092. input RatingUpdateWithWhereUniqueNestedInput {
  1093. where: RatingWhereUniqueInput!
  1094. data: RatingUpdateDataInput!
  1095. }
  1096. input RatingUpdateWithWhereUniqueWithoutUserInput {
  1097. where: RatingWhereUniqueInput!
  1098. data: RatingUpdateWithoutUserDataInput!
  1099. }
  1100. input RatingUpsertWithWhereUniqueNestedInput {
  1101. where: RatingWhereUniqueInput!
  1102. update: RatingUpdateDataInput!
  1103. create: RatingCreateInput!
  1104. }
  1105. input RatingUpsertWithWhereUniqueWithoutUserInput {
  1106. where: RatingWhereUniqueInput!
  1107. update: RatingUpdateWithoutUserDataInput!
  1108. create: RatingCreateWithoutUserInput!
  1109. }
  1110. input RatingWhereInput {
  1111. id: ID
  1112. id_not: ID
  1113. id_in: [ID!]
  1114. id_not_in: [ID!]
  1115. id_lt: ID
  1116. id_lte: ID
  1117. id_gt: ID
  1118. id_gte: ID
  1119. id_contains: ID
  1120. id_not_contains: ID
  1121. id_starts_with: ID
  1122. id_not_starts_with: ID
  1123. id_ends_with: ID
  1124. id_not_ends_with: ID
  1125. user: UserWhereInput
  1126. value: Int
  1127. value_not: Int
  1128. value_in: [Int!]
  1129. value_not_in: [Int!]
  1130. value_lt: Int
  1131. value_lte: Int
  1132. value_gt: Int
  1133. value_gte: Int
  1134. comment: String
  1135. comment_not: String
  1136. comment_in: [String!]
  1137. comment_not_in: [String!]
  1138. comment_lt: String
  1139. comment_lte: String
  1140. comment_gt: String
  1141. comment_gte: String
  1142. comment_contains: String
  1143. comment_not_contains: String
  1144. comment_starts_with: String
  1145. comment_not_starts_with: String
  1146. comment_ends_with: String
  1147. comment_not_ends_with: String
  1148. createdAt: DateTime
  1149. createdAt_not: DateTime
  1150. createdAt_in: [DateTime!]
  1151. createdAt_not_in: [DateTime!]
  1152. createdAt_lt: DateTime
  1153. createdAt_lte: DateTime
  1154. createdAt_gt: DateTime
  1155. createdAt_gte: DateTime
  1156. AND: [RatingWhereInput!]
  1157. OR: [RatingWhereInput!]
  1158. NOT: [RatingWhereInput!]
  1159. }
  1160. input RatingWhereUniqueInput {
  1161. id: ID
  1162. }
  1163. type Subscription {
  1164. block(where: BlockSubscriptionWhereInput): BlockSubscriptionPayload
  1165. comment(where: CommentSubscriptionWhereInput): CommentSubscriptionPayload
  1166. excersise(where: ExcersiseSubscriptionWhereInput): ExcersiseSubscriptionPayload
  1167. format(where: FormatSubscriptionWhereInput): FormatSubscriptionPayload
  1168. rating(where: RatingSubscriptionWhereInput): RatingSubscriptionPayload
  1169. track(where: TrackSubscriptionWhereInput): TrackSubscriptionPayload
  1170. training(where: TrainingSubscriptionWhereInput): TrainingSubscriptionPayload
  1171. user(where: UserSubscriptionWhereInput): UserSubscriptionPayload
  1172. }
  1173. type Track {
  1174. id: ID!
  1175. title: String!
  1176. artist: String!
  1177. duration: Int!
  1178. link: String!
  1179. }
  1180. type TrackConnection {
  1181. pageInfo: PageInfo!
  1182. edges: [TrackEdge]!
  1183. aggregate: AggregateTrack!
  1184. }
  1185. input TrackCreateInput {
  1186. id: ID
  1187. title: String!
  1188. artist: String!
  1189. duration: Int!
  1190. link: String!
  1191. }
  1192. input TrackCreateManyInput {
  1193. create: [TrackCreateInput!]
  1194. connect: [TrackWhereUniqueInput!]
  1195. }
  1196. type TrackEdge {
  1197. node: Track!
  1198. cursor: String!
  1199. }
  1200. enum TrackOrderByInput {
  1201. id_ASC
  1202. id_DESC
  1203. title_ASC
  1204. title_DESC
  1205. artist_ASC
  1206. artist_DESC
  1207. duration_ASC
  1208. duration_DESC
  1209. link_ASC
  1210. link_DESC
  1211. }
  1212. type TrackPreviousValues {
  1213. id: ID!
  1214. title: String!
  1215. artist: String!
  1216. duration: Int!
  1217. link: String!
  1218. }
  1219. input TrackScalarWhereInput {
  1220. id: ID
  1221. id_not: ID
  1222. id_in: [ID!]
  1223. id_not_in: [ID!]
  1224. id_lt: ID
  1225. id_lte: ID
  1226. id_gt: ID
  1227. id_gte: ID
  1228. id_contains: ID
  1229. id_not_contains: ID
  1230. id_starts_with: ID
  1231. id_not_starts_with: ID
  1232. id_ends_with: ID
  1233. id_not_ends_with: ID
  1234. title: String
  1235. title_not: String
  1236. title_in: [String!]
  1237. title_not_in: [String!]
  1238. title_lt: String
  1239. title_lte: String
  1240. title_gt: String
  1241. title_gte: String
  1242. title_contains: String
  1243. title_not_contains: String
  1244. title_starts_with: String
  1245. title_not_starts_with: String
  1246. title_ends_with: String
  1247. title_not_ends_with: String
  1248. artist: String
  1249. artist_not: String
  1250. artist_in: [String!]
  1251. artist_not_in: [String!]
  1252. artist_lt: String
  1253. artist_lte: String
  1254. artist_gt: String
  1255. artist_gte: String
  1256. artist_contains: String
  1257. artist_not_contains: String
  1258. artist_starts_with: String
  1259. artist_not_starts_with: String
  1260. artist_ends_with: String
  1261. artist_not_ends_with: String
  1262. duration: Int
  1263. duration_not: Int
  1264. duration_in: [Int!]
  1265. duration_not_in: [Int!]
  1266. duration_lt: Int
  1267. duration_lte: Int
  1268. duration_gt: Int
  1269. duration_gte: Int
  1270. link: String
  1271. link_not: String
  1272. link_in: [String!]
  1273. link_not_in: [String!]
  1274. link_lt: String
  1275. link_lte: String
  1276. link_gt: String
  1277. link_gte: String
  1278. link_contains: String
  1279. link_not_contains: String
  1280. link_starts_with: String
  1281. link_not_starts_with: String
  1282. link_ends_with: String
  1283. link_not_ends_with: String
  1284. AND: [TrackScalarWhereInput!]
  1285. OR: [TrackScalarWhereInput!]
  1286. NOT: [TrackScalarWhereInput!]
  1287. }
  1288. type TrackSubscriptionPayload {
  1289. mutation: MutationType!
  1290. node: Track
  1291. updatedFields: [String!]
  1292. previousValues: TrackPreviousValues
  1293. }
  1294. input TrackSubscriptionWhereInput {
  1295. mutation_in: [MutationType!]
  1296. updatedFields_contains: String
  1297. updatedFields_contains_every: [String!]
  1298. updatedFields_contains_some: [String!]
  1299. node: TrackWhereInput
  1300. AND: [TrackSubscriptionWhereInput!]
  1301. OR: [TrackSubscriptionWhereInput!]
  1302. NOT: [TrackSubscriptionWhereInput!]
  1303. }
  1304. input TrackUpdateDataInput {
  1305. title: String
  1306. artist: String
  1307. duration: Int
  1308. link: String
  1309. }
  1310. input TrackUpdateInput {
  1311. title: String
  1312. artist: String
  1313. duration: Int
  1314. link: String
  1315. }
  1316. input TrackUpdateManyDataInput {
  1317. title: String
  1318. artist: String
  1319. duration: Int
  1320. link: String
  1321. }
  1322. input TrackUpdateManyInput {
  1323. create: [TrackCreateInput!]
  1324. update: [TrackUpdateWithWhereUniqueNestedInput!]
  1325. upsert: [TrackUpsertWithWhereUniqueNestedInput!]
  1326. delete: [TrackWhereUniqueInput!]
  1327. connect: [TrackWhereUniqueInput!]
  1328. set: [TrackWhereUniqueInput!]
  1329. disconnect: [TrackWhereUniqueInput!]
  1330. deleteMany: [TrackScalarWhereInput!]
  1331. updateMany: [TrackUpdateManyWithWhereNestedInput!]
  1332. }
  1333. input TrackUpdateManyMutationInput {
  1334. title: String
  1335. artist: String
  1336. duration: Int
  1337. link: String
  1338. }
  1339. input TrackUpdateManyWithWhereNestedInput {
  1340. where: TrackScalarWhereInput!
  1341. data: TrackUpdateManyDataInput!
  1342. }
  1343. input TrackUpdateWithWhereUniqueNestedInput {
  1344. where: TrackWhereUniqueInput!
  1345. data: TrackUpdateDataInput!
  1346. }
  1347. input TrackUpsertWithWhereUniqueNestedInput {
  1348. where: TrackWhereUniqueInput!
  1349. update: TrackUpdateDataInput!
  1350. create: TrackCreateInput!
  1351. }
  1352. input TrackWhereInput {
  1353. id: ID
  1354. id_not: ID
  1355. id_in: [ID!]
  1356. id_not_in: [ID!]
  1357. id_lt: ID
  1358. id_lte: ID
  1359. id_gt: ID
  1360. id_gte: ID
  1361. id_contains: ID
  1362. id_not_contains: ID
  1363. id_starts_with: ID
  1364. id_not_starts_with: ID
  1365. id_ends_with: ID
  1366. id_not_ends_with: ID
  1367. title: String
  1368. title_not: String
  1369. title_in: [String!]
  1370. title_not_in: [String!]
  1371. title_lt: String
  1372. title_lte: String
  1373. title_gt: String
  1374. title_gte: String
  1375. title_contains: String
  1376. title_not_contains: String
  1377. title_starts_with: String
  1378. title_not_starts_with: String
  1379. title_ends_with: String
  1380. title_not_ends_with: String
  1381. artist: String
  1382. artist_not: String
  1383. artist_in: [String!]
  1384. artist_not_in: [String!]
  1385. artist_lt: String
  1386. artist_lte: String
  1387. artist_gt: String
  1388. artist_gte: String
  1389. artist_contains: String
  1390. artist_not_contains: String
  1391. artist_starts_with: String
  1392. artist_not_starts_with: String
  1393. artist_ends_with: String
  1394. artist_not_ends_with: String
  1395. duration: Int
  1396. duration_not: Int
  1397. duration_in: [Int!]
  1398. duration_not_in: [Int!]
  1399. duration_lt: Int
  1400. duration_lte: Int
  1401. duration_gt: Int
  1402. duration_gte: Int
  1403. link: String
  1404. link_not: String
  1405. link_in: [String!]
  1406. link_not_in: [String!]
  1407. link_lt: String
  1408. link_lte: String
  1409. link_gt: String
  1410. link_gte: String
  1411. link_contains: String
  1412. link_not_contains: String
  1413. link_starts_with: String
  1414. link_not_starts_with: String
  1415. link_ends_with: String
  1416. link_not_ends_with: String
  1417. AND: [TrackWhereInput!]
  1418. OR: [TrackWhereInput!]
  1419. NOT: [TrackWhereInput!]
  1420. }
  1421. input TrackWhereUniqueInput {
  1422. id: ID
  1423. }
  1424. type Training {
  1425. id: ID!
  1426. title: String!
  1427. content(where: BlockWhereInput, orderBy: BlockOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Block!]
  1428. createdAt: DateTime!
  1429. trainingDate: DateTime!
  1430. participants(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User!]
  1431. ratings(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Rating!]
  1432. }
  1433. type TrainingConnection {
  1434. pageInfo: PageInfo!
  1435. edges: [TrainingEdge]!
  1436. aggregate: AggregateTraining!
  1437. }
  1438. input TrainingCreateInput {
  1439. id: ID
  1440. title: String!
  1441. content: BlockCreateManyInput
  1442. trainingDate: DateTime!
  1443. participants: UserCreateManyInput
  1444. ratings: RatingCreateManyInput
  1445. }
  1446. type TrainingEdge {
  1447. node: Training!
  1448. cursor: String!
  1449. }
  1450. enum TrainingOrderByInput {
  1451. id_ASC
  1452. id_DESC
  1453. title_ASC
  1454. title_DESC
  1455. createdAt_ASC
  1456. createdAt_DESC
  1457. trainingDate_ASC
  1458. trainingDate_DESC
  1459. }
  1460. type TrainingPreviousValues {
  1461. id: ID!
  1462. title: String!
  1463. createdAt: DateTime!
  1464. trainingDate: DateTime!
  1465. }
  1466. type TrainingSubscriptionPayload {
  1467. mutation: MutationType!
  1468. node: Training
  1469. updatedFields: [String!]
  1470. previousValues: TrainingPreviousValues
  1471. }
  1472. input TrainingSubscriptionWhereInput {
  1473. mutation_in: [MutationType!]
  1474. updatedFields_contains: String
  1475. updatedFields_contains_every: [String!]
  1476. updatedFields_contains_some: [String!]
  1477. node: TrainingWhereInput
  1478. AND: [TrainingSubscriptionWhereInput!]
  1479. OR: [TrainingSubscriptionWhereInput!]
  1480. NOT: [TrainingSubscriptionWhereInput!]
  1481. }
  1482. input TrainingUpdateInput {
  1483. title: String
  1484. content: BlockUpdateManyInput
  1485. trainingDate: DateTime
  1486. participants: UserUpdateManyInput
  1487. ratings: RatingUpdateManyInput
  1488. }
  1489. input TrainingUpdateManyMutationInput {
  1490. title: String
  1491. trainingDate: DateTime
  1492. }
  1493. input TrainingWhereInput {
  1494. id: ID
  1495. id_not: ID
  1496. id_in: [ID!]
  1497. id_not_in: [ID!]
  1498. id_lt: ID
  1499. id_lte: ID
  1500. id_gt: ID
  1501. id_gte: ID
  1502. id_contains: ID
  1503. id_not_contains: ID
  1504. id_starts_with: ID
  1505. id_not_starts_with: ID
  1506. id_ends_with: ID
  1507. id_not_ends_with: ID
  1508. title: String
  1509. title_not: String
  1510. title_in: [String!]
  1511. title_not_in: [String!]
  1512. title_lt: String
  1513. title_lte: String
  1514. title_gt: String
  1515. title_gte: String
  1516. title_contains: String
  1517. title_not_contains: String
  1518. title_starts_with: String
  1519. title_not_starts_with: String
  1520. title_ends_with: String
  1521. title_not_ends_with: String
  1522. content_every: BlockWhereInput
  1523. content_some: BlockWhereInput
  1524. content_none: BlockWhereInput
  1525. createdAt: DateTime
  1526. createdAt_not: DateTime
  1527. createdAt_in: [DateTime!]
  1528. createdAt_not_in: [DateTime!]
  1529. createdAt_lt: DateTime
  1530. createdAt_lte: DateTime
  1531. createdAt_gt: DateTime
  1532. createdAt_gte: DateTime
  1533. trainingDate: DateTime
  1534. trainingDate_not: DateTime
  1535. trainingDate_in: [DateTime!]
  1536. trainingDate_not_in: [DateTime!]
  1537. trainingDate_lt: DateTime
  1538. trainingDate_lte: DateTime
  1539. trainingDate_gt: DateTime
  1540. trainingDate_gte: DateTime
  1541. participants_every: UserWhereInput
  1542. participants_some: UserWhereInput
  1543. participants_none: UserWhereInput
  1544. ratings_every: RatingWhereInput
  1545. ratings_some: RatingWhereInput
  1546. ratings_none: RatingWhereInput
  1547. AND: [TrainingWhereInput!]
  1548. OR: [TrainingWhereInput!]
  1549. NOT: [TrainingWhereInput!]
  1550. }
  1551. input TrainingWhereUniqueInput {
  1552. id: ID
  1553. }
  1554. type User {
  1555. id: ID!
  1556. email: String!
  1557. name: String!
  1558. abbreviation: String!
  1559. password: String!
  1560. createdAt: DateTime!
  1561. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment!]
  1562. ratings(where: RatingWhereInput, orderBy: RatingOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Rating!]
  1563. }
  1564. type UserConnection {
  1565. pageInfo: PageInfo!
  1566. edges: [UserEdge]!
  1567. aggregate: AggregateUser!
  1568. }
  1569. input UserCreateInput {
  1570. id: ID
  1571. email: String!
  1572. name: String!
  1573. abbreviation: String!
  1574. password: String!
  1575. comments: CommentCreateManyWithoutAuthorInput
  1576. ratings: RatingCreateManyWithoutUserInput
  1577. }
  1578. input UserCreateManyInput {
  1579. create: [UserCreateInput!]
  1580. connect: [UserWhereUniqueInput!]
  1581. }
  1582. input UserCreateOneWithoutCommentsInput {
  1583. create: UserCreateWithoutCommentsInput
  1584. connect: UserWhereUniqueInput
  1585. }
  1586. input UserCreateOneWithoutRatingsInput {
  1587. create: UserCreateWithoutRatingsInput
  1588. connect: UserWhereUniqueInput
  1589. }
  1590. input UserCreateWithoutCommentsInput {
  1591. id: ID
  1592. email: String!
  1593. name: String!
  1594. abbreviation: String!
  1595. password: String!
  1596. ratings: RatingCreateManyWithoutUserInput
  1597. }
  1598. input UserCreateWithoutRatingsInput {
  1599. id: ID
  1600. email: String!
  1601. name: String!
  1602. abbreviation: String!
  1603. password: String!
  1604. comments: CommentCreateManyWithoutAuthorInput
  1605. }
  1606. type UserEdge {
  1607. node: User!
  1608. cursor: String!
  1609. }
  1610. enum UserOrderByInput {
  1611. id_ASC
  1612. id_DESC
  1613. email_ASC
  1614. email_DESC
  1615. name_ASC
  1616. name_DESC
  1617. abbreviation_ASC
  1618. abbreviation_DESC
  1619. password_ASC
  1620. password_DESC
  1621. createdAt_ASC
  1622. createdAt_DESC
  1623. }
  1624. type UserPreviousValues {
  1625. id: ID!
  1626. email: String!
  1627. name: String!
  1628. abbreviation: String!
  1629. password: String!
  1630. createdAt: DateTime!
  1631. }
  1632. input UserScalarWhereInput {
  1633. id: ID
  1634. id_not: ID
  1635. id_in: [ID!]
  1636. id_not_in: [ID!]
  1637. id_lt: ID
  1638. id_lte: ID
  1639. id_gt: ID
  1640. id_gte: ID
  1641. id_contains: ID
  1642. id_not_contains: ID
  1643. id_starts_with: ID
  1644. id_not_starts_with: ID
  1645. id_ends_with: ID
  1646. id_not_ends_with: ID
  1647. email: String
  1648. email_not: String
  1649. email_in: [String!]
  1650. email_not_in: [String!]
  1651. email_lt: String
  1652. email_lte: String
  1653. email_gt: String
  1654. email_gte: String
  1655. email_contains: String
  1656. email_not_contains: String
  1657. email_starts_with: String
  1658. email_not_starts_with: String
  1659. email_ends_with: String
  1660. email_not_ends_with: String
  1661. name: String
  1662. name_not: String
  1663. name_in: [String!]
  1664. name_not_in: [String!]
  1665. name_lt: String
  1666. name_lte: String
  1667. name_gt: String
  1668. name_gte: String
  1669. name_contains: String
  1670. name_not_contains: String
  1671. name_starts_with: String
  1672. name_not_starts_with: String
  1673. name_ends_with: String
  1674. name_not_ends_with: String
  1675. abbreviation: String
  1676. abbreviation_not: String
  1677. abbreviation_in: [String!]
  1678. abbreviation_not_in: [String!]
  1679. abbreviation_lt: String
  1680. abbreviation_lte: String
  1681. abbreviation_gt: String
  1682. abbreviation_gte: String
  1683. abbreviation_contains: String
  1684. abbreviation_not_contains: String
  1685. abbreviation_starts_with: String
  1686. abbreviation_not_starts_with: String
  1687. abbreviation_ends_with: String
  1688. abbreviation_not_ends_with: String
  1689. password: String
  1690. password_not: String
  1691. password_in: [String!]
  1692. password_not_in: [String!]
  1693. password_lt: String
  1694. password_lte: String
  1695. password_gt: String
  1696. password_gte: String
  1697. password_contains: String
  1698. password_not_contains: String
  1699. password_starts_with: String
  1700. password_not_starts_with: String
  1701. password_ends_with: String
  1702. password_not_ends_with: String
  1703. createdAt: DateTime
  1704. createdAt_not: DateTime
  1705. createdAt_in: [DateTime!]
  1706. createdAt_not_in: [DateTime!]
  1707. createdAt_lt: DateTime
  1708. createdAt_lte: DateTime
  1709. createdAt_gt: DateTime
  1710. createdAt_gte: DateTime
  1711. AND: [UserScalarWhereInput!]
  1712. OR: [UserScalarWhereInput!]
  1713. NOT: [UserScalarWhereInput!]
  1714. }
  1715. type UserSubscriptionPayload {
  1716. mutation: MutationType!
  1717. node: User
  1718. updatedFields: [String!]
  1719. previousValues: UserPreviousValues
  1720. }
  1721. input UserSubscriptionWhereInput {
  1722. mutation_in: [MutationType!]
  1723. updatedFields_contains: String
  1724. updatedFields_contains_every: [String!]
  1725. updatedFields_contains_some: [String!]
  1726. node: UserWhereInput
  1727. AND: [UserSubscriptionWhereInput!]
  1728. OR: [UserSubscriptionWhereInput!]
  1729. NOT: [UserSubscriptionWhereInput!]
  1730. }
  1731. input UserUpdateDataInput {
  1732. email: String
  1733. name: String
  1734. abbreviation: String
  1735. password: String
  1736. comments: CommentUpdateManyWithoutAuthorInput
  1737. ratings: RatingUpdateManyWithoutUserInput
  1738. }
  1739. input UserUpdateInput {
  1740. email: String
  1741. name: String
  1742. abbreviation: String
  1743. password: String
  1744. comments: CommentUpdateManyWithoutAuthorInput
  1745. ratings: RatingUpdateManyWithoutUserInput
  1746. }
  1747. input UserUpdateManyDataInput {
  1748. email: String
  1749. name: String
  1750. abbreviation: String
  1751. password: String
  1752. }
  1753. input UserUpdateManyInput {
  1754. create: [UserCreateInput!]
  1755. update: [UserUpdateWithWhereUniqueNestedInput!]
  1756. upsert: [UserUpsertWithWhereUniqueNestedInput!]
  1757. delete: [UserWhereUniqueInput!]
  1758. connect: [UserWhereUniqueInput!]
  1759. set: [UserWhereUniqueInput!]
  1760. disconnect: [UserWhereUniqueInput!]
  1761. deleteMany: [UserScalarWhereInput!]
  1762. updateMany: [UserUpdateManyWithWhereNestedInput!]
  1763. }
  1764. input UserUpdateManyMutationInput {
  1765. email: String
  1766. name: String
  1767. abbreviation: String
  1768. password: String
  1769. }
  1770. input UserUpdateManyWithWhereNestedInput {
  1771. where: UserScalarWhereInput!
  1772. data: UserUpdateManyDataInput!
  1773. }
  1774. input UserUpdateOneRequiredWithoutCommentsInput {
  1775. create: UserCreateWithoutCommentsInput
  1776. update: UserUpdateWithoutCommentsDataInput
  1777. upsert: UserUpsertWithoutCommentsInput
  1778. connect: UserWhereUniqueInput
  1779. }
  1780. input UserUpdateOneRequiredWithoutRatingsInput {
  1781. create: UserCreateWithoutRatingsInput
  1782. update: UserUpdateWithoutRatingsDataInput
  1783. upsert: UserUpsertWithoutRatingsInput
  1784. connect: UserWhereUniqueInput
  1785. }
  1786. input UserUpdateWithoutCommentsDataInput {
  1787. email: String
  1788. name: String
  1789. abbreviation: String
  1790. password: String
  1791. ratings: RatingUpdateManyWithoutUserInput
  1792. }
  1793. input UserUpdateWithoutRatingsDataInput {
  1794. email: String
  1795. name: String
  1796. abbreviation: String
  1797. password: String
  1798. comments: CommentUpdateManyWithoutAuthorInput
  1799. }
  1800. input UserUpdateWithWhereUniqueNestedInput {
  1801. where: UserWhereUniqueInput!
  1802. data: UserUpdateDataInput!
  1803. }
  1804. input UserUpsertWithoutCommentsInput {
  1805. update: UserUpdateWithoutCommentsDataInput!
  1806. create: UserCreateWithoutCommentsInput!
  1807. }
  1808. input UserUpsertWithoutRatingsInput {
  1809. update: UserUpdateWithoutRatingsDataInput!
  1810. create: UserCreateWithoutRatingsInput!
  1811. }
  1812. input UserUpsertWithWhereUniqueNestedInput {
  1813. where: UserWhereUniqueInput!
  1814. update: UserUpdateDataInput!
  1815. create: UserCreateInput!
  1816. }
  1817. input UserWhereInput {
  1818. id: ID
  1819. id_not: ID
  1820. id_in: [ID!]
  1821. id_not_in: [ID!]
  1822. id_lt: ID
  1823. id_lte: ID
  1824. id_gt: ID
  1825. id_gte: ID
  1826. id_contains: ID
  1827. id_not_contains: ID
  1828. id_starts_with: ID
  1829. id_not_starts_with: ID
  1830. id_ends_with: ID
  1831. id_not_ends_with: ID
  1832. email: String
  1833. email_not: String
  1834. email_in: [String!]
  1835. email_not_in: [String!]
  1836. email_lt: String
  1837. email_lte: String
  1838. email_gt: String
  1839. email_gte: String
  1840. email_contains: String
  1841. email_not_contains: String
  1842. email_starts_with: String
  1843. email_not_starts_with: String
  1844. email_ends_with: String
  1845. email_not_ends_with: String
  1846. name: String
  1847. name_not: String
  1848. name_in: [String!]
  1849. name_not_in: [String!]
  1850. name_lt: String
  1851. name_lte: String
  1852. name_gt: String
  1853. name_gte: String
  1854. name_contains: String
  1855. name_not_contains: String
  1856. name_starts_with: String
  1857. name_not_starts_with: String
  1858. name_ends_with: String
  1859. name_not_ends_with: String
  1860. abbreviation: String
  1861. abbreviation_not: String
  1862. abbreviation_in: [String!]
  1863. abbreviation_not_in: [String!]
  1864. abbreviation_lt: String
  1865. abbreviation_lte: String
  1866. abbreviation_gt: String
  1867. abbreviation_gte: String
  1868. abbreviation_contains: String
  1869. abbreviation_not_contains: String
  1870. abbreviation_starts_with: String
  1871. abbreviation_not_starts_with: String
  1872. abbreviation_ends_with: String
  1873. abbreviation_not_ends_with: String
  1874. password: String
  1875. password_not: String
  1876. password_in: [String!]
  1877. password_not_in: [String!]
  1878. password_lt: String
  1879. password_lte: String
  1880. password_gt: String
  1881. password_gte: String
  1882. password_contains: String
  1883. password_not_contains: String
  1884. password_starts_with: String
  1885. password_not_starts_with: String
  1886. password_ends_with: String
  1887. password_not_ends_with: String
  1888. createdAt: DateTime
  1889. createdAt_not: DateTime
  1890. createdAt_in: [DateTime!]
  1891. createdAt_not_in: [DateTime!]
  1892. createdAt_lt: DateTime
  1893. createdAt_lte: DateTime
  1894. createdAt_gt: DateTime
  1895. createdAt_gte: DateTime
  1896. comments_every: CommentWhereInput
  1897. comments_some: CommentWhereInput
  1898. comments_none: CommentWhereInput
  1899. ratings_every: RatingWhereInput
  1900. ratings_some: RatingWhereInput
  1901. ratings_none: RatingWhereInput
  1902. AND: [UserWhereInput!]
  1903. OR: [UserWhereInput!]
  1904. NOT: [UserWhereInput!]
  1905. }
  1906. input UserWhereUniqueInput {
  1907. id: ID
  1908. email: String
  1909. }
  1910. `
  1911. }