prisma-schema.js 120 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655
  1. module.exports = {
  2. typeDefs: // Code generated by Prisma (prisma@1.30.1). 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 AggregateCharacterization {
  6. count: Int!
  7. }
  8. type AggregateComment {
  9. count: Int!
  10. }
  11. type AggregateDUT {
  12. count: Int!
  13. }
  14. type AggregateEvent {
  15. count: Int!
  16. }
  17. type AggregateFile {
  18. count: Int!
  19. }
  20. type AggregateInstrument {
  21. count: Int!
  22. }
  23. type AggregateInstrumentCommand {
  24. count: Int!
  25. }
  26. type AggregateInstrumentInstance {
  27. count: Int!
  28. }
  29. type AggregateInstrumentParameter {
  30. count: Int!
  31. }
  32. type AggregateInstrumentSubsystem {
  33. count: Int!
  34. }
  35. type AggregateMeasurement {
  36. count: Int!
  37. }
  38. type AggregateMeasurementRun {
  39. count: Int!
  40. }
  41. type AggregateMeta {
  42. count: Int!
  43. }
  44. type AggregateProject {
  45. count: Int!
  46. }
  47. type AggregateProjectVersion {
  48. count: Int!
  49. }
  50. type AggregateSetup {
  51. count: Int!
  52. }
  53. type AggregateSetupHardware {
  54. count: Int!
  55. }
  56. type AggregateSetupHardwareInstance {
  57. count: Int!
  58. }
  59. type AggregateUser {
  60. count: Int!
  61. }
  62. type BatchPayload {
  63. count: Long!
  64. }
  65. type Characterization {
  66. id: ID!
  67. name: String!
  68. projectVersion: ProjectVersion!
  69. measurementRuns(where: MeasurementRunWhereInput, orderBy: MeasurementRunOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [MeasurementRun!]
  70. }
  71. type CharacterizationConnection {
  72. pageInfo: PageInfo!
  73. edges: [CharacterizationEdge]!
  74. aggregate: AggregateCharacterization!
  75. }
  76. input CharacterizationCreateInput {
  77. name: String!
  78. projectVersion: ProjectVersionCreateOneInput!
  79. measurementRuns: MeasurementRunCreateManyInput
  80. }
  81. type CharacterizationEdge {
  82. node: Characterization!
  83. cursor: String!
  84. }
  85. enum CharacterizationOrderByInput {
  86. id_ASC
  87. id_DESC
  88. name_ASC
  89. name_DESC
  90. createdAt_ASC
  91. createdAt_DESC
  92. updatedAt_ASC
  93. updatedAt_DESC
  94. }
  95. type CharacterizationPreviousValues {
  96. id: ID!
  97. name: String!
  98. }
  99. type CharacterizationSubscriptionPayload {
  100. mutation: MutationType!
  101. node: Characterization
  102. updatedFields: [String!]
  103. previousValues: CharacterizationPreviousValues
  104. }
  105. input CharacterizationSubscriptionWhereInput {
  106. mutation_in: [MutationType!]
  107. updatedFields_contains: String
  108. updatedFields_contains_every: [String!]
  109. updatedFields_contains_some: [String!]
  110. node: CharacterizationWhereInput
  111. AND: [CharacterizationSubscriptionWhereInput!]
  112. OR: [CharacterizationSubscriptionWhereInput!]
  113. NOT: [CharacterizationSubscriptionWhereInput!]
  114. }
  115. input CharacterizationUpdateInput {
  116. name: String
  117. projectVersion: ProjectVersionUpdateOneRequiredInput
  118. measurementRuns: MeasurementRunUpdateManyInput
  119. }
  120. input CharacterizationUpdateManyMutationInput {
  121. name: String
  122. }
  123. input CharacterizationWhereInput {
  124. id: ID
  125. id_not: ID
  126. id_in: [ID!]
  127. id_not_in: [ID!]
  128. id_lt: ID
  129. id_lte: ID
  130. id_gt: ID
  131. id_gte: ID
  132. id_contains: ID
  133. id_not_contains: ID
  134. id_starts_with: ID
  135. id_not_starts_with: ID
  136. id_ends_with: ID
  137. id_not_ends_with: ID
  138. name: String
  139. name_not: String
  140. name_in: [String!]
  141. name_not_in: [String!]
  142. name_lt: String
  143. name_lte: String
  144. name_gt: String
  145. name_gte: String
  146. name_contains: String
  147. name_not_contains: String
  148. name_starts_with: String
  149. name_not_starts_with: String
  150. name_ends_with: String
  151. name_not_ends_with: String
  152. projectVersion: ProjectVersionWhereInput
  153. measurementRuns_every: MeasurementRunWhereInput
  154. measurementRuns_some: MeasurementRunWhereInput
  155. measurementRuns_none: MeasurementRunWhereInput
  156. AND: [CharacterizationWhereInput!]
  157. OR: [CharacterizationWhereInput!]
  158. NOT: [CharacterizationWhereInput!]
  159. }
  160. input CharacterizationWhereUniqueInput {
  161. id: ID
  162. }
  163. type Comment {
  164. id: ID!
  165. text: String
  166. createdAt: DateTime!
  167. previousVersion: Comment
  168. }
  169. type CommentConnection {
  170. pageInfo: PageInfo!
  171. edges: [CommentEdge]!
  172. aggregate: AggregateComment!
  173. }
  174. input CommentCreateInput {
  175. text: String
  176. previousVersion: CommentCreateOneInput
  177. }
  178. input CommentCreateManyInput {
  179. create: [CommentCreateInput!]
  180. connect: [CommentWhereUniqueInput!]
  181. }
  182. input CommentCreateOneInput {
  183. create: CommentCreateInput
  184. connect: CommentWhereUniqueInput
  185. }
  186. type CommentEdge {
  187. node: Comment!
  188. cursor: String!
  189. }
  190. enum CommentOrderByInput {
  191. id_ASC
  192. id_DESC
  193. text_ASC
  194. text_DESC
  195. createdAt_ASC
  196. createdAt_DESC
  197. updatedAt_ASC
  198. updatedAt_DESC
  199. }
  200. type CommentPreviousValues {
  201. id: ID!
  202. text: String
  203. createdAt: DateTime!
  204. }
  205. input CommentScalarWhereInput {
  206. id: ID
  207. id_not: ID
  208. id_in: [ID!]
  209. id_not_in: [ID!]
  210. id_lt: ID
  211. id_lte: ID
  212. id_gt: ID
  213. id_gte: ID
  214. id_contains: ID
  215. id_not_contains: ID
  216. id_starts_with: ID
  217. id_not_starts_with: ID
  218. id_ends_with: ID
  219. id_not_ends_with: ID
  220. text: String
  221. text_not: String
  222. text_in: [String!]
  223. text_not_in: [String!]
  224. text_lt: String
  225. text_lte: String
  226. text_gt: String
  227. text_gte: String
  228. text_contains: String
  229. text_not_contains: String
  230. text_starts_with: String
  231. text_not_starts_with: String
  232. text_ends_with: String
  233. text_not_ends_with: String
  234. createdAt: DateTime
  235. createdAt_not: DateTime
  236. createdAt_in: [DateTime!]
  237. createdAt_not_in: [DateTime!]
  238. createdAt_lt: DateTime
  239. createdAt_lte: DateTime
  240. createdAt_gt: DateTime
  241. createdAt_gte: DateTime
  242. AND: [CommentScalarWhereInput!]
  243. OR: [CommentScalarWhereInput!]
  244. NOT: [CommentScalarWhereInput!]
  245. }
  246. type CommentSubscriptionPayload {
  247. mutation: MutationType!
  248. node: Comment
  249. updatedFields: [String!]
  250. previousValues: CommentPreviousValues
  251. }
  252. input CommentSubscriptionWhereInput {
  253. mutation_in: [MutationType!]
  254. updatedFields_contains: String
  255. updatedFields_contains_every: [String!]
  256. updatedFields_contains_some: [String!]
  257. node: CommentWhereInput
  258. AND: [CommentSubscriptionWhereInput!]
  259. OR: [CommentSubscriptionWhereInput!]
  260. NOT: [CommentSubscriptionWhereInput!]
  261. }
  262. input CommentUpdateDataInput {
  263. text: String
  264. previousVersion: CommentUpdateOneInput
  265. }
  266. input CommentUpdateInput {
  267. text: String
  268. previousVersion: CommentUpdateOneInput
  269. }
  270. input CommentUpdateManyDataInput {
  271. text: String
  272. }
  273. input CommentUpdateManyInput {
  274. create: [CommentCreateInput!]
  275. update: [CommentUpdateWithWhereUniqueNestedInput!]
  276. upsert: [CommentUpsertWithWhereUniqueNestedInput!]
  277. delete: [CommentWhereUniqueInput!]
  278. connect: [CommentWhereUniqueInput!]
  279. set: [CommentWhereUniqueInput!]
  280. disconnect: [CommentWhereUniqueInput!]
  281. deleteMany: [CommentScalarWhereInput!]
  282. updateMany: [CommentUpdateManyWithWhereNestedInput!]
  283. }
  284. input CommentUpdateManyMutationInput {
  285. text: String
  286. }
  287. input CommentUpdateManyWithWhereNestedInput {
  288. where: CommentScalarWhereInput!
  289. data: CommentUpdateManyDataInput!
  290. }
  291. input CommentUpdateOneInput {
  292. create: CommentCreateInput
  293. update: CommentUpdateDataInput
  294. upsert: CommentUpsertNestedInput
  295. delete: Boolean
  296. disconnect: Boolean
  297. connect: CommentWhereUniqueInput
  298. }
  299. input CommentUpdateWithWhereUniqueNestedInput {
  300. where: CommentWhereUniqueInput!
  301. data: CommentUpdateDataInput!
  302. }
  303. input CommentUpsertNestedInput {
  304. update: CommentUpdateDataInput!
  305. create: CommentCreateInput!
  306. }
  307. input CommentUpsertWithWhereUniqueNestedInput {
  308. where: CommentWhereUniqueInput!
  309. update: CommentUpdateDataInput!
  310. create: CommentCreateInput!
  311. }
  312. input CommentWhereInput {
  313. id: ID
  314. id_not: ID
  315. id_in: [ID!]
  316. id_not_in: [ID!]
  317. id_lt: ID
  318. id_lte: ID
  319. id_gt: ID
  320. id_gte: ID
  321. id_contains: ID
  322. id_not_contains: ID
  323. id_starts_with: ID
  324. id_not_starts_with: ID
  325. id_ends_with: ID
  326. id_not_ends_with: ID
  327. text: String
  328. text_not: String
  329. text_in: [String!]
  330. text_not_in: [String!]
  331. text_lt: String
  332. text_lte: String
  333. text_gt: String
  334. text_gte: String
  335. text_contains: String
  336. text_not_contains: String
  337. text_starts_with: String
  338. text_not_starts_with: String
  339. text_ends_with: String
  340. text_not_ends_with: String
  341. createdAt: DateTime
  342. createdAt_not: DateTime
  343. createdAt_in: [DateTime!]
  344. createdAt_not_in: [DateTime!]
  345. createdAt_lt: DateTime
  346. createdAt_lte: DateTime
  347. createdAt_gt: DateTime
  348. createdAt_gte: DateTime
  349. previousVersion: CommentWhereInput
  350. AND: [CommentWhereInput!]
  351. OR: [CommentWhereInput!]
  352. NOT: [CommentWhereInput!]
  353. }
  354. input CommentWhereUniqueInput {
  355. id: ID
  356. }
  357. scalar DateTime
  358. type DUT {
  359. id: ID!
  360. name: String!
  361. description: String
  362. project: ProjectVersion!
  363. modifications: [String!]!
  364. }
  365. type DUTConnection {
  366. pageInfo: PageInfo!
  367. edges: [DUTEdge]!
  368. aggregate: AggregateDUT!
  369. }
  370. input DUTCreateInput {
  371. name: String!
  372. description: String
  373. project: ProjectVersionCreateOneInput!
  374. modifications: DUTCreatemodificationsInput
  375. }
  376. input DUTCreatemodificationsInput {
  377. set: [String!]
  378. }
  379. type DUTEdge {
  380. node: DUT!
  381. cursor: String!
  382. }
  383. enum DUTOrderByInput {
  384. id_ASC
  385. id_DESC
  386. name_ASC
  387. name_DESC
  388. description_ASC
  389. description_DESC
  390. createdAt_ASC
  391. createdAt_DESC
  392. updatedAt_ASC
  393. updatedAt_DESC
  394. }
  395. type DUTPreviousValues {
  396. id: ID!
  397. name: String!
  398. description: String
  399. modifications: [String!]!
  400. }
  401. type DUTSubscriptionPayload {
  402. mutation: MutationType!
  403. node: DUT
  404. updatedFields: [String!]
  405. previousValues: DUTPreviousValues
  406. }
  407. input DUTSubscriptionWhereInput {
  408. mutation_in: [MutationType!]
  409. updatedFields_contains: String
  410. updatedFields_contains_every: [String!]
  411. updatedFields_contains_some: [String!]
  412. node: DUTWhereInput
  413. AND: [DUTSubscriptionWhereInput!]
  414. OR: [DUTSubscriptionWhereInput!]
  415. NOT: [DUTSubscriptionWhereInput!]
  416. }
  417. input DUTUpdateInput {
  418. name: String
  419. description: String
  420. project: ProjectVersionUpdateOneRequiredInput
  421. modifications: DUTUpdatemodificationsInput
  422. }
  423. input DUTUpdateManyMutationInput {
  424. name: String
  425. description: String
  426. modifications: DUTUpdatemodificationsInput
  427. }
  428. input DUTUpdatemodificationsInput {
  429. set: [String!]
  430. }
  431. input DUTWhereInput {
  432. id: ID
  433. id_not: ID
  434. id_in: [ID!]
  435. id_not_in: [ID!]
  436. id_lt: ID
  437. id_lte: ID
  438. id_gt: ID
  439. id_gte: ID
  440. id_contains: ID
  441. id_not_contains: ID
  442. id_starts_with: ID
  443. id_not_starts_with: ID
  444. id_ends_with: ID
  445. id_not_ends_with: ID
  446. name: String
  447. name_not: String
  448. name_in: [String!]
  449. name_not_in: [String!]
  450. name_lt: String
  451. name_lte: String
  452. name_gt: String
  453. name_gte: String
  454. name_contains: String
  455. name_not_contains: String
  456. name_starts_with: String
  457. name_not_starts_with: String
  458. name_ends_with: String
  459. name_not_ends_with: String
  460. description: String
  461. description_not: String
  462. description_in: [String!]
  463. description_not_in: [String!]
  464. description_lt: String
  465. description_lte: String
  466. description_gt: String
  467. description_gte: String
  468. description_contains: String
  469. description_not_contains: String
  470. description_starts_with: String
  471. description_not_starts_with: String
  472. description_ends_with: String
  473. description_not_ends_with: String
  474. project: ProjectVersionWhereInput
  475. AND: [DUTWhereInput!]
  476. OR: [DUTWhereInput!]
  477. NOT: [DUTWhereInput!]
  478. }
  479. input DUTWhereUniqueInput {
  480. id: ID
  481. }
  482. type Event {
  483. id: ID!
  484. json: String!
  485. when: DateTime!
  486. }
  487. type EventConnection {
  488. pageInfo: PageInfo!
  489. edges: [EventEdge]!
  490. aggregate: AggregateEvent!
  491. }
  492. input EventCreateInput {
  493. json: String!
  494. when: DateTime!
  495. }
  496. input EventCreateManyInput {
  497. create: [EventCreateInput!]
  498. connect: [EventWhereUniqueInput!]
  499. }
  500. type EventEdge {
  501. node: Event!
  502. cursor: String!
  503. }
  504. enum EventOrderByInput {
  505. id_ASC
  506. id_DESC
  507. json_ASC
  508. json_DESC
  509. when_ASC
  510. when_DESC
  511. createdAt_ASC
  512. createdAt_DESC
  513. updatedAt_ASC
  514. updatedAt_DESC
  515. }
  516. type EventPreviousValues {
  517. id: ID!
  518. json: String!
  519. when: DateTime!
  520. }
  521. input EventScalarWhereInput {
  522. id: ID
  523. id_not: ID
  524. id_in: [ID!]
  525. id_not_in: [ID!]
  526. id_lt: ID
  527. id_lte: ID
  528. id_gt: ID
  529. id_gte: ID
  530. id_contains: ID
  531. id_not_contains: ID
  532. id_starts_with: ID
  533. id_not_starts_with: ID
  534. id_ends_with: ID
  535. id_not_ends_with: ID
  536. json: String
  537. json_not: String
  538. json_in: [String!]
  539. json_not_in: [String!]
  540. json_lt: String
  541. json_lte: String
  542. json_gt: String
  543. json_gte: String
  544. json_contains: String
  545. json_not_contains: String
  546. json_starts_with: String
  547. json_not_starts_with: String
  548. json_ends_with: String
  549. json_not_ends_with: String
  550. when: DateTime
  551. when_not: DateTime
  552. when_in: [DateTime!]
  553. when_not_in: [DateTime!]
  554. when_lt: DateTime
  555. when_lte: DateTime
  556. when_gt: DateTime
  557. when_gte: DateTime
  558. AND: [EventScalarWhereInput!]
  559. OR: [EventScalarWhereInput!]
  560. NOT: [EventScalarWhereInput!]
  561. }
  562. type EventSubscriptionPayload {
  563. mutation: MutationType!
  564. node: Event
  565. updatedFields: [String!]
  566. previousValues: EventPreviousValues
  567. }
  568. input EventSubscriptionWhereInput {
  569. mutation_in: [MutationType!]
  570. updatedFields_contains: String
  571. updatedFields_contains_every: [String!]
  572. updatedFields_contains_some: [String!]
  573. node: EventWhereInput
  574. AND: [EventSubscriptionWhereInput!]
  575. OR: [EventSubscriptionWhereInput!]
  576. NOT: [EventSubscriptionWhereInput!]
  577. }
  578. input EventUpdateDataInput {
  579. json: String
  580. when: DateTime
  581. }
  582. input EventUpdateInput {
  583. json: String
  584. when: DateTime
  585. }
  586. input EventUpdateManyDataInput {
  587. json: String
  588. when: DateTime
  589. }
  590. input EventUpdateManyInput {
  591. create: [EventCreateInput!]
  592. update: [EventUpdateWithWhereUniqueNestedInput!]
  593. upsert: [EventUpsertWithWhereUniqueNestedInput!]
  594. delete: [EventWhereUniqueInput!]
  595. connect: [EventWhereUniqueInput!]
  596. set: [EventWhereUniqueInput!]
  597. disconnect: [EventWhereUniqueInput!]
  598. deleteMany: [EventScalarWhereInput!]
  599. updateMany: [EventUpdateManyWithWhereNestedInput!]
  600. }
  601. input EventUpdateManyMutationInput {
  602. json: String
  603. when: DateTime
  604. }
  605. input EventUpdateManyWithWhereNestedInput {
  606. where: EventScalarWhereInput!
  607. data: EventUpdateManyDataInput!
  608. }
  609. input EventUpdateWithWhereUniqueNestedInput {
  610. where: EventWhereUniqueInput!
  611. data: EventUpdateDataInput!
  612. }
  613. input EventUpsertWithWhereUniqueNestedInput {
  614. where: EventWhereUniqueInput!
  615. update: EventUpdateDataInput!
  616. create: EventCreateInput!
  617. }
  618. input EventWhereInput {
  619. id: ID
  620. id_not: ID
  621. id_in: [ID!]
  622. id_not_in: [ID!]
  623. id_lt: ID
  624. id_lte: ID
  625. id_gt: ID
  626. id_gte: ID
  627. id_contains: ID
  628. id_not_contains: ID
  629. id_starts_with: ID
  630. id_not_starts_with: ID
  631. id_ends_with: ID
  632. id_not_ends_with: ID
  633. json: String
  634. json_not: String
  635. json_in: [String!]
  636. json_not_in: [String!]
  637. json_lt: String
  638. json_lte: String
  639. json_gt: String
  640. json_gte: String
  641. json_contains: String
  642. json_not_contains: String
  643. json_starts_with: String
  644. json_not_starts_with: String
  645. json_ends_with: String
  646. json_not_ends_with: String
  647. when: DateTime
  648. when_not: DateTime
  649. when_in: [DateTime!]
  650. when_not_in: [DateTime!]
  651. when_lt: DateTime
  652. when_lte: DateTime
  653. when_gt: DateTime
  654. when_gte: DateTime
  655. AND: [EventWhereInput!]
  656. OR: [EventWhereInput!]
  657. NOT: [EventWhereInput!]
  658. }
  659. input EventWhereUniqueInput {
  660. id: ID
  661. }
  662. type File {
  663. id: ID!
  664. path: String!
  665. name: String
  666. description: String
  667. filename: String!
  668. mimetype: String!
  669. size: Int!
  670. }
  671. type FileConnection {
  672. pageInfo: PageInfo!
  673. edges: [FileEdge]!
  674. aggregate: AggregateFile!
  675. }
  676. input FileCreateInput {
  677. path: String!
  678. name: String
  679. description: String
  680. filename: String!
  681. mimetype: String!
  682. size: Int!
  683. }
  684. input FileCreateManyInput {
  685. create: [FileCreateInput!]
  686. connect: [FileWhereUniqueInput!]
  687. }
  688. type FileEdge {
  689. node: File!
  690. cursor: String!
  691. }
  692. enum FileOrderByInput {
  693. id_ASC
  694. id_DESC
  695. path_ASC
  696. path_DESC
  697. name_ASC
  698. name_DESC
  699. description_ASC
  700. description_DESC
  701. filename_ASC
  702. filename_DESC
  703. mimetype_ASC
  704. mimetype_DESC
  705. size_ASC
  706. size_DESC
  707. createdAt_ASC
  708. createdAt_DESC
  709. updatedAt_ASC
  710. updatedAt_DESC
  711. }
  712. type FilePreviousValues {
  713. id: ID!
  714. path: String!
  715. name: String
  716. description: String
  717. filename: String!
  718. mimetype: String!
  719. size: Int!
  720. }
  721. input FileScalarWhereInput {
  722. id: ID
  723. id_not: ID
  724. id_in: [ID!]
  725. id_not_in: [ID!]
  726. id_lt: ID
  727. id_lte: ID
  728. id_gt: ID
  729. id_gte: ID
  730. id_contains: ID
  731. id_not_contains: ID
  732. id_starts_with: ID
  733. id_not_starts_with: ID
  734. id_ends_with: ID
  735. id_not_ends_with: ID
  736. path: String
  737. path_not: String
  738. path_in: [String!]
  739. path_not_in: [String!]
  740. path_lt: String
  741. path_lte: String
  742. path_gt: String
  743. path_gte: String
  744. path_contains: String
  745. path_not_contains: String
  746. path_starts_with: String
  747. path_not_starts_with: String
  748. path_ends_with: String
  749. path_not_ends_with: String
  750. name: String
  751. name_not: String
  752. name_in: [String!]
  753. name_not_in: [String!]
  754. name_lt: String
  755. name_lte: String
  756. name_gt: String
  757. name_gte: String
  758. name_contains: String
  759. name_not_contains: String
  760. name_starts_with: String
  761. name_not_starts_with: String
  762. name_ends_with: String
  763. name_not_ends_with: String
  764. description: String
  765. description_not: String
  766. description_in: [String!]
  767. description_not_in: [String!]
  768. description_lt: String
  769. description_lte: String
  770. description_gt: String
  771. description_gte: String
  772. description_contains: String
  773. description_not_contains: String
  774. description_starts_with: String
  775. description_not_starts_with: String
  776. description_ends_with: String
  777. description_not_ends_with: String
  778. filename: String
  779. filename_not: String
  780. filename_in: [String!]
  781. filename_not_in: [String!]
  782. filename_lt: String
  783. filename_lte: String
  784. filename_gt: String
  785. filename_gte: String
  786. filename_contains: String
  787. filename_not_contains: String
  788. filename_starts_with: String
  789. filename_not_starts_with: String
  790. filename_ends_with: String
  791. filename_not_ends_with: String
  792. mimetype: String
  793. mimetype_not: String
  794. mimetype_in: [String!]
  795. mimetype_not_in: [String!]
  796. mimetype_lt: String
  797. mimetype_lte: String
  798. mimetype_gt: String
  799. mimetype_gte: String
  800. mimetype_contains: String
  801. mimetype_not_contains: String
  802. mimetype_starts_with: String
  803. mimetype_not_starts_with: String
  804. mimetype_ends_with: String
  805. mimetype_not_ends_with: String
  806. size: Int
  807. size_not: Int
  808. size_in: [Int!]
  809. size_not_in: [Int!]
  810. size_lt: Int
  811. size_lte: Int
  812. size_gt: Int
  813. size_gte: Int
  814. AND: [FileScalarWhereInput!]
  815. OR: [FileScalarWhereInput!]
  816. NOT: [FileScalarWhereInput!]
  817. }
  818. type FileSubscriptionPayload {
  819. mutation: MutationType!
  820. node: File
  821. updatedFields: [String!]
  822. previousValues: FilePreviousValues
  823. }
  824. input FileSubscriptionWhereInput {
  825. mutation_in: [MutationType!]
  826. updatedFields_contains: String
  827. updatedFields_contains_every: [String!]
  828. updatedFields_contains_some: [String!]
  829. node: FileWhereInput
  830. AND: [FileSubscriptionWhereInput!]
  831. OR: [FileSubscriptionWhereInput!]
  832. NOT: [FileSubscriptionWhereInput!]
  833. }
  834. input FileUpdateDataInput {
  835. path: String
  836. name: String
  837. description: String
  838. filename: String
  839. mimetype: String
  840. size: Int
  841. }
  842. input FileUpdateInput {
  843. path: String
  844. name: String
  845. description: String
  846. filename: String
  847. mimetype: String
  848. size: Int
  849. }
  850. input FileUpdateManyDataInput {
  851. path: String
  852. name: String
  853. description: String
  854. filename: String
  855. mimetype: String
  856. size: Int
  857. }
  858. input FileUpdateManyInput {
  859. create: [FileCreateInput!]
  860. update: [FileUpdateWithWhereUniqueNestedInput!]
  861. upsert: [FileUpsertWithWhereUniqueNestedInput!]
  862. delete: [FileWhereUniqueInput!]
  863. connect: [FileWhereUniqueInput!]
  864. set: [FileWhereUniqueInput!]
  865. disconnect: [FileWhereUniqueInput!]
  866. deleteMany: [FileScalarWhereInput!]
  867. updateMany: [FileUpdateManyWithWhereNestedInput!]
  868. }
  869. input FileUpdateManyMutationInput {
  870. path: String
  871. name: String
  872. description: String
  873. filename: String
  874. mimetype: String
  875. size: Int
  876. }
  877. input FileUpdateManyWithWhereNestedInput {
  878. where: FileScalarWhereInput!
  879. data: FileUpdateManyDataInput!
  880. }
  881. input FileUpdateWithWhereUniqueNestedInput {
  882. where: FileWhereUniqueInput!
  883. data: FileUpdateDataInput!
  884. }
  885. input FileUpsertWithWhereUniqueNestedInput {
  886. where: FileWhereUniqueInput!
  887. update: FileUpdateDataInput!
  888. create: FileCreateInput!
  889. }
  890. input FileWhereInput {
  891. id: ID
  892. id_not: ID
  893. id_in: [ID!]
  894. id_not_in: [ID!]
  895. id_lt: ID
  896. id_lte: ID
  897. id_gt: ID
  898. id_gte: ID
  899. id_contains: ID
  900. id_not_contains: ID
  901. id_starts_with: ID
  902. id_not_starts_with: ID
  903. id_ends_with: ID
  904. id_not_ends_with: ID
  905. path: String
  906. path_not: String
  907. path_in: [String!]
  908. path_not_in: [String!]
  909. path_lt: String
  910. path_lte: String
  911. path_gt: String
  912. path_gte: String
  913. path_contains: String
  914. path_not_contains: String
  915. path_starts_with: String
  916. path_not_starts_with: String
  917. path_ends_with: String
  918. path_not_ends_with: String
  919. name: String
  920. name_not: String
  921. name_in: [String!]
  922. name_not_in: [String!]
  923. name_lt: String
  924. name_lte: String
  925. name_gt: String
  926. name_gte: String
  927. name_contains: String
  928. name_not_contains: String
  929. name_starts_with: String
  930. name_not_starts_with: String
  931. name_ends_with: String
  932. name_not_ends_with: String
  933. description: String
  934. description_not: String
  935. description_in: [String!]
  936. description_not_in: [String!]
  937. description_lt: String
  938. description_lte: String
  939. description_gt: String
  940. description_gte: String
  941. description_contains: String
  942. description_not_contains: String
  943. description_starts_with: String
  944. description_not_starts_with: String
  945. description_ends_with: String
  946. description_not_ends_with: String
  947. filename: String
  948. filename_not: String
  949. filename_in: [String!]
  950. filename_not_in: [String!]
  951. filename_lt: String
  952. filename_lte: String
  953. filename_gt: String
  954. filename_gte: String
  955. filename_contains: String
  956. filename_not_contains: String
  957. filename_starts_with: String
  958. filename_not_starts_with: String
  959. filename_ends_with: String
  960. filename_not_ends_with: String
  961. mimetype: String
  962. mimetype_not: String
  963. mimetype_in: [String!]
  964. mimetype_not_in: [String!]
  965. mimetype_lt: String
  966. mimetype_lte: String
  967. mimetype_gt: String
  968. mimetype_gte: String
  969. mimetype_contains: String
  970. mimetype_not_contains: String
  971. mimetype_starts_with: String
  972. mimetype_not_starts_with: String
  973. mimetype_ends_with: String
  974. mimetype_not_ends_with: String
  975. size: Int
  976. size_not: Int
  977. size_in: [Int!]
  978. size_not_in: [Int!]
  979. size_lt: Int
  980. size_lte: Int
  981. size_gt: Int
  982. size_gte: Int
  983. AND: [FileWhereInput!]
  984. OR: [FileWhereInput!]
  985. NOT: [FileWhereInput!]
  986. }
  987. input FileWhereUniqueInput {
  988. id: ID
  989. }
  990. type Instrument {
  991. id: ID!
  992. name: String!
  993. description: String
  994. documents(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  995. interfaces: [String!]!
  996. commands(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentCommand!]
  997. parameters(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentParameter!]
  998. subsystems(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentSubsystem!]
  999. }
  1000. type InstrumentCommand {
  1001. id: ID!
  1002. tag: String!
  1003. name: String
  1004. description: String!
  1005. instrument: Instrument!
  1006. readString: String
  1007. writeString: String
  1008. parameters(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentParameter!]
  1009. }
  1010. type InstrumentCommandConnection {
  1011. pageInfo: PageInfo!
  1012. edges: [InstrumentCommandEdge]!
  1013. aggregate: AggregateInstrumentCommand!
  1014. }
  1015. input InstrumentCommandCreateInput {
  1016. tag: String!
  1017. name: String
  1018. description: String!
  1019. instrument: InstrumentCreateOneWithoutCommandsInput!
  1020. readString: String
  1021. writeString: String
  1022. parameters: InstrumentParameterCreateManyInput
  1023. }
  1024. input InstrumentCommandCreateManyInput {
  1025. create: [InstrumentCommandCreateInput!]
  1026. connect: [InstrumentCommandWhereUniqueInput!]
  1027. }
  1028. input InstrumentCommandCreateManyWithoutInstrumentInput {
  1029. create: [InstrumentCommandCreateWithoutInstrumentInput!]
  1030. connect: [InstrumentCommandWhereUniqueInput!]
  1031. }
  1032. input InstrumentCommandCreateWithoutInstrumentInput {
  1033. tag: String!
  1034. name: String
  1035. description: String!
  1036. readString: String
  1037. writeString: String
  1038. parameters: InstrumentParameterCreateManyInput
  1039. }
  1040. type InstrumentCommandEdge {
  1041. node: InstrumentCommand!
  1042. cursor: String!
  1043. }
  1044. enum InstrumentCommandOrderByInput {
  1045. id_ASC
  1046. id_DESC
  1047. tag_ASC
  1048. tag_DESC
  1049. name_ASC
  1050. name_DESC
  1051. description_ASC
  1052. description_DESC
  1053. readString_ASC
  1054. readString_DESC
  1055. writeString_ASC
  1056. writeString_DESC
  1057. createdAt_ASC
  1058. createdAt_DESC
  1059. updatedAt_ASC
  1060. updatedAt_DESC
  1061. }
  1062. type InstrumentCommandPreviousValues {
  1063. id: ID!
  1064. tag: String!
  1065. name: String
  1066. description: String!
  1067. readString: String
  1068. writeString: String
  1069. }
  1070. input InstrumentCommandScalarWhereInput {
  1071. id: ID
  1072. id_not: ID
  1073. id_in: [ID!]
  1074. id_not_in: [ID!]
  1075. id_lt: ID
  1076. id_lte: ID
  1077. id_gt: ID
  1078. id_gte: ID
  1079. id_contains: ID
  1080. id_not_contains: ID
  1081. id_starts_with: ID
  1082. id_not_starts_with: ID
  1083. id_ends_with: ID
  1084. id_not_ends_with: ID
  1085. tag: String
  1086. tag_not: String
  1087. tag_in: [String!]
  1088. tag_not_in: [String!]
  1089. tag_lt: String
  1090. tag_lte: String
  1091. tag_gt: String
  1092. tag_gte: String
  1093. tag_contains: String
  1094. tag_not_contains: String
  1095. tag_starts_with: String
  1096. tag_not_starts_with: String
  1097. tag_ends_with: String
  1098. tag_not_ends_with: String
  1099. name: String
  1100. name_not: String
  1101. name_in: [String!]
  1102. name_not_in: [String!]
  1103. name_lt: String
  1104. name_lte: String
  1105. name_gt: String
  1106. name_gte: String
  1107. name_contains: String
  1108. name_not_contains: String
  1109. name_starts_with: String
  1110. name_not_starts_with: String
  1111. name_ends_with: String
  1112. name_not_ends_with: String
  1113. description: String
  1114. description_not: String
  1115. description_in: [String!]
  1116. description_not_in: [String!]
  1117. description_lt: String
  1118. description_lte: String
  1119. description_gt: String
  1120. description_gte: String
  1121. description_contains: String
  1122. description_not_contains: String
  1123. description_starts_with: String
  1124. description_not_starts_with: String
  1125. description_ends_with: String
  1126. description_not_ends_with: String
  1127. readString: String
  1128. readString_not: String
  1129. readString_in: [String!]
  1130. readString_not_in: [String!]
  1131. readString_lt: String
  1132. readString_lte: String
  1133. readString_gt: String
  1134. readString_gte: String
  1135. readString_contains: String
  1136. readString_not_contains: String
  1137. readString_starts_with: String
  1138. readString_not_starts_with: String
  1139. readString_ends_with: String
  1140. readString_not_ends_with: String
  1141. writeString: String
  1142. writeString_not: String
  1143. writeString_in: [String!]
  1144. writeString_not_in: [String!]
  1145. writeString_lt: String
  1146. writeString_lte: String
  1147. writeString_gt: String
  1148. writeString_gte: String
  1149. writeString_contains: String
  1150. writeString_not_contains: String
  1151. writeString_starts_with: String
  1152. writeString_not_starts_with: String
  1153. writeString_ends_with: String
  1154. writeString_not_ends_with: String
  1155. AND: [InstrumentCommandScalarWhereInput!]
  1156. OR: [InstrumentCommandScalarWhereInput!]
  1157. NOT: [InstrumentCommandScalarWhereInput!]
  1158. }
  1159. type InstrumentCommandSubscriptionPayload {
  1160. mutation: MutationType!
  1161. node: InstrumentCommand
  1162. updatedFields: [String!]
  1163. previousValues: InstrumentCommandPreviousValues
  1164. }
  1165. input InstrumentCommandSubscriptionWhereInput {
  1166. mutation_in: [MutationType!]
  1167. updatedFields_contains: String
  1168. updatedFields_contains_every: [String!]
  1169. updatedFields_contains_some: [String!]
  1170. node: InstrumentCommandWhereInput
  1171. AND: [InstrumentCommandSubscriptionWhereInput!]
  1172. OR: [InstrumentCommandSubscriptionWhereInput!]
  1173. NOT: [InstrumentCommandSubscriptionWhereInput!]
  1174. }
  1175. input InstrumentCommandUpdateDataInput {
  1176. tag: String
  1177. name: String
  1178. description: String
  1179. instrument: InstrumentUpdateOneRequiredWithoutCommandsInput
  1180. readString: String
  1181. writeString: String
  1182. parameters: InstrumentParameterUpdateManyInput
  1183. }
  1184. input InstrumentCommandUpdateInput {
  1185. tag: String
  1186. name: String
  1187. description: String
  1188. instrument: InstrumentUpdateOneRequiredWithoutCommandsInput
  1189. readString: String
  1190. writeString: String
  1191. parameters: InstrumentParameterUpdateManyInput
  1192. }
  1193. input InstrumentCommandUpdateManyDataInput {
  1194. tag: String
  1195. name: String
  1196. description: String
  1197. readString: String
  1198. writeString: String
  1199. }
  1200. input InstrumentCommandUpdateManyInput {
  1201. create: [InstrumentCommandCreateInput!]
  1202. update: [InstrumentCommandUpdateWithWhereUniqueNestedInput!]
  1203. upsert: [InstrumentCommandUpsertWithWhereUniqueNestedInput!]
  1204. delete: [InstrumentCommandWhereUniqueInput!]
  1205. connect: [InstrumentCommandWhereUniqueInput!]
  1206. set: [InstrumentCommandWhereUniqueInput!]
  1207. disconnect: [InstrumentCommandWhereUniqueInput!]
  1208. deleteMany: [InstrumentCommandScalarWhereInput!]
  1209. updateMany: [InstrumentCommandUpdateManyWithWhereNestedInput!]
  1210. }
  1211. input InstrumentCommandUpdateManyMutationInput {
  1212. tag: String
  1213. name: String
  1214. description: String
  1215. readString: String
  1216. writeString: String
  1217. }
  1218. input InstrumentCommandUpdateManyWithoutInstrumentInput {
  1219. create: [InstrumentCommandCreateWithoutInstrumentInput!]
  1220. delete: [InstrumentCommandWhereUniqueInput!]
  1221. connect: [InstrumentCommandWhereUniqueInput!]
  1222. set: [InstrumentCommandWhereUniqueInput!]
  1223. disconnect: [InstrumentCommandWhereUniqueInput!]
  1224. update: [InstrumentCommandUpdateWithWhereUniqueWithoutInstrumentInput!]
  1225. upsert: [InstrumentCommandUpsertWithWhereUniqueWithoutInstrumentInput!]
  1226. deleteMany: [InstrumentCommandScalarWhereInput!]
  1227. updateMany: [InstrumentCommandUpdateManyWithWhereNestedInput!]
  1228. }
  1229. input InstrumentCommandUpdateManyWithWhereNestedInput {
  1230. where: InstrumentCommandScalarWhereInput!
  1231. data: InstrumentCommandUpdateManyDataInput!
  1232. }
  1233. input InstrumentCommandUpdateWithoutInstrumentDataInput {
  1234. tag: String
  1235. name: String
  1236. description: String
  1237. readString: String
  1238. writeString: String
  1239. parameters: InstrumentParameterUpdateManyInput
  1240. }
  1241. input InstrumentCommandUpdateWithWhereUniqueNestedInput {
  1242. where: InstrumentCommandWhereUniqueInput!
  1243. data: InstrumentCommandUpdateDataInput!
  1244. }
  1245. input InstrumentCommandUpdateWithWhereUniqueWithoutInstrumentInput {
  1246. where: InstrumentCommandWhereUniqueInput!
  1247. data: InstrumentCommandUpdateWithoutInstrumentDataInput!
  1248. }
  1249. input InstrumentCommandUpsertWithWhereUniqueNestedInput {
  1250. where: InstrumentCommandWhereUniqueInput!
  1251. update: InstrumentCommandUpdateDataInput!
  1252. create: InstrumentCommandCreateInput!
  1253. }
  1254. input InstrumentCommandUpsertWithWhereUniqueWithoutInstrumentInput {
  1255. where: InstrumentCommandWhereUniqueInput!
  1256. update: InstrumentCommandUpdateWithoutInstrumentDataInput!
  1257. create: InstrumentCommandCreateWithoutInstrumentInput!
  1258. }
  1259. input InstrumentCommandWhereInput {
  1260. id: ID
  1261. id_not: ID
  1262. id_in: [ID!]
  1263. id_not_in: [ID!]
  1264. id_lt: ID
  1265. id_lte: ID
  1266. id_gt: ID
  1267. id_gte: ID
  1268. id_contains: ID
  1269. id_not_contains: ID
  1270. id_starts_with: ID
  1271. id_not_starts_with: ID
  1272. id_ends_with: ID
  1273. id_not_ends_with: ID
  1274. tag: String
  1275. tag_not: String
  1276. tag_in: [String!]
  1277. tag_not_in: [String!]
  1278. tag_lt: String
  1279. tag_lte: String
  1280. tag_gt: String
  1281. tag_gte: String
  1282. tag_contains: String
  1283. tag_not_contains: String
  1284. tag_starts_with: String
  1285. tag_not_starts_with: String
  1286. tag_ends_with: String
  1287. tag_not_ends_with: String
  1288. name: String
  1289. name_not: String
  1290. name_in: [String!]
  1291. name_not_in: [String!]
  1292. name_lt: String
  1293. name_lte: String
  1294. name_gt: String
  1295. name_gte: String
  1296. name_contains: String
  1297. name_not_contains: String
  1298. name_starts_with: String
  1299. name_not_starts_with: String
  1300. name_ends_with: String
  1301. name_not_ends_with: String
  1302. description: String
  1303. description_not: String
  1304. description_in: [String!]
  1305. description_not_in: [String!]
  1306. description_lt: String
  1307. description_lte: String
  1308. description_gt: String
  1309. description_gte: String
  1310. description_contains: String
  1311. description_not_contains: String
  1312. description_starts_with: String
  1313. description_not_starts_with: String
  1314. description_ends_with: String
  1315. description_not_ends_with: String
  1316. instrument: InstrumentWhereInput
  1317. readString: String
  1318. readString_not: String
  1319. readString_in: [String!]
  1320. readString_not_in: [String!]
  1321. readString_lt: String
  1322. readString_lte: String
  1323. readString_gt: String
  1324. readString_gte: String
  1325. readString_contains: String
  1326. readString_not_contains: String
  1327. readString_starts_with: String
  1328. readString_not_starts_with: String
  1329. readString_ends_with: String
  1330. readString_not_ends_with: String
  1331. writeString: String
  1332. writeString_not: String
  1333. writeString_in: [String!]
  1334. writeString_not_in: [String!]
  1335. writeString_lt: String
  1336. writeString_lte: String
  1337. writeString_gt: String
  1338. writeString_gte: String
  1339. writeString_contains: String
  1340. writeString_not_contains: String
  1341. writeString_starts_with: String
  1342. writeString_not_starts_with: String
  1343. writeString_ends_with: String
  1344. writeString_not_ends_with: String
  1345. parameters_every: InstrumentParameterWhereInput
  1346. parameters_some: InstrumentParameterWhereInput
  1347. parameters_none: InstrumentParameterWhereInput
  1348. AND: [InstrumentCommandWhereInput!]
  1349. OR: [InstrumentCommandWhereInput!]
  1350. NOT: [InstrumentCommandWhereInput!]
  1351. }
  1352. input InstrumentCommandWhereUniqueInput {
  1353. id: ID
  1354. }
  1355. type InstrumentConnection {
  1356. pageInfo: PageInfo!
  1357. edges: [InstrumentEdge]!
  1358. aggregate: AggregateInstrument!
  1359. }
  1360. input InstrumentCreateInput {
  1361. name: String!
  1362. description: String
  1363. documents: FileCreateManyInput
  1364. interfaces: InstrumentCreateinterfacesInput
  1365. commands: InstrumentCommandCreateManyWithoutInstrumentInput
  1366. parameters: InstrumentParameterCreateManyInput
  1367. subsystems: InstrumentSubsystemCreateManyInput
  1368. }
  1369. input InstrumentCreateinterfacesInput {
  1370. set: [String!]
  1371. }
  1372. input InstrumentCreateOneInput {
  1373. create: InstrumentCreateInput
  1374. connect: InstrumentWhereUniqueInput
  1375. }
  1376. input InstrumentCreateOneWithoutCommandsInput {
  1377. create: InstrumentCreateWithoutCommandsInput
  1378. connect: InstrumentWhereUniqueInput
  1379. }
  1380. input InstrumentCreateWithoutCommandsInput {
  1381. name: String!
  1382. description: String
  1383. documents: FileCreateManyInput
  1384. interfaces: InstrumentCreateinterfacesInput
  1385. parameters: InstrumentParameterCreateManyInput
  1386. subsystems: InstrumentSubsystemCreateManyInput
  1387. }
  1388. type InstrumentEdge {
  1389. node: Instrument!
  1390. cursor: String!
  1391. }
  1392. type InstrumentInstance {
  1393. id: ID!
  1394. instrument: Instrument!
  1395. identifier: String!
  1396. label: String
  1397. location: String
  1398. }
  1399. type InstrumentInstanceConnection {
  1400. pageInfo: PageInfo!
  1401. edges: [InstrumentInstanceEdge]!
  1402. aggregate: AggregateInstrumentInstance!
  1403. }
  1404. input InstrumentInstanceCreateInput {
  1405. instrument: InstrumentCreateOneInput!
  1406. identifier: String!
  1407. label: String
  1408. location: String
  1409. }
  1410. input InstrumentInstanceCreateManyInput {
  1411. create: [InstrumentInstanceCreateInput!]
  1412. connect: [InstrumentInstanceWhereUniqueInput!]
  1413. }
  1414. type InstrumentInstanceEdge {
  1415. node: InstrumentInstance!
  1416. cursor: String!
  1417. }
  1418. enum InstrumentInstanceOrderByInput {
  1419. id_ASC
  1420. id_DESC
  1421. identifier_ASC
  1422. identifier_DESC
  1423. label_ASC
  1424. label_DESC
  1425. location_ASC
  1426. location_DESC
  1427. createdAt_ASC
  1428. createdAt_DESC
  1429. updatedAt_ASC
  1430. updatedAt_DESC
  1431. }
  1432. type InstrumentInstancePreviousValues {
  1433. id: ID!
  1434. identifier: String!
  1435. label: String
  1436. location: String
  1437. }
  1438. input InstrumentInstanceScalarWhereInput {
  1439. id: ID
  1440. id_not: ID
  1441. id_in: [ID!]
  1442. id_not_in: [ID!]
  1443. id_lt: ID
  1444. id_lte: ID
  1445. id_gt: ID
  1446. id_gte: ID
  1447. id_contains: ID
  1448. id_not_contains: ID
  1449. id_starts_with: ID
  1450. id_not_starts_with: ID
  1451. id_ends_with: ID
  1452. id_not_ends_with: ID
  1453. identifier: String
  1454. identifier_not: String
  1455. identifier_in: [String!]
  1456. identifier_not_in: [String!]
  1457. identifier_lt: String
  1458. identifier_lte: String
  1459. identifier_gt: String
  1460. identifier_gte: String
  1461. identifier_contains: String
  1462. identifier_not_contains: String
  1463. identifier_starts_with: String
  1464. identifier_not_starts_with: String
  1465. identifier_ends_with: String
  1466. identifier_not_ends_with: String
  1467. label: String
  1468. label_not: String
  1469. label_in: [String!]
  1470. label_not_in: [String!]
  1471. label_lt: String
  1472. label_lte: String
  1473. label_gt: String
  1474. label_gte: String
  1475. label_contains: String
  1476. label_not_contains: String
  1477. label_starts_with: String
  1478. label_not_starts_with: String
  1479. label_ends_with: String
  1480. label_not_ends_with: String
  1481. location: String
  1482. location_not: String
  1483. location_in: [String!]
  1484. location_not_in: [String!]
  1485. location_lt: String
  1486. location_lte: String
  1487. location_gt: String
  1488. location_gte: String
  1489. location_contains: String
  1490. location_not_contains: String
  1491. location_starts_with: String
  1492. location_not_starts_with: String
  1493. location_ends_with: String
  1494. location_not_ends_with: String
  1495. AND: [InstrumentInstanceScalarWhereInput!]
  1496. OR: [InstrumentInstanceScalarWhereInput!]
  1497. NOT: [InstrumentInstanceScalarWhereInput!]
  1498. }
  1499. type InstrumentInstanceSubscriptionPayload {
  1500. mutation: MutationType!
  1501. node: InstrumentInstance
  1502. updatedFields: [String!]
  1503. previousValues: InstrumentInstancePreviousValues
  1504. }
  1505. input InstrumentInstanceSubscriptionWhereInput {
  1506. mutation_in: [MutationType!]
  1507. updatedFields_contains: String
  1508. updatedFields_contains_every: [String!]
  1509. updatedFields_contains_some: [String!]
  1510. node: InstrumentInstanceWhereInput
  1511. AND: [InstrumentInstanceSubscriptionWhereInput!]
  1512. OR: [InstrumentInstanceSubscriptionWhereInput!]
  1513. NOT: [InstrumentInstanceSubscriptionWhereInput!]
  1514. }
  1515. input InstrumentInstanceUpdateDataInput {
  1516. instrument: InstrumentUpdateOneRequiredInput
  1517. identifier: String
  1518. label: String
  1519. location: String
  1520. }
  1521. input InstrumentInstanceUpdateInput {
  1522. instrument: InstrumentUpdateOneRequiredInput
  1523. identifier: String
  1524. label: String
  1525. location: String
  1526. }
  1527. input InstrumentInstanceUpdateManyDataInput {
  1528. identifier: String
  1529. label: String
  1530. location: String
  1531. }
  1532. input InstrumentInstanceUpdateManyInput {
  1533. create: [InstrumentInstanceCreateInput!]
  1534. update: [InstrumentInstanceUpdateWithWhereUniqueNestedInput!]
  1535. upsert: [InstrumentInstanceUpsertWithWhereUniqueNestedInput!]
  1536. delete: [InstrumentInstanceWhereUniqueInput!]
  1537. connect: [InstrumentInstanceWhereUniqueInput!]
  1538. set: [InstrumentInstanceWhereUniqueInput!]
  1539. disconnect: [InstrumentInstanceWhereUniqueInput!]
  1540. deleteMany: [InstrumentInstanceScalarWhereInput!]
  1541. updateMany: [InstrumentInstanceUpdateManyWithWhereNestedInput!]
  1542. }
  1543. input InstrumentInstanceUpdateManyMutationInput {
  1544. identifier: String
  1545. label: String
  1546. location: String
  1547. }
  1548. input InstrumentInstanceUpdateManyWithWhereNestedInput {
  1549. where: InstrumentInstanceScalarWhereInput!
  1550. data: InstrumentInstanceUpdateManyDataInput!
  1551. }
  1552. input InstrumentInstanceUpdateWithWhereUniqueNestedInput {
  1553. where: InstrumentInstanceWhereUniqueInput!
  1554. data: InstrumentInstanceUpdateDataInput!
  1555. }
  1556. input InstrumentInstanceUpsertWithWhereUniqueNestedInput {
  1557. where: InstrumentInstanceWhereUniqueInput!
  1558. update: InstrumentInstanceUpdateDataInput!
  1559. create: InstrumentInstanceCreateInput!
  1560. }
  1561. input InstrumentInstanceWhereInput {
  1562. id: ID
  1563. id_not: ID
  1564. id_in: [ID!]
  1565. id_not_in: [ID!]
  1566. id_lt: ID
  1567. id_lte: ID
  1568. id_gt: ID
  1569. id_gte: ID
  1570. id_contains: ID
  1571. id_not_contains: ID
  1572. id_starts_with: ID
  1573. id_not_starts_with: ID
  1574. id_ends_with: ID
  1575. id_not_ends_with: ID
  1576. instrument: InstrumentWhereInput
  1577. identifier: String
  1578. identifier_not: String
  1579. identifier_in: [String!]
  1580. identifier_not_in: [String!]
  1581. identifier_lt: String
  1582. identifier_lte: String
  1583. identifier_gt: String
  1584. identifier_gte: String
  1585. identifier_contains: String
  1586. identifier_not_contains: String
  1587. identifier_starts_with: String
  1588. identifier_not_starts_with: String
  1589. identifier_ends_with: String
  1590. identifier_not_ends_with: String
  1591. label: String
  1592. label_not: String
  1593. label_in: [String!]
  1594. label_not_in: [String!]
  1595. label_lt: String
  1596. label_lte: String
  1597. label_gt: String
  1598. label_gte: String
  1599. label_contains: String
  1600. label_not_contains: String
  1601. label_starts_with: String
  1602. label_not_starts_with: String
  1603. label_ends_with: String
  1604. label_not_ends_with: String
  1605. location: String
  1606. location_not: String
  1607. location_in: [String!]
  1608. location_not_in: [String!]
  1609. location_lt: String
  1610. location_lte: String
  1611. location_gt: String
  1612. location_gte: String
  1613. location_contains: String
  1614. location_not_contains: String
  1615. location_starts_with: String
  1616. location_not_starts_with: String
  1617. location_ends_with: String
  1618. location_not_ends_with: String
  1619. AND: [InstrumentInstanceWhereInput!]
  1620. OR: [InstrumentInstanceWhereInput!]
  1621. NOT: [InstrumentInstanceWhereInput!]
  1622. }
  1623. input InstrumentInstanceWhereUniqueInput {
  1624. id: ID
  1625. }
  1626. enum InstrumentOrderByInput {
  1627. id_ASC
  1628. id_DESC
  1629. name_ASC
  1630. name_DESC
  1631. description_ASC
  1632. description_DESC
  1633. createdAt_ASC
  1634. createdAt_DESC
  1635. updatedAt_ASC
  1636. updatedAt_DESC
  1637. }
  1638. type InstrumentParameter {
  1639. id: ID!
  1640. tag: String!
  1641. name: String
  1642. description: String
  1643. type: String!
  1644. values: String
  1645. }
  1646. type InstrumentParameterConnection {
  1647. pageInfo: PageInfo!
  1648. edges: [InstrumentParameterEdge]!
  1649. aggregate: AggregateInstrumentParameter!
  1650. }
  1651. input InstrumentParameterCreateInput {
  1652. tag: String!
  1653. name: String
  1654. description: String
  1655. type: String!
  1656. values: String
  1657. }
  1658. input InstrumentParameterCreateManyInput {
  1659. create: [InstrumentParameterCreateInput!]
  1660. connect: [InstrumentParameterWhereUniqueInput!]
  1661. }
  1662. type InstrumentParameterEdge {
  1663. node: InstrumentParameter!
  1664. cursor: String!
  1665. }
  1666. enum InstrumentParameterOrderByInput {
  1667. id_ASC
  1668. id_DESC
  1669. tag_ASC
  1670. tag_DESC
  1671. name_ASC
  1672. name_DESC
  1673. description_ASC
  1674. description_DESC
  1675. type_ASC
  1676. type_DESC
  1677. values_ASC
  1678. values_DESC
  1679. createdAt_ASC
  1680. createdAt_DESC
  1681. updatedAt_ASC
  1682. updatedAt_DESC
  1683. }
  1684. type InstrumentParameterPreviousValues {
  1685. id: ID!
  1686. tag: String!
  1687. name: String
  1688. description: String
  1689. type: String!
  1690. values: String
  1691. }
  1692. input InstrumentParameterScalarWhereInput {
  1693. id: ID
  1694. id_not: ID
  1695. id_in: [ID!]
  1696. id_not_in: [ID!]
  1697. id_lt: ID
  1698. id_lte: ID
  1699. id_gt: ID
  1700. id_gte: ID
  1701. id_contains: ID
  1702. id_not_contains: ID
  1703. id_starts_with: ID
  1704. id_not_starts_with: ID
  1705. id_ends_with: ID
  1706. id_not_ends_with: ID
  1707. tag: String
  1708. tag_not: String
  1709. tag_in: [String!]
  1710. tag_not_in: [String!]
  1711. tag_lt: String
  1712. tag_lte: String
  1713. tag_gt: String
  1714. tag_gte: String
  1715. tag_contains: String
  1716. tag_not_contains: String
  1717. tag_starts_with: String
  1718. tag_not_starts_with: String
  1719. tag_ends_with: String
  1720. tag_not_ends_with: String
  1721. name: String
  1722. name_not: String
  1723. name_in: [String!]
  1724. name_not_in: [String!]
  1725. name_lt: String
  1726. name_lte: String
  1727. name_gt: String
  1728. name_gte: String
  1729. name_contains: String
  1730. name_not_contains: String
  1731. name_starts_with: String
  1732. name_not_starts_with: String
  1733. name_ends_with: String
  1734. name_not_ends_with: String
  1735. description: String
  1736. description_not: String
  1737. description_in: [String!]
  1738. description_not_in: [String!]
  1739. description_lt: String
  1740. description_lte: String
  1741. description_gt: String
  1742. description_gte: String
  1743. description_contains: String
  1744. description_not_contains: String
  1745. description_starts_with: String
  1746. description_not_starts_with: String
  1747. description_ends_with: String
  1748. description_not_ends_with: String
  1749. type: String
  1750. type_not: String
  1751. type_in: [String!]
  1752. type_not_in: [String!]
  1753. type_lt: String
  1754. type_lte: String
  1755. type_gt: String
  1756. type_gte: String
  1757. type_contains: String
  1758. type_not_contains: String
  1759. type_starts_with: String
  1760. type_not_starts_with: String
  1761. type_ends_with: String
  1762. type_not_ends_with: String
  1763. values: String
  1764. values_not: String
  1765. values_in: [String!]
  1766. values_not_in: [String!]
  1767. values_lt: String
  1768. values_lte: String
  1769. values_gt: String
  1770. values_gte: String
  1771. values_contains: String
  1772. values_not_contains: String
  1773. values_starts_with: String
  1774. values_not_starts_with: String
  1775. values_ends_with: String
  1776. values_not_ends_with: String
  1777. AND: [InstrumentParameterScalarWhereInput!]
  1778. OR: [InstrumentParameterScalarWhereInput!]
  1779. NOT: [InstrumentParameterScalarWhereInput!]
  1780. }
  1781. type InstrumentParameterSubscriptionPayload {
  1782. mutation: MutationType!
  1783. node: InstrumentParameter
  1784. updatedFields: [String!]
  1785. previousValues: InstrumentParameterPreviousValues
  1786. }
  1787. input InstrumentParameterSubscriptionWhereInput {
  1788. mutation_in: [MutationType!]
  1789. updatedFields_contains: String
  1790. updatedFields_contains_every: [String!]
  1791. updatedFields_contains_some: [String!]
  1792. node: InstrumentParameterWhereInput
  1793. AND: [InstrumentParameterSubscriptionWhereInput!]
  1794. OR: [InstrumentParameterSubscriptionWhereInput!]
  1795. NOT: [InstrumentParameterSubscriptionWhereInput!]
  1796. }
  1797. input InstrumentParameterUpdateDataInput {
  1798. tag: String
  1799. name: String
  1800. description: String
  1801. type: String
  1802. values: String
  1803. }
  1804. input InstrumentParameterUpdateInput {
  1805. tag: String
  1806. name: String
  1807. description: String
  1808. type: String
  1809. values: String
  1810. }
  1811. input InstrumentParameterUpdateManyDataInput {
  1812. tag: String
  1813. name: String
  1814. description: String
  1815. type: String
  1816. values: String
  1817. }
  1818. input InstrumentParameterUpdateManyInput {
  1819. create: [InstrumentParameterCreateInput!]
  1820. update: [InstrumentParameterUpdateWithWhereUniqueNestedInput!]
  1821. upsert: [InstrumentParameterUpsertWithWhereUniqueNestedInput!]
  1822. delete: [InstrumentParameterWhereUniqueInput!]
  1823. connect: [InstrumentParameterWhereUniqueInput!]
  1824. set: [InstrumentParameterWhereUniqueInput!]
  1825. disconnect: [InstrumentParameterWhereUniqueInput!]
  1826. deleteMany: [InstrumentParameterScalarWhereInput!]
  1827. updateMany: [InstrumentParameterUpdateManyWithWhereNestedInput!]
  1828. }
  1829. input InstrumentParameterUpdateManyMutationInput {
  1830. tag: String
  1831. name: String
  1832. description: String
  1833. type: String
  1834. values: String
  1835. }
  1836. input InstrumentParameterUpdateManyWithWhereNestedInput {
  1837. where: InstrumentParameterScalarWhereInput!
  1838. data: InstrumentParameterUpdateManyDataInput!
  1839. }
  1840. input InstrumentParameterUpdateWithWhereUniqueNestedInput {
  1841. where: InstrumentParameterWhereUniqueInput!
  1842. data: InstrumentParameterUpdateDataInput!
  1843. }
  1844. input InstrumentParameterUpsertWithWhereUniqueNestedInput {
  1845. where: InstrumentParameterWhereUniqueInput!
  1846. update: InstrumentParameterUpdateDataInput!
  1847. create: InstrumentParameterCreateInput!
  1848. }
  1849. input InstrumentParameterWhereInput {
  1850. id: ID
  1851. id_not: ID
  1852. id_in: [ID!]
  1853. id_not_in: [ID!]
  1854. id_lt: ID
  1855. id_lte: ID
  1856. id_gt: ID
  1857. id_gte: ID
  1858. id_contains: ID
  1859. id_not_contains: ID
  1860. id_starts_with: ID
  1861. id_not_starts_with: ID
  1862. id_ends_with: ID
  1863. id_not_ends_with: ID
  1864. tag: String
  1865. tag_not: String
  1866. tag_in: [String!]
  1867. tag_not_in: [String!]
  1868. tag_lt: String
  1869. tag_lte: String
  1870. tag_gt: String
  1871. tag_gte: String
  1872. tag_contains: String
  1873. tag_not_contains: String
  1874. tag_starts_with: String
  1875. tag_not_starts_with: String
  1876. tag_ends_with: String
  1877. tag_not_ends_with: String
  1878. name: String
  1879. name_not: String
  1880. name_in: [String!]
  1881. name_not_in: [String!]
  1882. name_lt: String
  1883. name_lte: String
  1884. name_gt: String
  1885. name_gte: String
  1886. name_contains: String
  1887. name_not_contains: String
  1888. name_starts_with: String
  1889. name_not_starts_with: String
  1890. name_ends_with: String
  1891. name_not_ends_with: String
  1892. description: String
  1893. description_not: String
  1894. description_in: [String!]
  1895. description_not_in: [String!]
  1896. description_lt: String
  1897. description_lte: String
  1898. description_gt: String
  1899. description_gte: String
  1900. description_contains: String
  1901. description_not_contains: String
  1902. description_starts_with: String
  1903. description_not_starts_with: String
  1904. description_ends_with: String
  1905. description_not_ends_with: String
  1906. type: String
  1907. type_not: String
  1908. type_in: [String!]
  1909. type_not_in: [String!]
  1910. type_lt: String
  1911. type_lte: String
  1912. type_gt: String
  1913. type_gte: String
  1914. type_contains: String
  1915. type_not_contains: String
  1916. type_starts_with: String
  1917. type_not_starts_with: String
  1918. type_ends_with: String
  1919. type_not_ends_with: String
  1920. values: String
  1921. values_not: String
  1922. values_in: [String!]
  1923. values_not_in: [String!]
  1924. values_lt: String
  1925. values_lte: String
  1926. values_gt: String
  1927. values_gte: String
  1928. values_contains: String
  1929. values_not_contains: String
  1930. values_starts_with: String
  1931. values_not_starts_with: String
  1932. values_ends_with: String
  1933. values_not_ends_with: String
  1934. AND: [InstrumentParameterWhereInput!]
  1935. OR: [InstrumentParameterWhereInput!]
  1936. NOT: [InstrumentParameterWhereInput!]
  1937. }
  1938. input InstrumentParameterWhereUniqueInput {
  1939. id: ID
  1940. }
  1941. type InstrumentPreviousValues {
  1942. id: ID!
  1943. name: String!
  1944. description: String
  1945. interfaces: [String!]!
  1946. }
  1947. type InstrumentSubscriptionPayload {
  1948. mutation: MutationType!
  1949. node: Instrument
  1950. updatedFields: [String!]
  1951. previousValues: InstrumentPreviousValues
  1952. }
  1953. input InstrumentSubscriptionWhereInput {
  1954. mutation_in: [MutationType!]
  1955. updatedFields_contains: String
  1956. updatedFields_contains_every: [String!]
  1957. updatedFields_contains_some: [String!]
  1958. node: InstrumentWhereInput
  1959. AND: [InstrumentSubscriptionWhereInput!]
  1960. OR: [InstrumentSubscriptionWhereInput!]
  1961. NOT: [InstrumentSubscriptionWhereInput!]
  1962. }
  1963. type InstrumentSubsystem {
  1964. id: ID!
  1965. name: String
  1966. description: String!
  1967. commands(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentCommand!]
  1968. parameters(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentParameter!]
  1969. subsystems(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentSubsystem!]
  1970. }
  1971. type InstrumentSubsystemConnection {
  1972. pageInfo: PageInfo!
  1973. edges: [InstrumentSubsystemEdge]!
  1974. aggregate: AggregateInstrumentSubsystem!
  1975. }
  1976. input InstrumentSubsystemCreateInput {
  1977. name: String
  1978. description: String!
  1979. commands: InstrumentCommandCreateManyInput
  1980. parameters: InstrumentParameterCreateManyInput
  1981. subsystems: InstrumentSubsystemCreateManyInput
  1982. }
  1983. input InstrumentSubsystemCreateManyInput {
  1984. create: [InstrumentSubsystemCreateInput!]
  1985. connect: [InstrumentSubsystemWhereUniqueInput!]
  1986. }
  1987. type InstrumentSubsystemEdge {
  1988. node: InstrumentSubsystem!
  1989. cursor: String!
  1990. }
  1991. enum InstrumentSubsystemOrderByInput {
  1992. id_ASC
  1993. id_DESC
  1994. name_ASC
  1995. name_DESC
  1996. description_ASC
  1997. description_DESC
  1998. createdAt_ASC
  1999. createdAt_DESC
  2000. updatedAt_ASC
  2001. updatedAt_DESC
  2002. }
  2003. type InstrumentSubsystemPreviousValues {
  2004. id: ID!
  2005. name: String
  2006. description: String!
  2007. }
  2008. input InstrumentSubsystemScalarWhereInput {
  2009. id: ID
  2010. id_not: ID
  2011. id_in: [ID!]
  2012. id_not_in: [ID!]
  2013. id_lt: ID
  2014. id_lte: ID
  2015. id_gt: ID
  2016. id_gte: ID
  2017. id_contains: ID
  2018. id_not_contains: ID
  2019. id_starts_with: ID
  2020. id_not_starts_with: ID
  2021. id_ends_with: ID
  2022. id_not_ends_with: ID
  2023. name: String
  2024. name_not: String
  2025. name_in: [String!]
  2026. name_not_in: [String!]
  2027. name_lt: String
  2028. name_lte: String
  2029. name_gt: String
  2030. name_gte: String
  2031. name_contains: String
  2032. name_not_contains: String
  2033. name_starts_with: String
  2034. name_not_starts_with: String
  2035. name_ends_with: String
  2036. name_not_ends_with: String
  2037. description: String
  2038. description_not: String
  2039. description_in: [String!]
  2040. description_not_in: [String!]
  2041. description_lt: String
  2042. description_lte: String
  2043. description_gt: String
  2044. description_gte: String
  2045. description_contains: String
  2046. description_not_contains: String
  2047. description_starts_with: String
  2048. description_not_starts_with: String
  2049. description_ends_with: String
  2050. description_not_ends_with: String
  2051. AND: [InstrumentSubsystemScalarWhereInput!]
  2052. OR: [InstrumentSubsystemScalarWhereInput!]
  2053. NOT: [InstrumentSubsystemScalarWhereInput!]
  2054. }
  2055. type InstrumentSubsystemSubscriptionPayload {
  2056. mutation: MutationType!
  2057. node: InstrumentSubsystem
  2058. updatedFields: [String!]
  2059. previousValues: InstrumentSubsystemPreviousValues
  2060. }
  2061. input InstrumentSubsystemSubscriptionWhereInput {
  2062. mutation_in: [MutationType!]
  2063. updatedFields_contains: String
  2064. updatedFields_contains_every: [String!]
  2065. updatedFields_contains_some: [String!]
  2066. node: InstrumentSubsystemWhereInput
  2067. AND: [InstrumentSubsystemSubscriptionWhereInput!]
  2068. OR: [InstrumentSubsystemSubscriptionWhereInput!]
  2069. NOT: [InstrumentSubsystemSubscriptionWhereInput!]
  2070. }
  2071. input InstrumentSubsystemUpdateDataInput {
  2072. name: String
  2073. description: String
  2074. commands: InstrumentCommandUpdateManyInput
  2075. parameters: InstrumentParameterUpdateManyInput
  2076. subsystems: InstrumentSubsystemUpdateManyInput
  2077. }
  2078. input InstrumentSubsystemUpdateInput {
  2079. name: String
  2080. description: String
  2081. commands: InstrumentCommandUpdateManyInput
  2082. parameters: InstrumentParameterUpdateManyInput
  2083. subsystems: InstrumentSubsystemUpdateManyInput
  2084. }
  2085. input InstrumentSubsystemUpdateManyDataInput {
  2086. name: String
  2087. description: String
  2088. }
  2089. input InstrumentSubsystemUpdateManyInput {
  2090. create: [InstrumentSubsystemCreateInput!]
  2091. update: [InstrumentSubsystemUpdateWithWhereUniqueNestedInput!]
  2092. upsert: [InstrumentSubsystemUpsertWithWhereUniqueNestedInput!]
  2093. delete: [InstrumentSubsystemWhereUniqueInput!]
  2094. connect: [InstrumentSubsystemWhereUniqueInput!]
  2095. set: [InstrumentSubsystemWhereUniqueInput!]
  2096. disconnect: [InstrumentSubsystemWhereUniqueInput!]
  2097. deleteMany: [InstrumentSubsystemScalarWhereInput!]
  2098. updateMany: [InstrumentSubsystemUpdateManyWithWhereNestedInput!]
  2099. }
  2100. input InstrumentSubsystemUpdateManyMutationInput {
  2101. name: String
  2102. description: String
  2103. }
  2104. input InstrumentSubsystemUpdateManyWithWhereNestedInput {
  2105. where: InstrumentSubsystemScalarWhereInput!
  2106. data: InstrumentSubsystemUpdateManyDataInput!
  2107. }
  2108. input InstrumentSubsystemUpdateWithWhereUniqueNestedInput {
  2109. where: InstrumentSubsystemWhereUniqueInput!
  2110. data: InstrumentSubsystemUpdateDataInput!
  2111. }
  2112. input InstrumentSubsystemUpsertWithWhereUniqueNestedInput {
  2113. where: InstrumentSubsystemWhereUniqueInput!
  2114. update: InstrumentSubsystemUpdateDataInput!
  2115. create: InstrumentSubsystemCreateInput!
  2116. }
  2117. input InstrumentSubsystemWhereInput {
  2118. id: ID
  2119. id_not: ID
  2120. id_in: [ID!]
  2121. id_not_in: [ID!]
  2122. id_lt: ID
  2123. id_lte: ID
  2124. id_gt: ID
  2125. id_gte: ID
  2126. id_contains: ID
  2127. id_not_contains: ID
  2128. id_starts_with: ID
  2129. id_not_starts_with: ID
  2130. id_ends_with: ID
  2131. id_not_ends_with: ID
  2132. name: String
  2133. name_not: String
  2134. name_in: [String!]
  2135. name_not_in: [String!]
  2136. name_lt: String
  2137. name_lte: String
  2138. name_gt: String
  2139. name_gte: String
  2140. name_contains: String
  2141. name_not_contains: String
  2142. name_starts_with: String
  2143. name_not_starts_with: String
  2144. name_ends_with: String
  2145. name_not_ends_with: String
  2146. description: String
  2147. description_not: String
  2148. description_in: [String!]
  2149. description_not_in: [String!]
  2150. description_lt: String
  2151. description_lte: String
  2152. description_gt: String
  2153. description_gte: String
  2154. description_contains: String
  2155. description_not_contains: String
  2156. description_starts_with: String
  2157. description_not_starts_with: String
  2158. description_ends_with: String
  2159. description_not_ends_with: String
  2160. commands_every: InstrumentCommandWhereInput
  2161. commands_some: InstrumentCommandWhereInput
  2162. commands_none: InstrumentCommandWhereInput
  2163. parameters_every: InstrumentParameterWhereInput
  2164. parameters_some: InstrumentParameterWhereInput
  2165. parameters_none: InstrumentParameterWhereInput
  2166. subsystems_every: InstrumentSubsystemWhereInput
  2167. subsystems_some: InstrumentSubsystemWhereInput
  2168. subsystems_none: InstrumentSubsystemWhereInput
  2169. AND: [InstrumentSubsystemWhereInput!]
  2170. OR: [InstrumentSubsystemWhereInput!]
  2171. NOT: [InstrumentSubsystemWhereInput!]
  2172. }
  2173. input InstrumentSubsystemWhereUniqueInput {
  2174. id: ID
  2175. }
  2176. input InstrumentUpdateDataInput {
  2177. name: String
  2178. description: String
  2179. documents: FileUpdateManyInput
  2180. interfaces: InstrumentUpdateinterfacesInput
  2181. commands: InstrumentCommandUpdateManyWithoutInstrumentInput
  2182. parameters: InstrumentParameterUpdateManyInput
  2183. subsystems: InstrumentSubsystemUpdateManyInput
  2184. }
  2185. input InstrumentUpdateInput {
  2186. name: String
  2187. description: String
  2188. documents: FileUpdateManyInput
  2189. interfaces: InstrumentUpdateinterfacesInput
  2190. commands: InstrumentCommandUpdateManyWithoutInstrumentInput
  2191. parameters: InstrumentParameterUpdateManyInput
  2192. subsystems: InstrumentSubsystemUpdateManyInput
  2193. }
  2194. input InstrumentUpdateinterfacesInput {
  2195. set: [String!]
  2196. }
  2197. input InstrumentUpdateManyMutationInput {
  2198. name: String
  2199. description: String
  2200. interfaces: InstrumentUpdateinterfacesInput
  2201. }
  2202. input InstrumentUpdateOneRequiredInput {
  2203. create: InstrumentCreateInput
  2204. update: InstrumentUpdateDataInput
  2205. upsert: InstrumentUpsertNestedInput
  2206. connect: InstrumentWhereUniqueInput
  2207. }
  2208. input InstrumentUpdateOneRequiredWithoutCommandsInput {
  2209. create: InstrumentCreateWithoutCommandsInput
  2210. update: InstrumentUpdateWithoutCommandsDataInput
  2211. upsert: InstrumentUpsertWithoutCommandsInput
  2212. connect: InstrumentWhereUniqueInput
  2213. }
  2214. input InstrumentUpdateWithoutCommandsDataInput {
  2215. name: String
  2216. description: String
  2217. documents: FileUpdateManyInput
  2218. interfaces: InstrumentUpdateinterfacesInput
  2219. parameters: InstrumentParameterUpdateManyInput
  2220. subsystems: InstrumentSubsystemUpdateManyInput
  2221. }
  2222. input InstrumentUpsertNestedInput {
  2223. update: InstrumentUpdateDataInput!
  2224. create: InstrumentCreateInput!
  2225. }
  2226. input InstrumentUpsertWithoutCommandsInput {
  2227. update: InstrumentUpdateWithoutCommandsDataInput!
  2228. create: InstrumentCreateWithoutCommandsInput!
  2229. }
  2230. input InstrumentWhereInput {
  2231. id: ID
  2232. id_not: ID
  2233. id_in: [ID!]
  2234. id_not_in: [ID!]
  2235. id_lt: ID
  2236. id_lte: ID
  2237. id_gt: ID
  2238. id_gte: ID
  2239. id_contains: ID
  2240. id_not_contains: ID
  2241. id_starts_with: ID
  2242. id_not_starts_with: ID
  2243. id_ends_with: ID
  2244. id_not_ends_with: ID
  2245. name: String
  2246. name_not: String
  2247. name_in: [String!]
  2248. name_not_in: [String!]
  2249. name_lt: String
  2250. name_lte: String
  2251. name_gt: String
  2252. name_gte: String
  2253. name_contains: String
  2254. name_not_contains: String
  2255. name_starts_with: String
  2256. name_not_starts_with: String
  2257. name_ends_with: String
  2258. name_not_ends_with: String
  2259. description: String
  2260. description_not: String
  2261. description_in: [String!]
  2262. description_not_in: [String!]
  2263. description_lt: String
  2264. description_lte: String
  2265. description_gt: String
  2266. description_gte: String
  2267. description_contains: String
  2268. description_not_contains: String
  2269. description_starts_with: String
  2270. description_not_starts_with: String
  2271. description_ends_with: String
  2272. description_not_ends_with: String
  2273. documents_every: FileWhereInput
  2274. documents_some: FileWhereInput
  2275. documents_none: FileWhereInput
  2276. commands_every: InstrumentCommandWhereInput
  2277. commands_some: InstrumentCommandWhereInput
  2278. commands_none: InstrumentCommandWhereInput
  2279. parameters_every: InstrumentParameterWhereInput
  2280. parameters_some: InstrumentParameterWhereInput
  2281. parameters_none: InstrumentParameterWhereInput
  2282. subsystems_every: InstrumentSubsystemWhereInput
  2283. subsystems_some: InstrumentSubsystemWhereInput
  2284. subsystems_none: InstrumentSubsystemWhereInput
  2285. AND: [InstrumentWhereInput!]
  2286. OR: [InstrumentWhereInput!]
  2287. NOT: [InstrumentWhereInput!]
  2288. }
  2289. input InstrumentWhereUniqueInput {
  2290. id: ID
  2291. }
  2292. scalar Long
  2293. type Measurement {
  2294. id: ID!
  2295. createdAt: DateTime!
  2296. intValue: Int
  2297. floatValue: Float
  2298. stringValue: String
  2299. }
  2300. type MeasurementConnection {
  2301. pageInfo: PageInfo!
  2302. edges: [MeasurementEdge]!
  2303. aggregate: AggregateMeasurement!
  2304. }
  2305. input MeasurementCreateInput {
  2306. intValue: Int
  2307. floatValue: Float
  2308. stringValue: String
  2309. }
  2310. input MeasurementCreateManyInput {
  2311. create: [MeasurementCreateInput!]
  2312. connect: [MeasurementWhereUniqueInput!]
  2313. }
  2314. type MeasurementEdge {
  2315. node: Measurement!
  2316. cursor: String!
  2317. }
  2318. enum MeasurementOrderByInput {
  2319. id_ASC
  2320. id_DESC
  2321. createdAt_ASC
  2322. createdAt_DESC
  2323. intValue_ASC
  2324. intValue_DESC
  2325. floatValue_ASC
  2326. floatValue_DESC
  2327. stringValue_ASC
  2328. stringValue_DESC
  2329. updatedAt_ASC
  2330. updatedAt_DESC
  2331. }
  2332. type MeasurementPreviousValues {
  2333. id: ID!
  2334. createdAt: DateTime!
  2335. intValue: Int
  2336. floatValue: Float
  2337. stringValue: String
  2338. }
  2339. type MeasurementRun {
  2340. id: ID!
  2341. name: String!
  2342. operators(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User!]
  2343. location: String!
  2344. temperature: Float
  2345. startTime: DateTime!
  2346. endTime: DateTime!
  2347. log(where: EventWhereInput, orderBy: EventOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Event!]
  2348. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment!]
  2349. measurements(where: MeasurementWhereInput, orderBy: MeasurementOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Measurement!]
  2350. setup: Setup!
  2351. }
  2352. type MeasurementRunConnection {
  2353. pageInfo: PageInfo!
  2354. edges: [MeasurementRunEdge]!
  2355. aggregate: AggregateMeasurementRun!
  2356. }
  2357. input MeasurementRunCreateInput {
  2358. name: String!
  2359. operators: UserCreateManyInput
  2360. location: String!
  2361. temperature: Float
  2362. startTime: DateTime!
  2363. endTime: DateTime!
  2364. log: EventCreateManyInput
  2365. comments: CommentCreateManyInput
  2366. measurements: MeasurementCreateManyInput
  2367. setup: SetupCreateOneInput!
  2368. }
  2369. input MeasurementRunCreateManyInput {
  2370. create: [MeasurementRunCreateInput!]
  2371. connect: [MeasurementRunWhereUniqueInput!]
  2372. }
  2373. type MeasurementRunEdge {
  2374. node: MeasurementRun!
  2375. cursor: String!
  2376. }
  2377. enum MeasurementRunOrderByInput {
  2378. id_ASC
  2379. id_DESC
  2380. name_ASC
  2381. name_DESC
  2382. location_ASC
  2383. location_DESC
  2384. temperature_ASC
  2385. temperature_DESC
  2386. startTime_ASC
  2387. startTime_DESC
  2388. endTime_ASC
  2389. endTime_DESC
  2390. createdAt_ASC
  2391. createdAt_DESC
  2392. updatedAt_ASC
  2393. updatedAt_DESC
  2394. }
  2395. type MeasurementRunPreviousValues {
  2396. id: ID!
  2397. name: String!
  2398. location: String!
  2399. temperature: Float
  2400. startTime: DateTime!
  2401. endTime: DateTime!
  2402. }
  2403. input MeasurementRunScalarWhereInput {
  2404. id: ID
  2405. id_not: ID
  2406. id_in: [ID!]
  2407. id_not_in: [ID!]
  2408. id_lt: ID
  2409. id_lte: ID
  2410. id_gt: ID
  2411. id_gte: ID
  2412. id_contains: ID
  2413. id_not_contains: ID
  2414. id_starts_with: ID
  2415. id_not_starts_with: ID
  2416. id_ends_with: ID
  2417. id_not_ends_with: ID
  2418. name: String
  2419. name_not: String
  2420. name_in: [String!]
  2421. name_not_in: [String!]
  2422. name_lt: String
  2423. name_lte: String
  2424. name_gt: String
  2425. name_gte: String
  2426. name_contains: String
  2427. name_not_contains: String
  2428. name_starts_with: String
  2429. name_not_starts_with: String
  2430. name_ends_with: String
  2431. name_not_ends_with: String
  2432. location: String
  2433. location_not: String
  2434. location_in: [String!]
  2435. location_not_in: [String!]
  2436. location_lt: String
  2437. location_lte: String
  2438. location_gt: String
  2439. location_gte: String
  2440. location_contains: String
  2441. location_not_contains: String
  2442. location_starts_with: String
  2443. location_not_starts_with: String
  2444. location_ends_with: String
  2445. location_not_ends_with: String
  2446. temperature: Float
  2447. temperature_not: Float
  2448. temperature_in: [Float!]
  2449. temperature_not_in: [Float!]
  2450. temperature_lt: Float
  2451. temperature_lte: Float
  2452. temperature_gt: Float
  2453. temperature_gte: Float
  2454. startTime: DateTime
  2455. startTime_not: DateTime
  2456. startTime_in: [DateTime!]
  2457. startTime_not_in: [DateTime!]
  2458. startTime_lt: DateTime
  2459. startTime_lte: DateTime
  2460. startTime_gt: DateTime
  2461. startTime_gte: DateTime
  2462. endTime: DateTime
  2463. endTime_not: DateTime
  2464. endTime_in: [DateTime!]
  2465. endTime_not_in: [DateTime!]
  2466. endTime_lt: DateTime
  2467. endTime_lte: DateTime
  2468. endTime_gt: DateTime
  2469. endTime_gte: DateTime
  2470. AND: [MeasurementRunScalarWhereInput!]
  2471. OR: [MeasurementRunScalarWhereInput!]
  2472. NOT: [MeasurementRunScalarWhereInput!]
  2473. }
  2474. type MeasurementRunSubscriptionPayload {
  2475. mutation: MutationType!
  2476. node: MeasurementRun
  2477. updatedFields: [String!]
  2478. previousValues: MeasurementRunPreviousValues
  2479. }
  2480. input MeasurementRunSubscriptionWhereInput {
  2481. mutation_in: [MutationType!]
  2482. updatedFields_contains: String
  2483. updatedFields_contains_every: [String!]
  2484. updatedFields_contains_some: [String!]
  2485. node: MeasurementRunWhereInput
  2486. AND: [MeasurementRunSubscriptionWhereInput!]
  2487. OR: [MeasurementRunSubscriptionWhereInput!]
  2488. NOT: [MeasurementRunSubscriptionWhereInput!]
  2489. }
  2490. input MeasurementRunUpdateDataInput {
  2491. name: String
  2492. operators: UserUpdateManyInput
  2493. location: String
  2494. temperature: Float
  2495. startTime: DateTime
  2496. endTime: DateTime
  2497. log: EventUpdateManyInput
  2498. comments: CommentUpdateManyInput
  2499. measurements: MeasurementUpdateManyInput
  2500. setup: SetupUpdateOneRequiredInput
  2501. }
  2502. input MeasurementRunUpdateInput {
  2503. name: String
  2504. operators: UserUpdateManyInput
  2505. location: String
  2506. temperature: Float
  2507. startTime: DateTime
  2508. endTime: DateTime
  2509. log: EventUpdateManyInput
  2510. comments: CommentUpdateManyInput
  2511. measurements: MeasurementUpdateManyInput
  2512. setup: SetupUpdateOneRequiredInput
  2513. }
  2514. input MeasurementRunUpdateManyDataInput {
  2515. name: String
  2516. location: String
  2517. temperature: Float
  2518. startTime: DateTime
  2519. endTime: DateTime
  2520. }
  2521. input MeasurementRunUpdateManyInput {
  2522. create: [MeasurementRunCreateInput!]
  2523. update: [MeasurementRunUpdateWithWhereUniqueNestedInput!]
  2524. upsert: [MeasurementRunUpsertWithWhereUniqueNestedInput!]
  2525. delete: [MeasurementRunWhereUniqueInput!]
  2526. connect: [MeasurementRunWhereUniqueInput!]
  2527. set: [MeasurementRunWhereUniqueInput!]
  2528. disconnect: [MeasurementRunWhereUniqueInput!]
  2529. deleteMany: [MeasurementRunScalarWhereInput!]
  2530. updateMany: [MeasurementRunUpdateManyWithWhereNestedInput!]
  2531. }
  2532. input MeasurementRunUpdateManyMutationInput {
  2533. name: String
  2534. location: String
  2535. temperature: Float
  2536. startTime: DateTime
  2537. endTime: DateTime
  2538. }
  2539. input MeasurementRunUpdateManyWithWhereNestedInput {
  2540. where: MeasurementRunScalarWhereInput!
  2541. data: MeasurementRunUpdateManyDataInput!
  2542. }
  2543. input MeasurementRunUpdateWithWhereUniqueNestedInput {
  2544. where: MeasurementRunWhereUniqueInput!
  2545. data: MeasurementRunUpdateDataInput!
  2546. }
  2547. input MeasurementRunUpsertWithWhereUniqueNestedInput {
  2548. where: MeasurementRunWhereUniqueInput!
  2549. update: MeasurementRunUpdateDataInput!
  2550. create: MeasurementRunCreateInput!
  2551. }
  2552. input MeasurementRunWhereInput {
  2553. id: ID
  2554. id_not: ID
  2555. id_in: [ID!]
  2556. id_not_in: [ID!]
  2557. id_lt: ID
  2558. id_lte: ID
  2559. id_gt: ID
  2560. id_gte: ID
  2561. id_contains: ID
  2562. id_not_contains: ID
  2563. id_starts_with: ID
  2564. id_not_starts_with: ID
  2565. id_ends_with: ID
  2566. id_not_ends_with: ID
  2567. name: String
  2568. name_not: String
  2569. name_in: [String!]
  2570. name_not_in: [String!]
  2571. name_lt: String
  2572. name_lte: String
  2573. name_gt: String
  2574. name_gte: String
  2575. name_contains: String
  2576. name_not_contains: String
  2577. name_starts_with: String
  2578. name_not_starts_with: String
  2579. name_ends_with: String
  2580. name_not_ends_with: String
  2581. operators_every: UserWhereInput
  2582. operators_some: UserWhereInput
  2583. operators_none: UserWhereInput
  2584. location: String
  2585. location_not: String
  2586. location_in: [String!]
  2587. location_not_in: [String!]
  2588. location_lt: String
  2589. location_lte: String
  2590. location_gt: String
  2591. location_gte: String
  2592. location_contains: String
  2593. location_not_contains: String
  2594. location_starts_with: String
  2595. location_not_starts_with: String
  2596. location_ends_with: String
  2597. location_not_ends_with: String
  2598. temperature: Float
  2599. temperature_not: Float
  2600. temperature_in: [Float!]
  2601. temperature_not_in: [Float!]
  2602. temperature_lt: Float
  2603. temperature_lte: Float
  2604. temperature_gt: Float
  2605. temperature_gte: Float
  2606. startTime: DateTime
  2607. startTime_not: DateTime
  2608. startTime_in: [DateTime!]
  2609. startTime_not_in: [DateTime!]
  2610. startTime_lt: DateTime
  2611. startTime_lte: DateTime
  2612. startTime_gt: DateTime
  2613. startTime_gte: DateTime
  2614. endTime: DateTime
  2615. endTime_not: DateTime
  2616. endTime_in: [DateTime!]
  2617. endTime_not_in: [DateTime!]
  2618. endTime_lt: DateTime
  2619. endTime_lte: DateTime
  2620. endTime_gt: DateTime
  2621. endTime_gte: DateTime
  2622. log_every: EventWhereInput
  2623. log_some: EventWhereInput
  2624. log_none: EventWhereInput
  2625. comments_every: CommentWhereInput
  2626. comments_some: CommentWhereInput
  2627. comments_none: CommentWhereInput
  2628. measurements_every: MeasurementWhereInput
  2629. measurements_some: MeasurementWhereInput
  2630. measurements_none: MeasurementWhereInput
  2631. setup: SetupWhereInput
  2632. AND: [MeasurementRunWhereInput!]
  2633. OR: [MeasurementRunWhereInput!]
  2634. NOT: [MeasurementRunWhereInput!]
  2635. }
  2636. input MeasurementRunWhereUniqueInput {
  2637. id: ID
  2638. }
  2639. input MeasurementScalarWhereInput {
  2640. id: ID
  2641. id_not: ID
  2642. id_in: [ID!]
  2643. id_not_in: [ID!]
  2644. id_lt: ID
  2645. id_lte: ID
  2646. id_gt: ID
  2647. id_gte: ID
  2648. id_contains: ID
  2649. id_not_contains: ID
  2650. id_starts_with: ID
  2651. id_not_starts_with: ID
  2652. id_ends_with: ID
  2653. id_not_ends_with: ID
  2654. createdAt: DateTime
  2655. createdAt_not: DateTime
  2656. createdAt_in: [DateTime!]
  2657. createdAt_not_in: [DateTime!]
  2658. createdAt_lt: DateTime
  2659. createdAt_lte: DateTime
  2660. createdAt_gt: DateTime
  2661. createdAt_gte: DateTime
  2662. intValue: Int
  2663. intValue_not: Int
  2664. intValue_in: [Int!]
  2665. intValue_not_in: [Int!]
  2666. intValue_lt: Int
  2667. intValue_lte: Int
  2668. intValue_gt: Int
  2669. intValue_gte: Int
  2670. floatValue: Float
  2671. floatValue_not: Float
  2672. floatValue_in: [Float!]
  2673. floatValue_not_in: [Float!]
  2674. floatValue_lt: Float
  2675. floatValue_lte: Float
  2676. floatValue_gt: Float
  2677. floatValue_gte: Float
  2678. stringValue: String
  2679. stringValue_not: String
  2680. stringValue_in: [String!]
  2681. stringValue_not_in: [String!]
  2682. stringValue_lt: String
  2683. stringValue_lte: String
  2684. stringValue_gt: String
  2685. stringValue_gte: String
  2686. stringValue_contains: String
  2687. stringValue_not_contains: String
  2688. stringValue_starts_with: String
  2689. stringValue_not_starts_with: String
  2690. stringValue_ends_with: String
  2691. stringValue_not_ends_with: String
  2692. AND: [MeasurementScalarWhereInput!]
  2693. OR: [MeasurementScalarWhereInput!]
  2694. NOT: [MeasurementScalarWhereInput!]
  2695. }
  2696. type MeasurementSubscriptionPayload {
  2697. mutation: MutationType!
  2698. node: Measurement
  2699. updatedFields: [String!]
  2700. previousValues: MeasurementPreviousValues
  2701. }
  2702. input MeasurementSubscriptionWhereInput {
  2703. mutation_in: [MutationType!]
  2704. updatedFields_contains: String
  2705. updatedFields_contains_every: [String!]
  2706. updatedFields_contains_some: [String!]
  2707. node: MeasurementWhereInput
  2708. AND: [MeasurementSubscriptionWhereInput!]
  2709. OR: [MeasurementSubscriptionWhereInput!]
  2710. NOT: [MeasurementSubscriptionWhereInput!]
  2711. }
  2712. input MeasurementUpdateDataInput {
  2713. intValue: Int
  2714. floatValue: Float
  2715. stringValue: String
  2716. }
  2717. input MeasurementUpdateInput {
  2718. intValue: Int
  2719. floatValue: Float
  2720. stringValue: String
  2721. }
  2722. input MeasurementUpdateManyDataInput {
  2723. intValue: Int
  2724. floatValue: Float
  2725. stringValue: String
  2726. }
  2727. input MeasurementUpdateManyInput {
  2728. create: [MeasurementCreateInput!]
  2729. update: [MeasurementUpdateWithWhereUniqueNestedInput!]
  2730. upsert: [MeasurementUpsertWithWhereUniqueNestedInput!]
  2731. delete: [MeasurementWhereUniqueInput!]
  2732. connect: [MeasurementWhereUniqueInput!]
  2733. set: [MeasurementWhereUniqueInput!]
  2734. disconnect: [MeasurementWhereUniqueInput!]
  2735. deleteMany: [MeasurementScalarWhereInput!]
  2736. updateMany: [MeasurementUpdateManyWithWhereNestedInput!]
  2737. }
  2738. input MeasurementUpdateManyMutationInput {
  2739. intValue: Int
  2740. floatValue: Float
  2741. stringValue: String
  2742. }
  2743. input MeasurementUpdateManyWithWhereNestedInput {
  2744. where: MeasurementScalarWhereInput!
  2745. data: MeasurementUpdateManyDataInput!
  2746. }
  2747. input MeasurementUpdateWithWhereUniqueNestedInput {
  2748. where: MeasurementWhereUniqueInput!
  2749. data: MeasurementUpdateDataInput!
  2750. }
  2751. input MeasurementUpsertWithWhereUniqueNestedInput {
  2752. where: MeasurementWhereUniqueInput!
  2753. update: MeasurementUpdateDataInput!
  2754. create: MeasurementCreateInput!
  2755. }
  2756. input MeasurementWhereInput {
  2757. id: ID
  2758. id_not: ID
  2759. id_in: [ID!]
  2760. id_not_in: [ID!]
  2761. id_lt: ID
  2762. id_lte: ID
  2763. id_gt: ID
  2764. id_gte: ID
  2765. id_contains: ID
  2766. id_not_contains: ID
  2767. id_starts_with: ID
  2768. id_not_starts_with: ID
  2769. id_ends_with: ID
  2770. id_not_ends_with: ID
  2771. createdAt: DateTime
  2772. createdAt_not: DateTime
  2773. createdAt_in: [DateTime!]
  2774. createdAt_not_in: [DateTime!]
  2775. createdAt_lt: DateTime
  2776. createdAt_lte: DateTime
  2777. createdAt_gt: DateTime
  2778. createdAt_gte: DateTime
  2779. intValue: Int
  2780. intValue_not: Int
  2781. intValue_in: [Int!]
  2782. intValue_not_in: [Int!]
  2783. intValue_lt: Int
  2784. intValue_lte: Int
  2785. intValue_gt: Int
  2786. intValue_gte: Int
  2787. floatValue: Float
  2788. floatValue_not: Float
  2789. floatValue_in: [Float!]
  2790. floatValue_not_in: [Float!]
  2791. floatValue_lt: Float
  2792. floatValue_lte: Float
  2793. floatValue_gt: Float
  2794. floatValue_gte: Float
  2795. stringValue: String
  2796. stringValue_not: String
  2797. stringValue_in: [String!]
  2798. stringValue_not_in: [String!]
  2799. stringValue_lt: String
  2800. stringValue_lte: String
  2801. stringValue_gt: String
  2802. stringValue_gte: String
  2803. stringValue_contains: String
  2804. stringValue_not_contains: String
  2805. stringValue_starts_with: String
  2806. stringValue_not_starts_with: String
  2807. stringValue_ends_with: String
  2808. stringValue_not_ends_with: String
  2809. AND: [MeasurementWhereInput!]
  2810. OR: [MeasurementWhereInput!]
  2811. NOT: [MeasurementWhereInput!]
  2812. }
  2813. input MeasurementWhereUniqueInput {
  2814. id: ID
  2815. }
  2816. type Meta {
  2817. id: ID!
  2818. key: String!
  2819. value: String!
  2820. }
  2821. type MetaConnection {
  2822. pageInfo: PageInfo!
  2823. edges: [MetaEdge]!
  2824. aggregate: AggregateMeta!
  2825. }
  2826. input MetaCreateInput {
  2827. key: String!
  2828. value: String!
  2829. }
  2830. type MetaEdge {
  2831. node: Meta!
  2832. cursor: String!
  2833. }
  2834. enum MetaOrderByInput {
  2835. id_ASC
  2836. id_DESC
  2837. key_ASC
  2838. key_DESC
  2839. value_ASC
  2840. value_DESC
  2841. createdAt_ASC
  2842. createdAt_DESC
  2843. updatedAt_ASC
  2844. updatedAt_DESC
  2845. }
  2846. type MetaPreviousValues {
  2847. id: ID!
  2848. key: String!
  2849. value: String!
  2850. }
  2851. type MetaSubscriptionPayload {
  2852. mutation: MutationType!
  2853. node: Meta
  2854. updatedFields: [String!]
  2855. previousValues: MetaPreviousValues
  2856. }
  2857. input MetaSubscriptionWhereInput {
  2858. mutation_in: [MutationType!]
  2859. updatedFields_contains: String
  2860. updatedFields_contains_every: [String!]
  2861. updatedFields_contains_some: [String!]
  2862. node: MetaWhereInput
  2863. AND: [MetaSubscriptionWhereInput!]
  2864. OR: [MetaSubscriptionWhereInput!]
  2865. NOT: [MetaSubscriptionWhereInput!]
  2866. }
  2867. input MetaUpdateInput {
  2868. key: String
  2869. value: String
  2870. }
  2871. input MetaUpdateManyMutationInput {
  2872. key: String
  2873. value: String
  2874. }
  2875. input MetaWhereInput {
  2876. id: ID
  2877. id_not: ID
  2878. id_in: [ID!]
  2879. id_not_in: [ID!]
  2880. id_lt: ID
  2881. id_lte: ID
  2882. id_gt: ID
  2883. id_gte: ID
  2884. id_contains: ID
  2885. id_not_contains: ID
  2886. id_starts_with: ID
  2887. id_not_starts_with: ID
  2888. id_ends_with: ID
  2889. id_not_ends_with: ID
  2890. key: String
  2891. key_not: String
  2892. key_in: [String!]
  2893. key_not_in: [String!]
  2894. key_lt: String
  2895. key_lte: String
  2896. key_gt: String
  2897. key_gte: String
  2898. key_contains: String
  2899. key_not_contains: String
  2900. key_starts_with: String
  2901. key_not_starts_with: String
  2902. key_ends_with: String
  2903. key_not_ends_with: String
  2904. value: String
  2905. value_not: String
  2906. value_in: [String!]
  2907. value_not_in: [String!]
  2908. value_lt: String
  2909. value_lte: String
  2910. value_gt: String
  2911. value_gte: String
  2912. value_contains: String
  2913. value_not_contains: String
  2914. value_starts_with: String
  2915. value_not_starts_with: String
  2916. value_ends_with: String
  2917. value_not_ends_with: String
  2918. AND: [MetaWhereInput!]
  2919. OR: [MetaWhereInput!]
  2920. NOT: [MetaWhereInput!]
  2921. }
  2922. input MetaWhereUniqueInput {
  2923. id: ID
  2924. }
  2925. type Mutation {
  2926. createCharacterization(data: CharacterizationCreateInput!): Characterization!
  2927. updateCharacterization(data: CharacterizationUpdateInput!, where: CharacterizationWhereUniqueInput!): Characterization
  2928. updateManyCharacterizations(data: CharacterizationUpdateManyMutationInput!, where: CharacterizationWhereInput): BatchPayload!
  2929. upsertCharacterization(where: CharacterizationWhereUniqueInput!, create: CharacterizationCreateInput!, update: CharacterizationUpdateInput!): Characterization!
  2930. deleteCharacterization(where: CharacterizationWhereUniqueInput!): Characterization
  2931. deleteManyCharacterizations(where: CharacterizationWhereInput): BatchPayload!
  2932. createComment(data: CommentCreateInput!): Comment!
  2933. updateComment(data: CommentUpdateInput!, where: CommentWhereUniqueInput!): Comment
  2934. updateManyComments(data: CommentUpdateManyMutationInput!, where: CommentWhereInput): BatchPayload!
  2935. upsertComment(where: CommentWhereUniqueInput!, create: CommentCreateInput!, update: CommentUpdateInput!): Comment!
  2936. deleteComment(where: CommentWhereUniqueInput!): Comment
  2937. deleteManyComments(where: CommentWhereInput): BatchPayload!
  2938. createDUT(data: DUTCreateInput!): DUT!
  2939. updateDUT(data: DUTUpdateInput!, where: DUTWhereUniqueInput!): DUT
  2940. updateManyDUTs(data: DUTUpdateManyMutationInput!, where: DUTWhereInput): BatchPayload!
  2941. upsertDUT(where: DUTWhereUniqueInput!, create: DUTCreateInput!, update: DUTUpdateInput!): DUT!
  2942. deleteDUT(where: DUTWhereUniqueInput!): DUT
  2943. deleteManyDUTs(where: DUTWhereInput): BatchPayload!
  2944. createEvent(data: EventCreateInput!): Event!
  2945. updateEvent(data: EventUpdateInput!, where: EventWhereUniqueInput!): Event
  2946. updateManyEvents(data: EventUpdateManyMutationInput!, where: EventWhereInput): BatchPayload!
  2947. upsertEvent(where: EventWhereUniqueInput!, create: EventCreateInput!, update: EventUpdateInput!): Event!
  2948. deleteEvent(where: EventWhereUniqueInput!): Event
  2949. deleteManyEvents(where: EventWhereInput): BatchPayload!
  2950. createFile(data: FileCreateInput!): File!
  2951. updateFile(data: FileUpdateInput!, where: FileWhereUniqueInput!): File
  2952. updateManyFiles(data: FileUpdateManyMutationInput!, where: FileWhereInput): BatchPayload!
  2953. upsertFile(where: FileWhereUniqueInput!, create: FileCreateInput!, update: FileUpdateInput!): File!
  2954. deleteFile(where: FileWhereUniqueInput!): File
  2955. deleteManyFiles(where: FileWhereInput): BatchPayload!
  2956. createInstrument(data: InstrumentCreateInput!): Instrument!
  2957. updateInstrument(data: InstrumentUpdateInput!, where: InstrumentWhereUniqueInput!): Instrument
  2958. updateManyInstruments(data: InstrumentUpdateManyMutationInput!, where: InstrumentWhereInput): BatchPayload!
  2959. upsertInstrument(where: InstrumentWhereUniqueInput!, create: InstrumentCreateInput!, update: InstrumentUpdateInput!): Instrument!
  2960. deleteInstrument(where: InstrumentWhereUniqueInput!): Instrument
  2961. deleteManyInstruments(where: InstrumentWhereInput): BatchPayload!
  2962. createInstrumentCommand(data: InstrumentCommandCreateInput!): InstrumentCommand!
  2963. updateInstrumentCommand(data: InstrumentCommandUpdateInput!, where: InstrumentCommandWhereUniqueInput!): InstrumentCommand
  2964. updateManyInstrumentCommands(data: InstrumentCommandUpdateManyMutationInput!, where: InstrumentCommandWhereInput): BatchPayload!
  2965. upsertInstrumentCommand(where: InstrumentCommandWhereUniqueInput!, create: InstrumentCommandCreateInput!, update: InstrumentCommandUpdateInput!): InstrumentCommand!
  2966. deleteInstrumentCommand(where: InstrumentCommandWhereUniqueInput!): InstrumentCommand
  2967. deleteManyInstrumentCommands(where: InstrumentCommandWhereInput): BatchPayload!
  2968. createInstrumentInstance(data: InstrumentInstanceCreateInput!): InstrumentInstance!
  2969. updateInstrumentInstance(data: InstrumentInstanceUpdateInput!, where: InstrumentInstanceWhereUniqueInput!): InstrumentInstance
  2970. updateManyInstrumentInstances(data: InstrumentInstanceUpdateManyMutationInput!, where: InstrumentInstanceWhereInput): BatchPayload!
  2971. upsertInstrumentInstance(where: InstrumentInstanceWhereUniqueInput!, create: InstrumentInstanceCreateInput!, update: InstrumentInstanceUpdateInput!): InstrumentInstance!
  2972. deleteInstrumentInstance(where: InstrumentInstanceWhereUniqueInput!): InstrumentInstance
  2973. deleteManyInstrumentInstances(where: InstrumentInstanceWhereInput): BatchPayload!
  2974. createInstrumentParameter(data: InstrumentParameterCreateInput!): InstrumentParameter!
  2975. updateInstrumentParameter(data: InstrumentParameterUpdateInput!, where: InstrumentParameterWhereUniqueInput!): InstrumentParameter
  2976. updateManyInstrumentParameters(data: InstrumentParameterUpdateManyMutationInput!, where: InstrumentParameterWhereInput): BatchPayload!
  2977. upsertInstrumentParameter(where: InstrumentParameterWhereUniqueInput!, create: InstrumentParameterCreateInput!, update: InstrumentParameterUpdateInput!): InstrumentParameter!
  2978. deleteInstrumentParameter(where: InstrumentParameterWhereUniqueInput!): InstrumentParameter
  2979. deleteManyInstrumentParameters(where: InstrumentParameterWhereInput): BatchPayload!
  2980. createInstrumentSubsystem(data: InstrumentSubsystemCreateInput!): InstrumentSubsystem!
  2981. updateInstrumentSubsystem(data: InstrumentSubsystemUpdateInput!, where: InstrumentSubsystemWhereUniqueInput!): InstrumentSubsystem
  2982. updateManyInstrumentSubsystems(data: InstrumentSubsystemUpdateManyMutationInput!, where: InstrumentSubsystemWhereInput): BatchPayload!
  2983. upsertInstrumentSubsystem(where: InstrumentSubsystemWhereUniqueInput!, create: InstrumentSubsystemCreateInput!, update: InstrumentSubsystemUpdateInput!): InstrumentSubsystem!
  2984. deleteInstrumentSubsystem(where: InstrumentSubsystemWhereUniqueInput!): InstrumentSubsystem
  2985. deleteManyInstrumentSubsystems(where: InstrumentSubsystemWhereInput): BatchPayload!
  2986. createMeasurement(data: MeasurementCreateInput!): Measurement!
  2987. updateMeasurement(data: MeasurementUpdateInput!, where: MeasurementWhereUniqueInput!): Measurement
  2988. updateManyMeasurements(data: MeasurementUpdateManyMutationInput!, where: MeasurementWhereInput): BatchPayload!
  2989. upsertMeasurement(where: MeasurementWhereUniqueInput!, create: MeasurementCreateInput!, update: MeasurementUpdateInput!): Measurement!
  2990. deleteMeasurement(where: MeasurementWhereUniqueInput!): Measurement
  2991. deleteManyMeasurements(where: MeasurementWhereInput): BatchPayload!
  2992. createMeasurementRun(data: MeasurementRunCreateInput!): MeasurementRun!
  2993. updateMeasurementRun(data: MeasurementRunUpdateInput!, where: MeasurementRunWhereUniqueInput!): MeasurementRun
  2994. updateManyMeasurementRuns(data: MeasurementRunUpdateManyMutationInput!, where: MeasurementRunWhereInput): BatchPayload!
  2995. upsertMeasurementRun(where: MeasurementRunWhereUniqueInput!, create: MeasurementRunCreateInput!, update: MeasurementRunUpdateInput!): MeasurementRun!
  2996. deleteMeasurementRun(where: MeasurementRunWhereUniqueInput!): MeasurementRun
  2997. deleteManyMeasurementRuns(where: MeasurementRunWhereInput): BatchPayload!
  2998. createMeta(data: MetaCreateInput!): Meta!
  2999. updateMeta(data: MetaUpdateInput!, where: MetaWhereUniqueInput!): Meta
  3000. updateManyMetas(data: MetaUpdateManyMutationInput!, where: MetaWhereInput): BatchPayload!
  3001. upsertMeta(where: MetaWhereUniqueInput!, create: MetaCreateInput!, update: MetaUpdateInput!): Meta!
  3002. deleteMeta(where: MetaWhereUniqueInput!): Meta
  3003. deleteManyMetas(where: MetaWhereInput): BatchPayload!
  3004. createProject(data: ProjectCreateInput!): Project!
  3005. updateProject(data: ProjectUpdateInput!, where: ProjectWhereUniqueInput!): Project
  3006. updateManyProjects(data: ProjectUpdateManyMutationInput!, where: ProjectWhereInput): BatchPayload!
  3007. upsertProject(where: ProjectWhereUniqueInput!, create: ProjectCreateInput!, update: ProjectUpdateInput!): Project!
  3008. deleteProject(where: ProjectWhereUniqueInput!): Project
  3009. deleteManyProjects(where: ProjectWhereInput): BatchPayload!
  3010. createProjectVersion(data: ProjectVersionCreateInput!): ProjectVersion!
  3011. updateProjectVersion(data: ProjectVersionUpdateInput!, where: ProjectVersionWhereUniqueInput!): ProjectVersion
  3012. updateManyProjectVersions(data: ProjectVersionUpdateManyMutationInput!, where: ProjectVersionWhereInput): BatchPayload!
  3013. upsertProjectVersion(where: ProjectVersionWhereUniqueInput!, create: ProjectVersionCreateInput!, update: ProjectVersionUpdateInput!): ProjectVersion!
  3014. deleteProjectVersion(where: ProjectVersionWhereUniqueInput!): ProjectVersion
  3015. deleteManyProjectVersions(where: ProjectVersionWhereInput): BatchPayload!
  3016. createSetup(data: SetupCreateInput!): Setup!
  3017. updateSetup(data: SetupUpdateInput!, where: SetupWhereUniqueInput!): Setup
  3018. updateManySetups(data: SetupUpdateManyMutationInput!, where: SetupWhereInput): BatchPayload!
  3019. upsertSetup(where: SetupWhereUniqueInput!, create: SetupCreateInput!, update: SetupUpdateInput!): Setup!
  3020. deleteSetup(where: SetupWhereUniqueInput!): Setup
  3021. deleteManySetups(where: SetupWhereInput): BatchPayload!
  3022. createSetupHardware(data: SetupHardwareCreateInput!): SetupHardware!
  3023. updateSetupHardware(data: SetupHardwareUpdateInput!, where: SetupHardwareWhereUniqueInput!): SetupHardware
  3024. updateManySetupHardwares(data: SetupHardwareUpdateManyMutationInput!, where: SetupHardwareWhereInput): BatchPayload!
  3025. upsertSetupHardware(where: SetupHardwareWhereUniqueInput!, create: SetupHardwareCreateInput!, update: SetupHardwareUpdateInput!): SetupHardware!
  3026. deleteSetupHardware(where: SetupHardwareWhereUniqueInput!): SetupHardware
  3027. deleteManySetupHardwares(where: SetupHardwareWhereInput): BatchPayload!
  3028. createSetupHardwareInstance(data: SetupHardwareInstanceCreateInput!): SetupHardwareInstance!
  3029. updateSetupHardwareInstance(data: SetupHardwareInstanceUpdateInput!, where: SetupHardwareInstanceWhereUniqueInput!): SetupHardwareInstance
  3030. updateManySetupHardwareInstances(data: SetupHardwareInstanceUpdateManyMutationInput!, where: SetupHardwareInstanceWhereInput): BatchPayload!
  3031. upsertSetupHardwareInstance(where: SetupHardwareInstanceWhereUniqueInput!, create: SetupHardwareInstanceCreateInput!, update: SetupHardwareInstanceUpdateInput!): SetupHardwareInstance!
  3032. deleteSetupHardwareInstance(where: SetupHardwareInstanceWhereUniqueInput!): SetupHardwareInstance
  3033. deleteManySetupHardwareInstances(where: SetupHardwareInstanceWhereInput): BatchPayload!
  3034. createUser(data: UserCreateInput!): User!
  3035. updateUser(data: UserUpdateInput!, where: UserWhereUniqueInput!): User
  3036. updateManyUsers(data: UserUpdateManyMutationInput!, where: UserWhereInput): BatchPayload!
  3037. upsertUser(where: UserWhereUniqueInput!, create: UserCreateInput!, update: UserUpdateInput!): User!
  3038. deleteUser(where: UserWhereUniqueInput!): User
  3039. deleteManyUsers(where: UserWhereInput): BatchPayload!
  3040. }
  3041. enum MutationType {
  3042. CREATED
  3043. UPDATED
  3044. DELETED
  3045. }
  3046. interface Node {
  3047. id: ID!
  3048. }
  3049. type PageInfo {
  3050. hasNextPage: Boolean!
  3051. hasPreviousPage: Boolean!
  3052. startCursor: String
  3053. endCursor: String
  3054. }
  3055. type Project {
  3056. id: ID!
  3057. name: String!
  3058. abbreviation: String!
  3059. description: String
  3060. files(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3061. versions(where: ProjectVersionWhereInput, orderBy: ProjectVersionOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ProjectVersion!]
  3062. }
  3063. type ProjectConnection {
  3064. pageInfo: PageInfo!
  3065. edges: [ProjectEdge]!
  3066. aggregate: AggregateProject!
  3067. }
  3068. input ProjectCreateInput {
  3069. name: String!
  3070. abbreviation: String!
  3071. description: String
  3072. files: FileCreateManyInput
  3073. versions: ProjectVersionCreateManyWithoutProjectInput
  3074. }
  3075. input ProjectCreateOneWithoutVersionsInput {
  3076. create: ProjectCreateWithoutVersionsInput
  3077. connect: ProjectWhereUniqueInput
  3078. }
  3079. input ProjectCreateWithoutVersionsInput {
  3080. name: String!
  3081. abbreviation: String!
  3082. description: String
  3083. files: FileCreateManyInput
  3084. }
  3085. type ProjectEdge {
  3086. node: Project!
  3087. cursor: String!
  3088. }
  3089. enum ProjectOrderByInput {
  3090. id_ASC
  3091. id_DESC
  3092. name_ASC
  3093. name_DESC
  3094. abbreviation_ASC
  3095. abbreviation_DESC
  3096. description_ASC
  3097. description_DESC
  3098. createdAt_ASC
  3099. createdAt_DESC
  3100. updatedAt_ASC
  3101. updatedAt_DESC
  3102. }
  3103. type ProjectPreviousValues {
  3104. id: ID!
  3105. name: String!
  3106. abbreviation: String!
  3107. description: String
  3108. }
  3109. type ProjectSubscriptionPayload {
  3110. mutation: MutationType!
  3111. node: Project
  3112. updatedFields: [String!]
  3113. previousValues: ProjectPreviousValues
  3114. }
  3115. input ProjectSubscriptionWhereInput {
  3116. mutation_in: [MutationType!]
  3117. updatedFields_contains: String
  3118. updatedFields_contains_every: [String!]
  3119. updatedFields_contains_some: [String!]
  3120. node: ProjectWhereInput
  3121. AND: [ProjectSubscriptionWhereInput!]
  3122. OR: [ProjectSubscriptionWhereInput!]
  3123. NOT: [ProjectSubscriptionWhereInput!]
  3124. }
  3125. input ProjectUpdateInput {
  3126. name: String
  3127. abbreviation: String
  3128. description: String
  3129. files: FileUpdateManyInput
  3130. versions: ProjectVersionUpdateManyWithoutProjectInput
  3131. }
  3132. input ProjectUpdateManyMutationInput {
  3133. name: String
  3134. abbreviation: String
  3135. description: String
  3136. }
  3137. input ProjectUpdateOneRequiredWithoutVersionsInput {
  3138. create: ProjectCreateWithoutVersionsInput
  3139. update: ProjectUpdateWithoutVersionsDataInput
  3140. upsert: ProjectUpsertWithoutVersionsInput
  3141. connect: ProjectWhereUniqueInput
  3142. }
  3143. input ProjectUpdateWithoutVersionsDataInput {
  3144. name: String
  3145. abbreviation: String
  3146. description: String
  3147. files: FileUpdateManyInput
  3148. }
  3149. input ProjectUpsertWithoutVersionsInput {
  3150. update: ProjectUpdateWithoutVersionsDataInput!
  3151. create: ProjectCreateWithoutVersionsInput!
  3152. }
  3153. type ProjectVersion {
  3154. id: ID!
  3155. name: String!
  3156. changes: [String!]!
  3157. date: DateTime!
  3158. project: Project!
  3159. }
  3160. type ProjectVersionConnection {
  3161. pageInfo: PageInfo!
  3162. edges: [ProjectVersionEdge]!
  3163. aggregate: AggregateProjectVersion!
  3164. }
  3165. input ProjectVersionCreatechangesInput {
  3166. set: [String!]
  3167. }
  3168. input ProjectVersionCreateInput {
  3169. name: String!
  3170. changes: ProjectVersionCreatechangesInput
  3171. date: DateTime!
  3172. project: ProjectCreateOneWithoutVersionsInput!
  3173. }
  3174. input ProjectVersionCreateManyWithoutProjectInput {
  3175. create: [ProjectVersionCreateWithoutProjectInput!]
  3176. connect: [ProjectVersionWhereUniqueInput!]
  3177. }
  3178. input ProjectVersionCreateOneInput {
  3179. create: ProjectVersionCreateInput
  3180. connect: ProjectVersionWhereUniqueInput
  3181. }
  3182. input ProjectVersionCreateWithoutProjectInput {
  3183. name: String!
  3184. changes: ProjectVersionCreatechangesInput
  3185. date: DateTime!
  3186. }
  3187. type ProjectVersionEdge {
  3188. node: ProjectVersion!
  3189. cursor: String!
  3190. }
  3191. enum ProjectVersionOrderByInput {
  3192. id_ASC
  3193. id_DESC
  3194. name_ASC
  3195. name_DESC
  3196. date_ASC
  3197. date_DESC
  3198. createdAt_ASC
  3199. createdAt_DESC
  3200. updatedAt_ASC
  3201. updatedAt_DESC
  3202. }
  3203. type ProjectVersionPreviousValues {
  3204. id: ID!
  3205. name: String!
  3206. changes: [String!]!
  3207. date: DateTime!
  3208. }
  3209. input ProjectVersionScalarWhereInput {
  3210. id: ID
  3211. id_not: ID
  3212. id_in: [ID!]
  3213. id_not_in: [ID!]
  3214. id_lt: ID
  3215. id_lte: ID
  3216. id_gt: ID
  3217. id_gte: ID
  3218. id_contains: ID
  3219. id_not_contains: ID
  3220. id_starts_with: ID
  3221. id_not_starts_with: ID
  3222. id_ends_with: ID
  3223. id_not_ends_with: ID
  3224. name: String
  3225. name_not: String
  3226. name_in: [String!]
  3227. name_not_in: [String!]
  3228. name_lt: String
  3229. name_lte: String
  3230. name_gt: String
  3231. name_gte: String
  3232. name_contains: String
  3233. name_not_contains: String
  3234. name_starts_with: String
  3235. name_not_starts_with: String
  3236. name_ends_with: String
  3237. name_not_ends_with: String
  3238. date: DateTime
  3239. date_not: DateTime
  3240. date_in: [DateTime!]
  3241. date_not_in: [DateTime!]
  3242. date_lt: DateTime
  3243. date_lte: DateTime
  3244. date_gt: DateTime
  3245. date_gte: DateTime
  3246. AND: [ProjectVersionScalarWhereInput!]
  3247. OR: [ProjectVersionScalarWhereInput!]
  3248. NOT: [ProjectVersionScalarWhereInput!]
  3249. }
  3250. type ProjectVersionSubscriptionPayload {
  3251. mutation: MutationType!
  3252. node: ProjectVersion
  3253. updatedFields: [String!]
  3254. previousValues: ProjectVersionPreviousValues
  3255. }
  3256. input ProjectVersionSubscriptionWhereInput {
  3257. mutation_in: [MutationType!]
  3258. updatedFields_contains: String
  3259. updatedFields_contains_every: [String!]
  3260. updatedFields_contains_some: [String!]
  3261. node: ProjectVersionWhereInput
  3262. AND: [ProjectVersionSubscriptionWhereInput!]
  3263. OR: [ProjectVersionSubscriptionWhereInput!]
  3264. NOT: [ProjectVersionSubscriptionWhereInput!]
  3265. }
  3266. input ProjectVersionUpdatechangesInput {
  3267. set: [String!]
  3268. }
  3269. input ProjectVersionUpdateDataInput {
  3270. name: String
  3271. changes: ProjectVersionUpdatechangesInput
  3272. date: DateTime
  3273. project: ProjectUpdateOneRequiredWithoutVersionsInput
  3274. }
  3275. input ProjectVersionUpdateInput {
  3276. name: String
  3277. changes: ProjectVersionUpdatechangesInput
  3278. date: DateTime
  3279. project: ProjectUpdateOneRequiredWithoutVersionsInput
  3280. }
  3281. input ProjectVersionUpdateManyDataInput {
  3282. name: String
  3283. changes: ProjectVersionUpdatechangesInput
  3284. date: DateTime
  3285. }
  3286. input ProjectVersionUpdateManyMutationInput {
  3287. name: String
  3288. changes: ProjectVersionUpdatechangesInput
  3289. date: DateTime
  3290. }
  3291. input ProjectVersionUpdateManyWithoutProjectInput {
  3292. create: [ProjectVersionCreateWithoutProjectInput!]
  3293. delete: [ProjectVersionWhereUniqueInput!]
  3294. connect: [ProjectVersionWhereUniqueInput!]
  3295. set: [ProjectVersionWhereUniqueInput!]
  3296. disconnect: [ProjectVersionWhereUniqueInput!]
  3297. update: [ProjectVersionUpdateWithWhereUniqueWithoutProjectInput!]
  3298. upsert: [ProjectVersionUpsertWithWhereUniqueWithoutProjectInput!]
  3299. deleteMany: [ProjectVersionScalarWhereInput!]
  3300. updateMany: [ProjectVersionUpdateManyWithWhereNestedInput!]
  3301. }
  3302. input ProjectVersionUpdateManyWithWhereNestedInput {
  3303. where: ProjectVersionScalarWhereInput!
  3304. data: ProjectVersionUpdateManyDataInput!
  3305. }
  3306. input ProjectVersionUpdateOneRequiredInput {
  3307. create: ProjectVersionCreateInput
  3308. update: ProjectVersionUpdateDataInput
  3309. upsert: ProjectVersionUpsertNestedInput
  3310. connect: ProjectVersionWhereUniqueInput
  3311. }
  3312. input ProjectVersionUpdateWithoutProjectDataInput {
  3313. name: String
  3314. changes: ProjectVersionUpdatechangesInput
  3315. date: DateTime
  3316. }
  3317. input ProjectVersionUpdateWithWhereUniqueWithoutProjectInput {
  3318. where: ProjectVersionWhereUniqueInput!
  3319. data: ProjectVersionUpdateWithoutProjectDataInput!
  3320. }
  3321. input ProjectVersionUpsertNestedInput {
  3322. update: ProjectVersionUpdateDataInput!
  3323. create: ProjectVersionCreateInput!
  3324. }
  3325. input ProjectVersionUpsertWithWhereUniqueWithoutProjectInput {
  3326. where: ProjectVersionWhereUniqueInput!
  3327. update: ProjectVersionUpdateWithoutProjectDataInput!
  3328. create: ProjectVersionCreateWithoutProjectInput!
  3329. }
  3330. input ProjectVersionWhereInput {
  3331. id: ID
  3332. id_not: ID
  3333. id_in: [ID!]
  3334. id_not_in: [ID!]
  3335. id_lt: ID
  3336. id_lte: ID
  3337. id_gt: ID
  3338. id_gte: ID
  3339. id_contains: ID
  3340. id_not_contains: ID
  3341. id_starts_with: ID
  3342. id_not_starts_with: ID
  3343. id_ends_with: ID
  3344. id_not_ends_with: ID
  3345. name: String
  3346. name_not: String
  3347. name_in: [String!]
  3348. name_not_in: [String!]
  3349. name_lt: String
  3350. name_lte: String
  3351. name_gt: String
  3352. name_gte: String
  3353. name_contains: String
  3354. name_not_contains: String
  3355. name_starts_with: String
  3356. name_not_starts_with: String
  3357. name_ends_with: String
  3358. name_not_ends_with: String
  3359. date: DateTime
  3360. date_not: DateTime
  3361. date_in: [DateTime!]
  3362. date_not_in: [DateTime!]
  3363. date_lt: DateTime
  3364. date_lte: DateTime
  3365. date_gt: DateTime
  3366. date_gte: DateTime
  3367. project: ProjectWhereInput
  3368. AND: [ProjectVersionWhereInput!]
  3369. OR: [ProjectVersionWhereInput!]
  3370. NOT: [ProjectVersionWhereInput!]
  3371. }
  3372. input ProjectVersionWhereUniqueInput {
  3373. id: ID
  3374. name: String
  3375. }
  3376. input ProjectWhereInput {
  3377. id: ID
  3378. id_not: ID
  3379. id_in: [ID!]
  3380. id_not_in: [ID!]
  3381. id_lt: ID
  3382. id_lte: ID
  3383. id_gt: ID
  3384. id_gte: ID
  3385. id_contains: ID
  3386. id_not_contains: ID
  3387. id_starts_with: ID
  3388. id_not_starts_with: ID
  3389. id_ends_with: ID
  3390. id_not_ends_with: ID
  3391. name: String
  3392. name_not: String
  3393. name_in: [String!]
  3394. name_not_in: [String!]
  3395. name_lt: String
  3396. name_lte: String
  3397. name_gt: String
  3398. name_gte: String
  3399. name_contains: String
  3400. name_not_contains: String
  3401. name_starts_with: String
  3402. name_not_starts_with: String
  3403. name_ends_with: String
  3404. name_not_ends_with: String
  3405. abbreviation: String
  3406. abbreviation_not: String
  3407. abbreviation_in: [String!]
  3408. abbreviation_not_in: [String!]
  3409. abbreviation_lt: String
  3410. abbreviation_lte: String
  3411. abbreviation_gt: String
  3412. abbreviation_gte: String
  3413. abbreviation_contains: String
  3414. abbreviation_not_contains: String
  3415. abbreviation_starts_with: String
  3416. abbreviation_not_starts_with: String
  3417. abbreviation_ends_with: String
  3418. abbreviation_not_ends_with: String
  3419. description: String
  3420. description_not: String
  3421. description_in: [String!]
  3422. description_not_in: [String!]
  3423. description_lt: String
  3424. description_lte: String
  3425. description_gt: String
  3426. description_gte: String
  3427. description_contains: String
  3428. description_not_contains: String
  3429. description_starts_with: String
  3430. description_not_starts_with: String
  3431. description_ends_with: String
  3432. description_not_ends_with: String
  3433. files_every: FileWhereInput
  3434. files_some: FileWhereInput
  3435. files_none: FileWhereInput
  3436. versions_every: ProjectVersionWhereInput
  3437. versions_some: ProjectVersionWhereInput
  3438. versions_none: ProjectVersionWhereInput
  3439. AND: [ProjectWhereInput!]
  3440. OR: [ProjectWhereInput!]
  3441. NOT: [ProjectWhereInput!]
  3442. }
  3443. input ProjectWhereUniqueInput {
  3444. id: ID
  3445. name: String
  3446. abbreviation: String
  3447. }
  3448. type Query {
  3449. characterization(where: CharacterizationWhereUniqueInput!): Characterization
  3450. characterizations(where: CharacterizationWhereInput, orderBy: CharacterizationOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Characterization]!
  3451. characterizationsConnection(where: CharacterizationWhereInput, orderBy: CharacterizationOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): CharacterizationConnection!
  3452. comment(where: CommentWhereUniqueInput!): Comment
  3453. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment]!
  3454. commentsConnection(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): CommentConnection!
  3455. dUT(where: DUTWhereUniqueInput!): DUT
  3456. dUTs(where: DUTWhereInput, orderBy: DUTOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [DUT]!
  3457. dUTsConnection(where: DUTWhereInput, orderBy: DUTOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): DUTConnection!
  3458. event(where: EventWhereUniqueInput!): Event
  3459. events(where: EventWhereInput, orderBy: EventOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Event]!
  3460. eventsConnection(where: EventWhereInput, orderBy: EventOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): EventConnection!
  3461. file(where: FileWhereUniqueInput!): File
  3462. files(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File]!
  3463. filesConnection(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): FileConnection!
  3464. instrument(where: InstrumentWhereUniqueInput!): Instrument
  3465. instruments(where: InstrumentWhereInput, orderBy: InstrumentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Instrument]!
  3466. instrumentsConnection(where: InstrumentWhereInput, orderBy: InstrumentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentConnection!
  3467. instrumentCommand(where: InstrumentCommandWhereUniqueInput!): InstrumentCommand
  3468. instrumentCommands(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentCommand]!
  3469. instrumentCommandsConnection(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentCommandConnection!
  3470. instrumentInstance(where: InstrumentInstanceWhereUniqueInput!): InstrumentInstance
  3471. instrumentInstances(where: InstrumentInstanceWhereInput, orderBy: InstrumentInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentInstance]!
  3472. instrumentInstancesConnection(where: InstrumentInstanceWhereInput, orderBy: InstrumentInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentInstanceConnection!
  3473. instrumentParameter(where: InstrumentParameterWhereUniqueInput!): InstrumentParameter
  3474. instrumentParameters(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentParameter]!
  3475. instrumentParametersConnection(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentParameterConnection!
  3476. instrumentSubsystem(where: InstrumentSubsystemWhereUniqueInput!): InstrumentSubsystem
  3477. instrumentSubsystems(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentSubsystem]!
  3478. instrumentSubsystemsConnection(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentSubsystemConnection!
  3479. measurement(where: MeasurementWhereUniqueInput!): Measurement
  3480. measurements(where: MeasurementWhereInput, orderBy: MeasurementOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Measurement]!
  3481. measurementsConnection(where: MeasurementWhereInput, orderBy: MeasurementOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): MeasurementConnection!
  3482. measurementRun(where: MeasurementRunWhereUniqueInput!): MeasurementRun
  3483. measurementRuns(where: MeasurementRunWhereInput, orderBy: MeasurementRunOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [MeasurementRun]!
  3484. measurementRunsConnection(where: MeasurementRunWhereInput, orderBy: MeasurementRunOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): MeasurementRunConnection!
  3485. meta(where: MetaWhereUniqueInput!): Meta
  3486. metas(where: MetaWhereInput, orderBy: MetaOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Meta]!
  3487. metasConnection(where: MetaWhereInput, orderBy: MetaOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): MetaConnection!
  3488. project(where: ProjectWhereUniqueInput!): Project
  3489. projects(where: ProjectWhereInput, orderBy: ProjectOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Project]!
  3490. projectsConnection(where: ProjectWhereInput, orderBy: ProjectOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ProjectConnection!
  3491. projectVersion(where: ProjectVersionWhereUniqueInput!): ProjectVersion
  3492. projectVersions(where: ProjectVersionWhereInput, orderBy: ProjectVersionOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ProjectVersion]!
  3493. projectVersionsConnection(where: ProjectVersionWhereInput, orderBy: ProjectVersionOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ProjectVersionConnection!
  3494. setup(where: SetupWhereUniqueInput!): Setup
  3495. setups(where: SetupWhereInput, orderBy: SetupOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Setup]!
  3496. setupsConnection(where: SetupWhereInput, orderBy: SetupOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): SetupConnection!
  3497. setupHardware(where: SetupHardwareWhereUniqueInput!): SetupHardware
  3498. setupHardwares(where: SetupHardwareWhereInput, orderBy: SetupHardwareOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [SetupHardware]!
  3499. setupHardwaresConnection(where: SetupHardwareWhereInput, orderBy: SetupHardwareOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): SetupHardwareConnection!
  3500. setupHardwareInstance(where: SetupHardwareInstanceWhereUniqueInput!): SetupHardwareInstance
  3501. setupHardwareInstances(where: SetupHardwareInstanceWhereInput, orderBy: SetupHardwareInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [SetupHardwareInstance]!
  3502. setupHardwareInstancesConnection(where: SetupHardwareInstanceWhereInput, orderBy: SetupHardwareInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): SetupHardwareInstanceConnection!
  3503. user(where: UserWhereUniqueInput!): User
  3504. users(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User]!
  3505. usersConnection(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): UserConnection!
  3506. node(id: ID!): Node
  3507. }
  3508. type Setup {
  3509. id: ID!
  3510. name: String!
  3511. description: String!
  3512. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3513. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment!]
  3514. setupHardware(where: SetupHardwareInstanceWhereInput, orderBy: SetupHardwareInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [SetupHardwareInstance!]
  3515. instruments(where: InstrumentInstanceWhereInput, orderBy: InstrumentInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentInstance!]
  3516. }
  3517. type SetupConnection {
  3518. pageInfo: PageInfo!
  3519. edges: [SetupEdge]!
  3520. aggregate: AggregateSetup!
  3521. }
  3522. input SetupCreateInput {
  3523. name: String!
  3524. description: String!
  3525. images: FileCreateManyInput
  3526. comments: CommentCreateManyInput
  3527. setupHardware: SetupHardwareInstanceCreateManyInput
  3528. instruments: InstrumentInstanceCreateManyInput
  3529. }
  3530. input SetupCreateOneInput {
  3531. create: SetupCreateInput
  3532. connect: SetupWhereUniqueInput
  3533. }
  3534. type SetupEdge {
  3535. node: Setup!
  3536. cursor: String!
  3537. }
  3538. type SetupHardware {
  3539. id: ID!
  3540. name: String!
  3541. description: String
  3542. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3543. }
  3544. type SetupHardwareConnection {
  3545. pageInfo: PageInfo!
  3546. edges: [SetupHardwareEdge]!
  3547. aggregate: AggregateSetupHardware!
  3548. }
  3549. input SetupHardwareCreateInput {
  3550. name: String!
  3551. description: String
  3552. images: FileCreateManyInput
  3553. }
  3554. input SetupHardwareCreateOneInput {
  3555. create: SetupHardwareCreateInput
  3556. connect: SetupHardwareWhereUniqueInput
  3557. }
  3558. type SetupHardwareEdge {
  3559. node: SetupHardware!
  3560. cursor: String!
  3561. }
  3562. type SetupHardwareInstance {
  3563. id: ID!
  3564. setupHardware: SetupHardware!
  3565. identifier: String!
  3566. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3567. }
  3568. type SetupHardwareInstanceConnection {
  3569. pageInfo: PageInfo!
  3570. edges: [SetupHardwareInstanceEdge]!
  3571. aggregate: AggregateSetupHardwareInstance!
  3572. }
  3573. input SetupHardwareInstanceCreateInput {
  3574. setupHardware: SetupHardwareCreateOneInput!
  3575. identifier: String!
  3576. images: FileCreateManyInput
  3577. }
  3578. input SetupHardwareInstanceCreateManyInput {
  3579. create: [SetupHardwareInstanceCreateInput!]
  3580. connect: [SetupHardwareInstanceWhereUniqueInput!]
  3581. }
  3582. type SetupHardwareInstanceEdge {
  3583. node: SetupHardwareInstance!
  3584. cursor: String!
  3585. }
  3586. enum SetupHardwareInstanceOrderByInput {
  3587. id_ASC
  3588. id_DESC
  3589. identifier_ASC
  3590. identifier_DESC
  3591. createdAt_ASC
  3592. createdAt_DESC
  3593. updatedAt_ASC
  3594. updatedAt_DESC
  3595. }
  3596. type SetupHardwareInstancePreviousValues {
  3597. id: ID!
  3598. identifier: String!
  3599. }
  3600. input SetupHardwareInstanceScalarWhereInput {
  3601. id: ID
  3602. id_not: ID
  3603. id_in: [ID!]
  3604. id_not_in: [ID!]
  3605. id_lt: ID
  3606. id_lte: ID
  3607. id_gt: ID
  3608. id_gte: ID
  3609. id_contains: ID
  3610. id_not_contains: ID
  3611. id_starts_with: ID
  3612. id_not_starts_with: ID
  3613. id_ends_with: ID
  3614. id_not_ends_with: ID
  3615. identifier: String
  3616. identifier_not: String
  3617. identifier_in: [String!]
  3618. identifier_not_in: [String!]
  3619. identifier_lt: String
  3620. identifier_lte: String
  3621. identifier_gt: String
  3622. identifier_gte: String
  3623. identifier_contains: String
  3624. identifier_not_contains: String
  3625. identifier_starts_with: String
  3626. identifier_not_starts_with: String
  3627. identifier_ends_with: String
  3628. identifier_not_ends_with: String
  3629. AND: [SetupHardwareInstanceScalarWhereInput!]
  3630. OR: [SetupHardwareInstanceScalarWhereInput!]
  3631. NOT: [SetupHardwareInstanceScalarWhereInput!]
  3632. }
  3633. type SetupHardwareInstanceSubscriptionPayload {
  3634. mutation: MutationType!
  3635. node: SetupHardwareInstance
  3636. updatedFields: [String!]
  3637. previousValues: SetupHardwareInstancePreviousValues
  3638. }
  3639. input SetupHardwareInstanceSubscriptionWhereInput {
  3640. mutation_in: [MutationType!]
  3641. updatedFields_contains: String
  3642. updatedFields_contains_every: [String!]
  3643. updatedFields_contains_some: [String!]
  3644. node: SetupHardwareInstanceWhereInput
  3645. AND: [SetupHardwareInstanceSubscriptionWhereInput!]
  3646. OR: [SetupHardwareInstanceSubscriptionWhereInput!]
  3647. NOT: [SetupHardwareInstanceSubscriptionWhereInput!]
  3648. }
  3649. input SetupHardwareInstanceUpdateDataInput {
  3650. setupHardware: SetupHardwareUpdateOneRequiredInput
  3651. identifier: String
  3652. images: FileUpdateManyInput
  3653. }
  3654. input SetupHardwareInstanceUpdateInput {
  3655. setupHardware: SetupHardwareUpdateOneRequiredInput
  3656. identifier: String
  3657. images: FileUpdateManyInput
  3658. }
  3659. input SetupHardwareInstanceUpdateManyDataInput {
  3660. identifier: String
  3661. }
  3662. input SetupHardwareInstanceUpdateManyInput {
  3663. create: [SetupHardwareInstanceCreateInput!]
  3664. update: [SetupHardwareInstanceUpdateWithWhereUniqueNestedInput!]
  3665. upsert: [SetupHardwareInstanceUpsertWithWhereUniqueNestedInput!]
  3666. delete: [SetupHardwareInstanceWhereUniqueInput!]
  3667. connect: [SetupHardwareInstanceWhereUniqueInput!]
  3668. set: [SetupHardwareInstanceWhereUniqueInput!]
  3669. disconnect: [SetupHardwareInstanceWhereUniqueInput!]
  3670. deleteMany: [SetupHardwareInstanceScalarWhereInput!]
  3671. updateMany: [SetupHardwareInstanceUpdateManyWithWhereNestedInput!]
  3672. }
  3673. input SetupHardwareInstanceUpdateManyMutationInput {
  3674. identifier: String
  3675. }
  3676. input SetupHardwareInstanceUpdateManyWithWhereNestedInput {
  3677. where: SetupHardwareInstanceScalarWhereInput!
  3678. data: SetupHardwareInstanceUpdateManyDataInput!
  3679. }
  3680. input SetupHardwareInstanceUpdateWithWhereUniqueNestedInput {
  3681. where: SetupHardwareInstanceWhereUniqueInput!
  3682. data: SetupHardwareInstanceUpdateDataInput!
  3683. }
  3684. input SetupHardwareInstanceUpsertWithWhereUniqueNestedInput {
  3685. where: SetupHardwareInstanceWhereUniqueInput!
  3686. update: SetupHardwareInstanceUpdateDataInput!
  3687. create: SetupHardwareInstanceCreateInput!
  3688. }
  3689. input SetupHardwareInstanceWhereInput {
  3690. id: ID
  3691. id_not: ID
  3692. id_in: [ID!]
  3693. id_not_in: [ID!]
  3694. id_lt: ID
  3695. id_lte: ID
  3696. id_gt: ID
  3697. id_gte: ID
  3698. id_contains: ID
  3699. id_not_contains: ID
  3700. id_starts_with: ID
  3701. id_not_starts_with: ID
  3702. id_ends_with: ID
  3703. id_not_ends_with: ID
  3704. setupHardware: SetupHardwareWhereInput
  3705. identifier: String
  3706. identifier_not: String
  3707. identifier_in: [String!]
  3708. identifier_not_in: [String!]
  3709. identifier_lt: String
  3710. identifier_lte: String
  3711. identifier_gt: String
  3712. identifier_gte: String
  3713. identifier_contains: String
  3714. identifier_not_contains: String
  3715. identifier_starts_with: String
  3716. identifier_not_starts_with: String
  3717. identifier_ends_with: String
  3718. identifier_not_ends_with: String
  3719. images_every: FileWhereInput
  3720. images_some: FileWhereInput
  3721. images_none: FileWhereInput
  3722. AND: [SetupHardwareInstanceWhereInput!]
  3723. OR: [SetupHardwareInstanceWhereInput!]
  3724. NOT: [SetupHardwareInstanceWhereInput!]
  3725. }
  3726. input SetupHardwareInstanceWhereUniqueInput {
  3727. id: ID
  3728. }
  3729. enum SetupHardwareOrderByInput {
  3730. id_ASC
  3731. id_DESC
  3732. name_ASC
  3733. name_DESC
  3734. description_ASC
  3735. description_DESC
  3736. createdAt_ASC
  3737. createdAt_DESC
  3738. updatedAt_ASC
  3739. updatedAt_DESC
  3740. }
  3741. type SetupHardwarePreviousValues {
  3742. id: ID!
  3743. name: String!
  3744. description: String
  3745. }
  3746. type SetupHardwareSubscriptionPayload {
  3747. mutation: MutationType!
  3748. node: SetupHardware
  3749. updatedFields: [String!]
  3750. previousValues: SetupHardwarePreviousValues
  3751. }
  3752. input SetupHardwareSubscriptionWhereInput {
  3753. mutation_in: [MutationType!]
  3754. updatedFields_contains: String
  3755. updatedFields_contains_every: [String!]
  3756. updatedFields_contains_some: [String!]
  3757. node: SetupHardwareWhereInput
  3758. AND: [SetupHardwareSubscriptionWhereInput!]
  3759. OR: [SetupHardwareSubscriptionWhereInput!]
  3760. NOT: [SetupHardwareSubscriptionWhereInput!]
  3761. }
  3762. input SetupHardwareUpdateDataInput {
  3763. name: String
  3764. description: String
  3765. images: FileUpdateManyInput
  3766. }
  3767. input SetupHardwareUpdateInput {
  3768. name: String
  3769. description: String
  3770. images: FileUpdateManyInput
  3771. }
  3772. input SetupHardwareUpdateManyMutationInput {
  3773. name: String
  3774. description: String
  3775. }
  3776. input SetupHardwareUpdateOneRequiredInput {
  3777. create: SetupHardwareCreateInput
  3778. update: SetupHardwareUpdateDataInput
  3779. upsert: SetupHardwareUpsertNestedInput
  3780. connect: SetupHardwareWhereUniqueInput
  3781. }
  3782. input SetupHardwareUpsertNestedInput {
  3783. update: SetupHardwareUpdateDataInput!
  3784. create: SetupHardwareCreateInput!
  3785. }
  3786. input SetupHardwareWhereInput {
  3787. id: ID
  3788. id_not: ID
  3789. id_in: [ID!]
  3790. id_not_in: [ID!]
  3791. id_lt: ID
  3792. id_lte: ID
  3793. id_gt: ID
  3794. id_gte: ID
  3795. id_contains: ID
  3796. id_not_contains: ID
  3797. id_starts_with: ID
  3798. id_not_starts_with: ID
  3799. id_ends_with: ID
  3800. id_not_ends_with: ID
  3801. name: String
  3802. name_not: String
  3803. name_in: [String!]
  3804. name_not_in: [String!]
  3805. name_lt: String
  3806. name_lte: String
  3807. name_gt: String
  3808. name_gte: String
  3809. name_contains: String
  3810. name_not_contains: String
  3811. name_starts_with: String
  3812. name_not_starts_with: String
  3813. name_ends_with: String
  3814. name_not_ends_with: String
  3815. description: String
  3816. description_not: String
  3817. description_in: [String!]
  3818. description_not_in: [String!]
  3819. description_lt: String
  3820. description_lte: String
  3821. description_gt: String
  3822. description_gte: String
  3823. description_contains: String
  3824. description_not_contains: String
  3825. description_starts_with: String
  3826. description_not_starts_with: String
  3827. description_ends_with: String
  3828. description_not_ends_with: String
  3829. images_every: FileWhereInput
  3830. images_some: FileWhereInput
  3831. images_none: FileWhereInput
  3832. AND: [SetupHardwareWhereInput!]
  3833. OR: [SetupHardwareWhereInput!]
  3834. NOT: [SetupHardwareWhereInput!]
  3835. }
  3836. input SetupHardwareWhereUniqueInput {
  3837. id: ID
  3838. }
  3839. enum SetupOrderByInput {
  3840. id_ASC
  3841. id_DESC
  3842. name_ASC
  3843. name_DESC
  3844. description_ASC
  3845. description_DESC
  3846. createdAt_ASC
  3847. createdAt_DESC
  3848. updatedAt_ASC
  3849. updatedAt_DESC
  3850. }
  3851. type SetupPreviousValues {
  3852. id: ID!
  3853. name: String!
  3854. description: String!
  3855. }
  3856. type SetupSubscriptionPayload {
  3857. mutation: MutationType!
  3858. node: Setup
  3859. updatedFields: [String!]
  3860. previousValues: SetupPreviousValues
  3861. }
  3862. input SetupSubscriptionWhereInput {
  3863. mutation_in: [MutationType!]
  3864. updatedFields_contains: String
  3865. updatedFields_contains_every: [String!]
  3866. updatedFields_contains_some: [String!]
  3867. node: SetupWhereInput
  3868. AND: [SetupSubscriptionWhereInput!]
  3869. OR: [SetupSubscriptionWhereInput!]
  3870. NOT: [SetupSubscriptionWhereInput!]
  3871. }
  3872. input SetupUpdateDataInput {
  3873. name: String
  3874. description: String
  3875. images: FileUpdateManyInput
  3876. comments: CommentUpdateManyInput
  3877. setupHardware: SetupHardwareInstanceUpdateManyInput
  3878. instruments: InstrumentInstanceUpdateManyInput
  3879. }
  3880. input SetupUpdateInput {
  3881. name: String
  3882. description: String
  3883. images: FileUpdateManyInput
  3884. comments: CommentUpdateManyInput
  3885. setupHardware: SetupHardwareInstanceUpdateManyInput
  3886. instruments: InstrumentInstanceUpdateManyInput
  3887. }
  3888. input SetupUpdateManyMutationInput {
  3889. name: String
  3890. description: String
  3891. }
  3892. input SetupUpdateOneRequiredInput {
  3893. create: SetupCreateInput
  3894. update: SetupUpdateDataInput
  3895. upsert: SetupUpsertNestedInput
  3896. connect: SetupWhereUniqueInput
  3897. }
  3898. input SetupUpsertNestedInput {
  3899. update: SetupUpdateDataInput!
  3900. create: SetupCreateInput!
  3901. }
  3902. input SetupWhereInput {
  3903. id: ID
  3904. id_not: ID
  3905. id_in: [ID!]
  3906. id_not_in: [ID!]
  3907. id_lt: ID
  3908. id_lte: ID
  3909. id_gt: ID
  3910. id_gte: ID
  3911. id_contains: ID
  3912. id_not_contains: ID
  3913. id_starts_with: ID
  3914. id_not_starts_with: ID
  3915. id_ends_with: ID
  3916. id_not_ends_with: ID
  3917. name: String
  3918. name_not: String
  3919. name_in: [String!]
  3920. name_not_in: [String!]
  3921. name_lt: String
  3922. name_lte: String
  3923. name_gt: String
  3924. name_gte: String
  3925. name_contains: String
  3926. name_not_contains: String
  3927. name_starts_with: String
  3928. name_not_starts_with: String
  3929. name_ends_with: String
  3930. name_not_ends_with: String
  3931. description: String
  3932. description_not: String
  3933. description_in: [String!]
  3934. description_not_in: [String!]
  3935. description_lt: String
  3936. description_lte: String
  3937. description_gt: String
  3938. description_gte: String
  3939. description_contains: String
  3940. description_not_contains: String
  3941. description_starts_with: String
  3942. description_not_starts_with: String
  3943. description_ends_with: String
  3944. description_not_ends_with: String
  3945. images_every: FileWhereInput
  3946. images_some: FileWhereInput
  3947. images_none: FileWhereInput
  3948. comments_every: CommentWhereInput
  3949. comments_some: CommentWhereInput
  3950. comments_none: CommentWhereInput
  3951. setupHardware_every: SetupHardwareInstanceWhereInput
  3952. setupHardware_some: SetupHardwareInstanceWhereInput
  3953. setupHardware_none: SetupHardwareInstanceWhereInput
  3954. instruments_every: InstrumentInstanceWhereInput
  3955. instruments_some: InstrumentInstanceWhereInput
  3956. instruments_none: InstrumentInstanceWhereInput
  3957. AND: [SetupWhereInput!]
  3958. OR: [SetupWhereInput!]
  3959. NOT: [SetupWhereInput!]
  3960. }
  3961. input SetupWhereUniqueInput {
  3962. id: ID
  3963. }
  3964. type Subscription {
  3965. characterization(where: CharacterizationSubscriptionWhereInput): CharacterizationSubscriptionPayload
  3966. comment(where: CommentSubscriptionWhereInput): CommentSubscriptionPayload
  3967. dUT(where: DUTSubscriptionWhereInput): DUTSubscriptionPayload
  3968. event(where: EventSubscriptionWhereInput): EventSubscriptionPayload
  3969. file(where: FileSubscriptionWhereInput): FileSubscriptionPayload
  3970. instrument(where: InstrumentSubscriptionWhereInput): InstrumentSubscriptionPayload
  3971. instrumentCommand(where: InstrumentCommandSubscriptionWhereInput): InstrumentCommandSubscriptionPayload
  3972. instrumentInstance(where: InstrumentInstanceSubscriptionWhereInput): InstrumentInstanceSubscriptionPayload
  3973. instrumentParameter(where: InstrumentParameterSubscriptionWhereInput): InstrumentParameterSubscriptionPayload
  3974. instrumentSubsystem(where: InstrumentSubsystemSubscriptionWhereInput): InstrumentSubsystemSubscriptionPayload
  3975. measurement(where: MeasurementSubscriptionWhereInput): MeasurementSubscriptionPayload
  3976. measurementRun(where: MeasurementRunSubscriptionWhereInput): MeasurementRunSubscriptionPayload
  3977. meta(where: MetaSubscriptionWhereInput): MetaSubscriptionPayload
  3978. project(where: ProjectSubscriptionWhereInput): ProjectSubscriptionPayload
  3979. projectVersion(where: ProjectVersionSubscriptionWhereInput): ProjectVersionSubscriptionPayload
  3980. setup(where: SetupSubscriptionWhereInput): SetupSubscriptionPayload
  3981. setupHardware(where: SetupHardwareSubscriptionWhereInput): SetupHardwareSubscriptionPayload
  3982. setupHardwareInstance(where: SetupHardwareInstanceSubscriptionWhereInput): SetupHardwareInstanceSubscriptionPayload
  3983. user(where: UserSubscriptionWhereInput): UserSubscriptionPayload
  3984. }
  3985. type User {
  3986. id: ID!
  3987. email: String!
  3988. name: String!
  3989. abbreviation: String!
  3990. password: String!
  3991. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3992. }
  3993. type UserConnection {
  3994. pageInfo: PageInfo!
  3995. edges: [UserEdge]!
  3996. aggregate: AggregateUser!
  3997. }
  3998. input UserCreateInput {
  3999. email: String!
  4000. name: String!
  4001. abbreviation: String!
  4002. password: String!
  4003. images: FileCreateManyInput
  4004. }
  4005. input UserCreateManyInput {
  4006. create: [UserCreateInput!]
  4007. connect: [UserWhereUniqueInput!]
  4008. }
  4009. type UserEdge {
  4010. node: User!
  4011. cursor: String!
  4012. }
  4013. enum UserOrderByInput {
  4014. id_ASC
  4015. id_DESC
  4016. email_ASC
  4017. email_DESC
  4018. name_ASC
  4019. name_DESC
  4020. abbreviation_ASC
  4021. abbreviation_DESC
  4022. password_ASC
  4023. password_DESC
  4024. createdAt_ASC
  4025. createdAt_DESC
  4026. updatedAt_ASC
  4027. updatedAt_DESC
  4028. }
  4029. type UserPreviousValues {
  4030. id: ID!
  4031. email: String!
  4032. name: String!
  4033. abbreviation: String!
  4034. password: String!
  4035. }
  4036. input UserScalarWhereInput {
  4037. id: ID
  4038. id_not: ID
  4039. id_in: [ID!]
  4040. id_not_in: [ID!]
  4041. id_lt: ID
  4042. id_lte: ID
  4043. id_gt: ID
  4044. id_gte: ID
  4045. id_contains: ID
  4046. id_not_contains: ID
  4047. id_starts_with: ID
  4048. id_not_starts_with: ID
  4049. id_ends_with: ID
  4050. id_not_ends_with: ID
  4051. email: String
  4052. email_not: String
  4053. email_in: [String!]
  4054. email_not_in: [String!]
  4055. email_lt: String
  4056. email_lte: String
  4057. email_gt: String
  4058. email_gte: String
  4059. email_contains: String
  4060. email_not_contains: String
  4061. email_starts_with: String
  4062. email_not_starts_with: String
  4063. email_ends_with: String
  4064. email_not_ends_with: String
  4065. name: String
  4066. name_not: String
  4067. name_in: [String!]
  4068. name_not_in: [String!]
  4069. name_lt: String
  4070. name_lte: String
  4071. name_gt: String
  4072. name_gte: String
  4073. name_contains: String
  4074. name_not_contains: String
  4075. name_starts_with: String
  4076. name_not_starts_with: String
  4077. name_ends_with: String
  4078. name_not_ends_with: String
  4079. abbreviation: String
  4080. abbreviation_not: String
  4081. abbreviation_in: [String!]
  4082. abbreviation_not_in: [String!]
  4083. abbreviation_lt: String
  4084. abbreviation_lte: String
  4085. abbreviation_gt: String
  4086. abbreviation_gte: String
  4087. abbreviation_contains: String
  4088. abbreviation_not_contains: String
  4089. abbreviation_starts_with: String
  4090. abbreviation_not_starts_with: String
  4091. abbreviation_ends_with: String
  4092. abbreviation_not_ends_with: String
  4093. password: String
  4094. password_not: String
  4095. password_in: [String!]
  4096. password_not_in: [String!]
  4097. password_lt: String
  4098. password_lte: String
  4099. password_gt: String
  4100. password_gte: String
  4101. password_contains: String
  4102. password_not_contains: String
  4103. password_starts_with: String
  4104. password_not_starts_with: String
  4105. password_ends_with: String
  4106. password_not_ends_with: String
  4107. AND: [UserScalarWhereInput!]
  4108. OR: [UserScalarWhereInput!]
  4109. NOT: [UserScalarWhereInput!]
  4110. }
  4111. type UserSubscriptionPayload {
  4112. mutation: MutationType!
  4113. node: User
  4114. updatedFields: [String!]
  4115. previousValues: UserPreviousValues
  4116. }
  4117. input UserSubscriptionWhereInput {
  4118. mutation_in: [MutationType!]
  4119. updatedFields_contains: String
  4120. updatedFields_contains_every: [String!]
  4121. updatedFields_contains_some: [String!]
  4122. node: UserWhereInput
  4123. AND: [UserSubscriptionWhereInput!]
  4124. OR: [UserSubscriptionWhereInput!]
  4125. NOT: [UserSubscriptionWhereInput!]
  4126. }
  4127. input UserUpdateDataInput {
  4128. email: String
  4129. name: String
  4130. abbreviation: String
  4131. password: String
  4132. images: FileUpdateManyInput
  4133. }
  4134. input UserUpdateInput {
  4135. email: String
  4136. name: String
  4137. abbreviation: String
  4138. password: String
  4139. images: FileUpdateManyInput
  4140. }
  4141. input UserUpdateManyDataInput {
  4142. email: String
  4143. name: String
  4144. abbreviation: String
  4145. password: String
  4146. }
  4147. input UserUpdateManyInput {
  4148. create: [UserCreateInput!]
  4149. update: [UserUpdateWithWhereUniqueNestedInput!]
  4150. upsert: [UserUpsertWithWhereUniqueNestedInput!]
  4151. delete: [UserWhereUniqueInput!]
  4152. connect: [UserWhereUniqueInput!]
  4153. set: [UserWhereUniqueInput!]
  4154. disconnect: [UserWhereUniqueInput!]
  4155. deleteMany: [UserScalarWhereInput!]
  4156. updateMany: [UserUpdateManyWithWhereNestedInput!]
  4157. }
  4158. input UserUpdateManyMutationInput {
  4159. email: String
  4160. name: String
  4161. abbreviation: String
  4162. password: String
  4163. }
  4164. input UserUpdateManyWithWhereNestedInput {
  4165. where: UserScalarWhereInput!
  4166. data: UserUpdateManyDataInput!
  4167. }
  4168. input UserUpdateWithWhereUniqueNestedInput {
  4169. where: UserWhereUniqueInput!
  4170. data: UserUpdateDataInput!
  4171. }
  4172. input UserUpsertWithWhereUniqueNestedInput {
  4173. where: UserWhereUniqueInput!
  4174. update: UserUpdateDataInput!
  4175. create: UserCreateInput!
  4176. }
  4177. input UserWhereInput {
  4178. id: ID
  4179. id_not: ID
  4180. id_in: [ID!]
  4181. id_not_in: [ID!]
  4182. id_lt: ID
  4183. id_lte: ID
  4184. id_gt: ID
  4185. id_gte: ID
  4186. id_contains: ID
  4187. id_not_contains: ID
  4188. id_starts_with: ID
  4189. id_not_starts_with: ID
  4190. id_ends_with: ID
  4191. id_not_ends_with: ID
  4192. email: String
  4193. email_not: String
  4194. email_in: [String!]
  4195. email_not_in: [String!]
  4196. email_lt: String
  4197. email_lte: String
  4198. email_gt: String
  4199. email_gte: String
  4200. email_contains: String
  4201. email_not_contains: String
  4202. email_starts_with: String
  4203. email_not_starts_with: String
  4204. email_ends_with: String
  4205. email_not_ends_with: String
  4206. name: String
  4207. name_not: String
  4208. name_in: [String!]
  4209. name_not_in: [String!]
  4210. name_lt: String
  4211. name_lte: String
  4212. name_gt: String
  4213. name_gte: String
  4214. name_contains: String
  4215. name_not_contains: String
  4216. name_starts_with: String
  4217. name_not_starts_with: String
  4218. name_ends_with: String
  4219. name_not_ends_with: String
  4220. abbreviation: String
  4221. abbreviation_not: String
  4222. abbreviation_in: [String!]
  4223. abbreviation_not_in: [String!]
  4224. abbreviation_lt: String
  4225. abbreviation_lte: String
  4226. abbreviation_gt: String
  4227. abbreviation_gte: String
  4228. abbreviation_contains: String
  4229. abbreviation_not_contains: String
  4230. abbreviation_starts_with: String
  4231. abbreviation_not_starts_with: String
  4232. abbreviation_ends_with: String
  4233. abbreviation_not_ends_with: String
  4234. password: String
  4235. password_not: String
  4236. password_in: [String!]
  4237. password_not_in: [String!]
  4238. password_lt: String
  4239. password_lte: String
  4240. password_gt: String
  4241. password_gte: String
  4242. password_contains: String
  4243. password_not_contains: String
  4244. password_starts_with: String
  4245. password_not_starts_with: String
  4246. password_ends_with: String
  4247. password_not_ends_with: String
  4248. images_every: FileWhereInput
  4249. images_some: FileWhereInput
  4250. images_none: FileWhereInput
  4251. AND: [UserWhereInput!]
  4252. OR: [UserWhereInput!]
  4253. NOT: [UserWhereInput!]
  4254. }
  4255. input UserWhereUniqueInput {
  4256. id: ID
  4257. email: String
  4258. }
  4259. `
  4260. }