prisma-schema.js 120 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670
  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. interface: [String!]!
  1397. label: String
  1398. location: String
  1399. }
  1400. type InstrumentInstanceConnection {
  1401. pageInfo: PageInfo!
  1402. edges: [InstrumentInstanceEdge]!
  1403. aggregate: AggregateInstrumentInstance!
  1404. }
  1405. input InstrumentInstanceCreateInput {
  1406. instrument: InstrumentCreateOneInput!
  1407. identifier: String!
  1408. interface: InstrumentInstanceCreateinterfaceInput
  1409. label: String
  1410. location: String
  1411. }
  1412. input InstrumentInstanceCreateinterfaceInput {
  1413. set: [String!]
  1414. }
  1415. input InstrumentInstanceCreateManyInput {
  1416. create: [InstrumentInstanceCreateInput!]
  1417. connect: [InstrumentInstanceWhereUniqueInput!]
  1418. }
  1419. type InstrumentInstanceEdge {
  1420. node: InstrumentInstance!
  1421. cursor: String!
  1422. }
  1423. enum InstrumentInstanceOrderByInput {
  1424. id_ASC
  1425. id_DESC
  1426. identifier_ASC
  1427. identifier_DESC
  1428. label_ASC
  1429. label_DESC
  1430. location_ASC
  1431. location_DESC
  1432. createdAt_ASC
  1433. createdAt_DESC
  1434. updatedAt_ASC
  1435. updatedAt_DESC
  1436. }
  1437. type InstrumentInstancePreviousValues {
  1438. id: ID!
  1439. identifier: String!
  1440. interface: [String!]!
  1441. label: String
  1442. location: String
  1443. }
  1444. input InstrumentInstanceScalarWhereInput {
  1445. id: ID
  1446. id_not: ID
  1447. id_in: [ID!]
  1448. id_not_in: [ID!]
  1449. id_lt: ID
  1450. id_lte: ID
  1451. id_gt: ID
  1452. id_gte: ID
  1453. id_contains: ID
  1454. id_not_contains: ID
  1455. id_starts_with: ID
  1456. id_not_starts_with: ID
  1457. id_ends_with: ID
  1458. id_not_ends_with: ID
  1459. identifier: String
  1460. identifier_not: String
  1461. identifier_in: [String!]
  1462. identifier_not_in: [String!]
  1463. identifier_lt: String
  1464. identifier_lte: String
  1465. identifier_gt: String
  1466. identifier_gte: String
  1467. identifier_contains: String
  1468. identifier_not_contains: String
  1469. identifier_starts_with: String
  1470. identifier_not_starts_with: String
  1471. identifier_ends_with: String
  1472. identifier_not_ends_with: String
  1473. label: String
  1474. label_not: String
  1475. label_in: [String!]
  1476. label_not_in: [String!]
  1477. label_lt: String
  1478. label_lte: String
  1479. label_gt: String
  1480. label_gte: String
  1481. label_contains: String
  1482. label_not_contains: String
  1483. label_starts_with: String
  1484. label_not_starts_with: String
  1485. label_ends_with: String
  1486. label_not_ends_with: String
  1487. location: String
  1488. location_not: String
  1489. location_in: [String!]
  1490. location_not_in: [String!]
  1491. location_lt: String
  1492. location_lte: String
  1493. location_gt: String
  1494. location_gte: String
  1495. location_contains: String
  1496. location_not_contains: String
  1497. location_starts_with: String
  1498. location_not_starts_with: String
  1499. location_ends_with: String
  1500. location_not_ends_with: String
  1501. AND: [InstrumentInstanceScalarWhereInput!]
  1502. OR: [InstrumentInstanceScalarWhereInput!]
  1503. NOT: [InstrumentInstanceScalarWhereInput!]
  1504. }
  1505. type InstrumentInstanceSubscriptionPayload {
  1506. mutation: MutationType!
  1507. node: InstrumentInstance
  1508. updatedFields: [String!]
  1509. previousValues: InstrumentInstancePreviousValues
  1510. }
  1511. input InstrumentInstanceSubscriptionWhereInput {
  1512. mutation_in: [MutationType!]
  1513. updatedFields_contains: String
  1514. updatedFields_contains_every: [String!]
  1515. updatedFields_contains_some: [String!]
  1516. node: InstrumentInstanceWhereInput
  1517. AND: [InstrumentInstanceSubscriptionWhereInput!]
  1518. OR: [InstrumentInstanceSubscriptionWhereInput!]
  1519. NOT: [InstrumentInstanceSubscriptionWhereInput!]
  1520. }
  1521. input InstrumentInstanceUpdateDataInput {
  1522. instrument: InstrumentUpdateOneRequiredInput
  1523. identifier: String
  1524. interface: InstrumentInstanceUpdateinterfaceInput
  1525. label: String
  1526. location: String
  1527. }
  1528. input InstrumentInstanceUpdateInput {
  1529. instrument: InstrumentUpdateOneRequiredInput
  1530. identifier: String
  1531. interface: InstrumentInstanceUpdateinterfaceInput
  1532. label: String
  1533. location: String
  1534. }
  1535. input InstrumentInstanceUpdateinterfaceInput {
  1536. set: [String!]
  1537. }
  1538. input InstrumentInstanceUpdateManyDataInput {
  1539. identifier: String
  1540. interface: InstrumentInstanceUpdateinterfaceInput
  1541. label: String
  1542. location: String
  1543. }
  1544. input InstrumentInstanceUpdateManyInput {
  1545. create: [InstrumentInstanceCreateInput!]
  1546. update: [InstrumentInstanceUpdateWithWhereUniqueNestedInput!]
  1547. upsert: [InstrumentInstanceUpsertWithWhereUniqueNestedInput!]
  1548. delete: [InstrumentInstanceWhereUniqueInput!]
  1549. connect: [InstrumentInstanceWhereUniqueInput!]
  1550. set: [InstrumentInstanceWhereUniqueInput!]
  1551. disconnect: [InstrumentInstanceWhereUniqueInput!]
  1552. deleteMany: [InstrumentInstanceScalarWhereInput!]
  1553. updateMany: [InstrumentInstanceUpdateManyWithWhereNestedInput!]
  1554. }
  1555. input InstrumentInstanceUpdateManyMutationInput {
  1556. identifier: String
  1557. interface: InstrumentInstanceUpdateinterfaceInput
  1558. label: String
  1559. location: String
  1560. }
  1561. input InstrumentInstanceUpdateManyWithWhereNestedInput {
  1562. where: InstrumentInstanceScalarWhereInput!
  1563. data: InstrumentInstanceUpdateManyDataInput!
  1564. }
  1565. input InstrumentInstanceUpdateWithWhereUniqueNestedInput {
  1566. where: InstrumentInstanceWhereUniqueInput!
  1567. data: InstrumentInstanceUpdateDataInput!
  1568. }
  1569. input InstrumentInstanceUpsertWithWhereUniqueNestedInput {
  1570. where: InstrumentInstanceWhereUniqueInput!
  1571. update: InstrumentInstanceUpdateDataInput!
  1572. create: InstrumentInstanceCreateInput!
  1573. }
  1574. input InstrumentInstanceWhereInput {
  1575. id: ID
  1576. id_not: ID
  1577. id_in: [ID!]
  1578. id_not_in: [ID!]
  1579. id_lt: ID
  1580. id_lte: ID
  1581. id_gt: ID
  1582. id_gte: ID
  1583. id_contains: ID
  1584. id_not_contains: ID
  1585. id_starts_with: ID
  1586. id_not_starts_with: ID
  1587. id_ends_with: ID
  1588. id_not_ends_with: ID
  1589. instrument: InstrumentWhereInput
  1590. identifier: String
  1591. identifier_not: String
  1592. identifier_in: [String!]
  1593. identifier_not_in: [String!]
  1594. identifier_lt: String
  1595. identifier_lte: String
  1596. identifier_gt: String
  1597. identifier_gte: String
  1598. identifier_contains: String
  1599. identifier_not_contains: String
  1600. identifier_starts_with: String
  1601. identifier_not_starts_with: String
  1602. identifier_ends_with: String
  1603. identifier_not_ends_with: String
  1604. label: String
  1605. label_not: String
  1606. label_in: [String!]
  1607. label_not_in: [String!]
  1608. label_lt: String
  1609. label_lte: String
  1610. label_gt: String
  1611. label_gte: String
  1612. label_contains: String
  1613. label_not_contains: String
  1614. label_starts_with: String
  1615. label_not_starts_with: String
  1616. label_ends_with: String
  1617. label_not_ends_with: String
  1618. location: String
  1619. location_not: String
  1620. location_in: [String!]
  1621. location_not_in: [String!]
  1622. location_lt: String
  1623. location_lte: String
  1624. location_gt: String
  1625. location_gte: String
  1626. location_contains: String
  1627. location_not_contains: String
  1628. location_starts_with: String
  1629. location_not_starts_with: String
  1630. location_ends_with: String
  1631. location_not_ends_with: String
  1632. AND: [InstrumentInstanceWhereInput!]
  1633. OR: [InstrumentInstanceWhereInput!]
  1634. NOT: [InstrumentInstanceWhereInput!]
  1635. }
  1636. input InstrumentInstanceWhereUniqueInput {
  1637. id: ID
  1638. }
  1639. enum InstrumentOrderByInput {
  1640. id_ASC
  1641. id_DESC
  1642. name_ASC
  1643. name_DESC
  1644. description_ASC
  1645. description_DESC
  1646. createdAt_ASC
  1647. createdAt_DESC
  1648. updatedAt_ASC
  1649. updatedAt_DESC
  1650. }
  1651. type InstrumentParameter {
  1652. id: ID!
  1653. tag: String!
  1654. name: String
  1655. description: String
  1656. type: String!
  1657. values: String
  1658. }
  1659. type InstrumentParameterConnection {
  1660. pageInfo: PageInfo!
  1661. edges: [InstrumentParameterEdge]!
  1662. aggregate: AggregateInstrumentParameter!
  1663. }
  1664. input InstrumentParameterCreateInput {
  1665. tag: String!
  1666. name: String
  1667. description: String
  1668. type: String!
  1669. values: String
  1670. }
  1671. input InstrumentParameterCreateManyInput {
  1672. create: [InstrumentParameterCreateInput!]
  1673. connect: [InstrumentParameterWhereUniqueInput!]
  1674. }
  1675. type InstrumentParameterEdge {
  1676. node: InstrumentParameter!
  1677. cursor: String!
  1678. }
  1679. enum InstrumentParameterOrderByInput {
  1680. id_ASC
  1681. id_DESC
  1682. tag_ASC
  1683. tag_DESC
  1684. name_ASC
  1685. name_DESC
  1686. description_ASC
  1687. description_DESC
  1688. type_ASC
  1689. type_DESC
  1690. values_ASC
  1691. values_DESC
  1692. createdAt_ASC
  1693. createdAt_DESC
  1694. updatedAt_ASC
  1695. updatedAt_DESC
  1696. }
  1697. type InstrumentParameterPreviousValues {
  1698. id: ID!
  1699. tag: String!
  1700. name: String
  1701. description: String
  1702. type: String!
  1703. values: String
  1704. }
  1705. input InstrumentParameterScalarWhereInput {
  1706. id: ID
  1707. id_not: ID
  1708. id_in: [ID!]
  1709. id_not_in: [ID!]
  1710. id_lt: ID
  1711. id_lte: ID
  1712. id_gt: ID
  1713. id_gte: ID
  1714. id_contains: ID
  1715. id_not_contains: ID
  1716. id_starts_with: ID
  1717. id_not_starts_with: ID
  1718. id_ends_with: ID
  1719. id_not_ends_with: ID
  1720. tag: String
  1721. tag_not: String
  1722. tag_in: [String!]
  1723. tag_not_in: [String!]
  1724. tag_lt: String
  1725. tag_lte: String
  1726. tag_gt: String
  1727. tag_gte: String
  1728. tag_contains: String
  1729. tag_not_contains: String
  1730. tag_starts_with: String
  1731. tag_not_starts_with: String
  1732. tag_ends_with: String
  1733. tag_not_ends_with: String
  1734. name: String
  1735. name_not: String
  1736. name_in: [String!]
  1737. name_not_in: [String!]
  1738. name_lt: String
  1739. name_lte: String
  1740. name_gt: String
  1741. name_gte: String
  1742. name_contains: String
  1743. name_not_contains: String
  1744. name_starts_with: String
  1745. name_not_starts_with: String
  1746. name_ends_with: String
  1747. name_not_ends_with: String
  1748. description: String
  1749. description_not: String
  1750. description_in: [String!]
  1751. description_not_in: [String!]
  1752. description_lt: String
  1753. description_lte: String
  1754. description_gt: String
  1755. description_gte: String
  1756. description_contains: String
  1757. description_not_contains: String
  1758. description_starts_with: String
  1759. description_not_starts_with: String
  1760. description_ends_with: String
  1761. description_not_ends_with: String
  1762. type: String
  1763. type_not: String
  1764. type_in: [String!]
  1765. type_not_in: [String!]
  1766. type_lt: String
  1767. type_lte: String
  1768. type_gt: String
  1769. type_gte: String
  1770. type_contains: String
  1771. type_not_contains: String
  1772. type_starts_with: String
  1773. type_not_starts_with: String
  1774. type_ends_with: String
  1775. type_not_ends_with: String
  1776. values: String
  1777. values_not: String
  1778. values_in: [String!]
  1779. values_not_in: [String!]
  1780. values_lt: String
  1781. values_lte: String
  1782. values_gt: String
  1783. values_gte: String
  1784. values_contains: String
  1785. values_not_contains: String
  1786. values_starts_with: String
  1787. values_not_starts_with: String
  1788. values_ends_with: String
  1789. values_not_ends_with: String
  1790. AND: [InstrumentParameterScalarWhereInput!]
  1791. OR: [InstrumentParameterScalarWhereInput!]
  1792. NOT: [InstrumentParameterScalarWhereInput!]
  1793. }
  1794. type InstrumentParameterSubscriptionPayload {
  1795. mutation: MutationType!
  1796. node: InstrumentParameter
  1797. updatedFields: [String!]
  1798. previousValues: InstrumentParameterPreviousValues
  1799. }
  1800. input InstrumentParameterSubscriptionWhereInput {
  1801. mutation_in: [MutationType!]
  1802. updatedFields_contains: String
  1803. updatedFields_contains_every: [String!]
  1804. updatedFields_contains_some: [String!]
  1805. node: InstrumentParameterWhereInput
  1806. AND: [InstrumentParameterSubscriptionWhereInput!]
  1807. OR: [InstrumentParameterSubscriptionWhereInput!]
  1808. NOT: [InstrumentParameterSubscriptionWhereInput!]
  1809. }
  1810. input InstrumentParameterUpdateDataInput {
  1811. tag: String
  1812. name: String
  1813. description: String
  1814. type: String
  1815. values: String
  1816. }
  1817. input InstrumentParameterUpdateInput {
  1818. tag: String
  1819. name: String
  1820. description: String
  1821. type: String
  1822. values: String
  1823. }
  1824. input InstrumentParameterUpdateManyDataInput {
  1825. tag: String
  1826. name: String
  1827. description: String
  1828. type: String
  1829. values: String
  1830. }
  1831. input InstrumentParameterUpdateManyInput {
  1832. create: [InstrumentParameterCreateInput!]
  1833. update: [InstrumentParameterUpdateWithWhereUniqueNestedInput!]
  1834. upsert: [InstrumentParameterUpsertWithWhereUniqueNestedInput!]
  1835. delete: [InstrumentParameterWhereUniqueInput!]
  1836. connect: [InstrumentParameterWhereUniqueInput!]
  1837. set: [InstrumentParameterWhereUniqueInput!]
  1838. disconnect: [InstrumentParameterWhereUniqueInput!]
  1839. deleteMany: [InstrumentParameterScalarWhereInput!]
  1840. updateMany: [InstrumentParameterUpdateManyWithWhereNestedInput!]
  1841. }
  1842. input InstrumentParameterUpdateManyMutationInput {
  1843. tag: String
  1844. name: String
  1845. description: String
  1846. type: String
  1847. values: String
  1848. }
  1849. input InstrumentParameterUpdateManyWithWhereNestedInput {
  1850. where: InstrumentParameterScalarWhereInput!
  1851. data: InstrumentParameterUpdateManyDataInput!
  1852. }
  1853. input InstrumentParameterUpdateWithWhereUniqueNestedInput {
  1854. where: InstrumentParameterWhereUniqueInput!
  1855. data: InstrumentParameterUpdateDataInput!
  1856. }
  1857. input InstrumentParameterUpsertWithWhereUniqueNestedInput {
  1858. where: InstrumentParameterWhereUniqueInput!
  1859. update: InstrumentParameterUpdateDataInput!
  1860. create: InstrumentParameterCreateInput!
  1861. }
  1862. input InstrumentParameterWhereInput {
  1863. id: ID
  1864. id_not: ID
  1865. id_in: [ID!]
  1866. id_not_in: [ID!]
  1867. id_lt: ID
  1868. id_lte: ID
  1869. id_gt: ID
  1870. id_gte: ID
  1871. id_contains: ID
  1872. id_not_contains: ID
  1873. id_starts_with: ID
  1874. id_not_starts_with: ID
  1875. id_ends_with: ID
  1876. id_not_ends_with: ID
  1877. tag: String
  1878. tag_not: String
  1879. tag_in: [String!]
  1880. tag_not_in: [String!]
  1881. tag_lt: String
  1882. tag_lte: String
  1883. tag_gt: String
  1884. tag_gte: String
  1885. tag_contains: String
  1886. tag_not_contains: String
  1887. tag_starts_with: String
  1888. tag_not_starts_with: String
  1889. tag_ends_with: String
  1890. tag_not_ends_with: String
  1891. name: String
  1892. name_not: String
  1893. name_in: [String!]
  1894. name_not_in: [String!]
  1895. name_lt: String
  1896. name_lte: String
  1897. name_gt: String
  1898. name_gte: String
  1899. name_contains: String
  1900. name_not_contains: String
  1901. name_starts_with: String
  1902. name_not_starts_with: String
  1903. name_ends_with: String
  1904. name_not_ends_with: String
  1905. description: String
  1906. description_not: String
  1907. description_in: [String!]
  1908. description_not_in: [String!]
  1909. description_lt: String
  1910. description_lte: String
  1911. description_gt: String
  1912. description_gte: String
  1913. description_contains: String
  1914. description_not_contains: String
  1915. description_starts_with: String
  1916. description_not_starts_with: String
  1917. description_ends_with: String
  1918. description_not_ends_with: String
  1919. type: String
  1920. type_not: String
  1921. type_in: [String!]
  1922. type_not_in: [String!]
  1923. type_lt: String
  1924. type_lte: String
  1925. type_gt: String
  1926. type_gte: String
  1927. type_contains: String
  1928. type_not_contains: String
  1929. type_starts_with: String
  1930. type_not_starts_with: String
  1931. type_ends_with: String
  1932. type_not_ends_with: String
  1933. values: String
  1934. values_not: String
  1935. values_in: [String!]
  1936. values_not_in: [String!]
  1937. values_lt: String
  1938. values_lte: String
  1939. values_gt: String
  1940. values_gte: String
  1941. values_contains: String
  1942. values_not_contains: String
  1943. values_starts_with: String
  1944. values_not_starts_with: String
  1945. values_ends_with: String
  1946. values_not_ends_with: String
  1947. AND: [InstrumentParameterWhereInput!]
  1948. OR: [InstrumentParameterWhereInput!]
  1949. NOT: [InstrumentParameterWhereInput!]
  1950. }
  1951. input InstrumentParameterWhereUniqueInput {
  1952. id: ID
  1953. }
  1954. type InstrumentPreviousValues {
  1955. id: ID!
  1956. name: String!
  1957. description: String
  1958. interfaces: [String!]!
  1959. }
  1960. type InstrumentSubscriptionPayload {
  1961. mutation: MutationType!
  1962. node: Instrument
  1963. updatedFields: [String!]
  1964. previousValues: InstrumentPreviousValues
  1965. }
  1966. input InstrumentSubscriptionWhereInput {
  1967. mutation_in: [MutationType!]
  1968. updatedFields_contains: String
  1969. updatedFields_contains_every: [String!]
  1970. updatedFields_contains_some: [String!]
  1971. node: InstrumentWhereInput
  1972. AND: [InstrumentSubscriptionWhereInput!]
  1973. OR: [InstrumentSubscriptionWhereInput!]
  1974. NOT: [InstrumentSubscriptionWhereInput!]
  1975. }
  1976. type InstrumentSubsystem {
  1977. id: ID!
  1978. name: String
  1979. description: String!
  1980. commands(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentCommand!]
  1981. parameters(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentParameter!]
  1982. subsystems(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentSubsystem!]
  1983. }
  1984. type InstrumentSubsystemConnection {
  1985. pageInfo: PageInfo!
  1986. edges: [InstrumentSubsystemEdge]!
  1987. aggregate: AggregateInstrumentSubsystem!
  1988. }
  1989. input InstrumentSubsystemCreateInput {
  1990. name: String
  1991. description: String!
  1992. commands: InstrumentCommandCreateManyInput
  1993. parameters: InstrumentParameterCreateManyInput
  1994. subsystems: InstrumentSubsystemCreateManyInput
  1995. }
  1996. input InstrumentSubsystemCreateManyInput {
  1997. create: [InstrumentSubsystemCreateInput!]
  1998. connect: [InstrumentSubsystemWhereUniqueInput!]
  1999. }
  2000. type InstrumentSubsystemEdge {
  2001. node: InstrumentSubsystem!
  2002. cursor: String!
  2003. }
  2004. enum InstrumentSubsystemOrderByInput {
  2005. id_ASC
  2006. id_DESC
  2007. name_ASC
  2008. name_DESC
  2009. description_ASC
  2010. description_DESC
  2011. createdAt_ASC
  2012. createdAt_DESC
  2013. updatedAt_ASC
  2014. updatedAt_DESC
  2015. }
  2016. type InstrumentSubsystemPreviousValues {
  2017. id: ID!
  2018. name: String
  2019. description: String!
  2020. }
  2021. input InstrumentSubsystemScalarWhereInput {
  2022. id: ID
  2023. id_not: ID
  2024. id_in: [ID!]
  2025. id_not_in: [ID!]
  2026. id_lt: ID
  2027. id_lte: ID
  2028. id_gt: ID
  2029. id_gte: ID
  2030. id_contains: ID
  2031. id_not_contains: ID
  2032. id_starts_with: ID
  2033. id_not_starts_with: ID
  2034. id_ends_with: ID
  2035. id_not_ends_with: ID
  2036. name: String
  2037. name_not: String
  2038. name_in: [String!]
  2039. name_not_in: [String!]
  2040. name_lt: String
  2041. name_lte: String
  2042. name_gt: String
  2043. name_gte: String
  2044. name_contains: String
  2045. name_not_contains: String
  2046. name_starts_with: String
  2047. name_not_starts_with: String
  2048. name_ends_with: String
  2049. name_not_ends_with: String
  2050. description: String
  2051. description_not: String
  2052. description_in: [String!]
  2053. description_not_in: [String!]
  2054. description_lt: String
  2055. description_lte: String
  2056. description_gt: String
  2057. description_gte: String
  2058. description_contains: String
  2059. description_not_contains: String
  2060. description_starts_with: String
  2061. description_not_starts_with: String
  2062. description_ends_with: String
  2063. description_not_ends_with: String
  2064. AND: [InstrumentSubsystemScalarWhereInput!]
  2065. OR: [InstrumentSubsystemScalarWhereInput!]
  2066. NOT: [InstrumentSubsystemScalarWhereInput!]
  2067. }
  2068. type InstrumentSubsystemSubscriptionPayload {
  2069. mutation: MutationType!
  2070. node: InstrumentSubsystem
  2071. updatedFields: [String!]
  2072. previousValues: InstrumentSubsystemPreviousValues
  2073. }
  2074. input InstrumentSubsystemSubscriptionWhereInput {
  2075. mutation_in: [MutationType!]
  2076. updatedFields_contains: String
  2077. updatedFields_contains_every: [String!]
  2078. updatedFields_contains_some: [String!]
  2079. node: InstrumentSubsystemWhereInput
  2080. AND: [InstrumentSubsystemSubscriptionWhereInput!]
  2081. OR: [InstrumentSubsystemSubscriptionWhereInput!]
  2082. NOT: [InstrumentSubsystemSubscriptionWhereInput!]
  2083. }
  2084. input InstrumentSubsystemUpdateDataInput {
  2085. name: String
  2086. description: String
  2087. commands: InstrumentCommandUpdateManyInput
  2088. parameters: InstrumentParameterUpdateManyInput
  2089. subsystems: InstrumentSubsystemUpdateManyInput
  2090. }
  2091. input InstrumentSubsystemUpdateInput {
  2092. name: String
  2093. description: String
  2094. commands: InstrumentCommandUpdateManyInput
  2095. parameters: InstrumentParameterUpdateManyInput
  2096. subsystems: InstrumentSubsystemUpdateManyInput
  2097. }
  2098. input InstrumentSubsystemUpdateManyDataInput {
  2099. name: String
  2100. description: String
  2101. }
  2102. input InstrumentSubsystemUpdateManyInput {
  2103. create: [InstrumentSubsystemCreateInput!]
  2104. update: [InstrumentSubsystemUpdateWithWhereUniqueNestedInput!]
  2105. upsert: [InstrumentSubsystemUpsertWithWhereUniqueNestedInput!]
  2106. delete: [InstrumentSubsystemWhereUniqueInput!]
  2107. connect: [InstrumentSubsystemWhereUniqueInput!]
  2108. set: [InstrumentSubsystemWhereUniqueInput!]
  2109. disconnect: [InstrumentSubsystemWhereUniqueInput!]
  2110. deleteMany: [InstrumentSubsystemScalarWhereInput!]
  2111. updateMany: [InstrumentSubsystemUpdateManyWithWhereNestedInput!]
  2112. }
  2113. input InstrumentSubsystemUpdateManyMutationInput {
  2114. name: String
  2115. description: String
  2116. }
  2117. input InstrumentSubsystemUpdateManyWithWhereNestedInput {
  2118. where: InstrumentSubsystemScalarWhereInput!
  2119. data: InstrumentSubsystemUpdateManyDataInput!
  2120. }
  2121. input InstrumentSubsystemUpdateWithWhereUniqueNestedInput {
  2122. where: InstrumentSubsystemWhereUniqueInput!
  2123. data: InstrumentSubsystemUpdateDataInput!
  2124. }
  2125. input InstrumentSubsystemUpsertWithWhereUniqueNestedInput {
  2126. where: InstrumentSubsystemWhereUniqueInput!
  2127. update: InstrumentSubsystemUpdateDataInput!
  2128. create: InstrumentSubsystemCreateInput!
  2129. }
  2130. input InstrumentSubsystemWhereInput {
  2131. id: ID
  2132. id_not: ID
  2133. id_in: [ID!]
  2134. id_not_in: [ID!]
  2135. id_lt: ID
  2136. id_lte: ID
  2137. id_gt: ID
  2138. id_gte: ID
  2139. id_contains: ID
  2140. id_not_contains: ID
  2141. id_starts_with: ID
  2142. id_not_starts_with: ID
  2143. id_ends_with: ID
  2144. id_not_ends_with: ID
  2145. name: String
  2146. name_not: String
  2147. name_in: [String!]
  2148. name_not_in: [String!]
  2149. name_lt: String
  2150. name_lte: String
  2151. name_gt: String
  2152. name_gte: String
  2153. name_contains: String
  2154. name_not_contains: String
  2155. name_starts_with: String
  2156. name_not_starts_with: String
  2157. name_ends_with: String
  2158. name_not_ends_with: String
  2159. description: String
  2160. description_not: String
  2161. description_in: [String!]
  2162. description_not_in: [String!]
  2163. description_lt: String
  2164. description_lte: String
  2165. description_gt: String
  2166. description_gte: String
  2167. description_contains: String
  2168. description_not_contains: String
  2169. description_starts_with: String
  2170. description_not_starts_with: String
  2171. description_ends_with: String
  2172. description_not_ends_with: String
  2173. commands_every: InstrumentCommandWhereInput
  2174. commands_some: InstrumentCommandWhereInput
  2175. commands_none: InstrumentCommandWhereInput
  2176. parameters_every: InstrumentParameterWhereInput
  2177. parameters_some: InstrumentParameterWhereInput
  2178. parameters_none: InstrumentParameterWhereInput
  2179. subsystems_every: InstrumentSubsystemWhereInput
  2180. subsystems_some: InstrumentSubsystemWhereInput
  2181. subsystems_none: InstrumentSubsystemWhereInput
  2182. AND: [InstrumentSubsystemWhereInput!]
  2183. OR: [InstrumentSubsystemWhereInput!]
  2184. NOT: [InstrumentSubsystemWhereInput!]
  2185. }
  2186. input InstrumentSubsystemWhereUniqueInput {
  2187. id: ID
  2188. }
  2189. input InstrumentUpdateDataInput {
  2190. name: String
  2191. description: String
  2192. documents: FileUpdateManyInput
  2193. interfaces: InstrumentUpdateinterfacesInput
  2194. commands: InstrumentCommandUpdateManyWithoutInstrumentInput
  2195. parameters: InstrumentParameterUpdateManyInput
  2196. subsystems: InstrumentSubsystemUpdateManyInput
  2197. }
  2198. input InstrumentUpdateInput {
  2199. name: String
  2200. description: String
  2201. documents: FileUpdateManyInput
  2202. interfaces: InstrumentUpdateinterfacesInput
  2203. commands: InstrumentCommandUpdateManyWithoutInstrumentInput
  2204. parameters: InstrumentParameterUpdateManyInput
  2205. subsystems: InstrumentSubsystemUpdateManyInput
  2206. }
  2207. input InstrumentUpdateinterfacesInput {
  2208. set: [String!]
  2209. }
  2210. input InstrumentUpdateManyMutationInput {
  2211. name: String
  2212. description: String
  2213. interfaces: InstrumentUpdateinterfacesInput
  2214. }
  2215. input InstrumentUpdateOneRequiredInput {
  2216. create: InstrumentCreateInput
  2217. update: InstrumentUpdateDataInput
  2218. upsert: InstrumentUpsertNestedInput
  2219. connect: InstrumentWhereUniqueInput
  2220. }
  2221. input InstrumentUpdateOneRequiredWithoutCommandsInput {
  2222. create: InstrumentCreateWithoutCommandsInput
  2223. update: InstrumentUpdateWithoutCommandsDataInput
  2224. upsert: InstrumentUpsertWithoutCommandsInput
  2225. connect: InstrumentWhereUniqueInput
  2226. }
  2227. input InstrumentUpdateWithoutCommandsDataInput {
  2228. name: String
  2229. description: String
  2230. documents: FileUpdateManyInput
  2231. interfaces: InstrumentUpdateinterfacesInput
  2232. parameters: InstrumentParameterUpdateManyInput
  2233. subsystems: InstrumentSubsystemUpdateManyInput
  2234. }
  2235. input InstrumentUpsertNestedInput {
  2236. update: InstrumentUpdateDataInput!
  2237. create: InstrumentCreateInput!
  2238. }
  2239. input InstrumentUpsertWithoutCommandsInput {
  2240. update: InstrumentUpdateWithoutCommandsDataInput!
  2241. create: InstrumentCreateWithoutCommandsInput!
  2242. }
  2243. input InstrumentWhereInput {
  2244. id: ID
  2245. id_not: ID
  2246. id_in: [ID!]
  2247. id_not_in: [ID!]
  2248. id_lt: ID
  2249. id_lte: ID
  2250. id_gt: ID
  2251. id_gte: ID
  2252. id_contains: ID
  2253. id_not_contains: ID
  2254. id_starts_with: ID
  2255. id_not_starts_with: ID
  2256. id_ends_with: ID
  2257. id_not_ends_with: ID
  2258. name: String
  2259. name_not: String
  2260. name_in: [String!]
  2261. name_not_in: [String!]
  2262. name_lt: String
  2263. name_lte: String
  2264. name_gt: String
  2265. name_gte: String
  2266. name_contains: String
  2267. name_not_contains: String
  2268. name_starts_with: String
  2269. name_not_starts_with: String
  2270. name_ends_with: String
  2271. name_not_ends_with: String
  2272. description: String
  2273. description_not: String
  2274. description_in: [String!]
  2275. description_not_in: [String!]
  2276. description_lt: String
  2277. description_lte: String
  2278. description_gt: String
  2279. description_gte: String
  2280. description_contains: String
  2281. description_not_contains: String
  2282. description_starts_with: String
  2283. description_not_starts_with: String
  2284. description_ends_with: String
  2285. description_not_ends_with: String
  2286. documents_every: FileWhereInput
  2287. documents_some: FileWhereInput
  2288. documents_none: FileWhereInput
  2289. commands_every: InstrumentCommandWhereInput
  2290. commands_some: InstrumentCommandWhereInput
  2291. commands_none: InstrumentCommandWhereInput
  2292. parameters_every: InstrumentParameterWhereInput
  2293. parameters_some: InstrumentParameterWhereInput
  2294. parameters_none: InstrumentParameterWhereInput
  2295. subsystems_every: InstrumentSubsystemWhereInput
  2296. subsystems_some: InstrumentSubsystemWhereInput
  2297. subsystems_none: InstrumentSubsystemWhereInput
  2298. AND: [InstrumentWhereInput!]
  2299. OR: [InstrumentWhereInput!]
  2300. NOT: [InstrumentWhereInput!]
  2301. }
  2302. input InstrumentWhereUniqueInput {
  2303. id: ID
  2304. }
  2305. scalar Long
  2306. type Measurement {
  2307. id: ID!
  2308. createdAt: DateTime!
  2309. intValue: Int
  2310. floatValue: Float
  2311. stringValue: String
  2312. }
  2313. type MeasurementConnection {
  2314. pageInfo: PageInfo!
  2315. edges: [MeasurementEdge]!
  2316. aggregate: AggregateMeasurement!
  2317. }
  2318. input MeasurementCreateInput {
  2319. intValue: Int
  2320. floatValue: Float
  2321. stringValue: String
  2322. }
  2323. input MeasurementCreateManyInput {
  2324. create: [MeasurementCreateInput!]
  2325. connect: [MeasurementWhereUniqueInput!]
  2326. }
  2327. type MeasurementEdge {
  2328. node: Measurement!
  2329. cursor: String!
  2330. }
  2331. enum MeasurementOrderByInput {
  2332. id_ASC
  2333. id_DESC
  2334. createdAt_ASC
  2335. createdAt_DESC
  2336. intValue_ASC
  2337. intValue_DESC
  2338. floatValue_ASC
  2339. floatValue_DESC
  2340. stringValue_ASC
  2341. stringValue_DESC
  2342. updatedAt_ASC
  2343. updatedAt_DESC
  2344. }
  2345. type MeasurementPreviousValues {
  2346. id: ID!
  2347. createdAt: DateTime!
  2348. intValue: Int
  2349. floatValue: Float
  2350. stringValue: String
  2351. }
  2352. type MeasurementRun {
  2353. id: ID!
  2354. name: String!
  2355. operators(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User!]
  2356. location: String!
  2357. temperature: Float
  2358. startTime: DateTime!
  2359. endTime: DateTime!
  2360. log(where: EventWhereInput, orderBy: EventOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Event!]
  2361. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment!]
  2362. measurements(where: MeasurementWhereInput, orderBy: MeasurementOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Measurement!]
  2363. setup: Setup!
  2364. }
  2365. type MeasurementRunConnection {
  2366. pageInfo: PageInfo!
  2367. edges: [MeasurementRunEdge]!
  2368. aggregate: AggregateMeasurementRun!
  2369. }
  2370. input MeasurementRunCreateInput {
  2371. name: String!
  2372. operators: UserCreateManyInput
  2373. location: String!
  2374. temperature: Float
  2375. startTime: DateTime!
  2376. endTime: DateTime!
  2377. log: EventCreateManyInput
  2378. comments: CommentCreateManyInput
  2379. measurements: MeasurementCreateManyInput
  2380. setup: SetupCreateOneInput!
  2381. }
  2382. input MeasurementRunCreateManyInput {
  2383. create: [MeasurementRunCreateInput!]
  2384. connect: [MeasurementRunWhereUniqueInput!]
  2385. }
  2386. type MeasurementRunEdge {
  2387. node: MeasurementRun!
  2388. cursor: String!
  2389. }
  2390. enum MeasurementRunOrderByInput {
  2391. id_ASC
  2392. id_DESC
  2393. name_ASC
  2394. name_DESC
  2395. location_ASC
  2396. location_DESC
  2397. temperature_ASC
  2398. temperature_DESC
  2399. startTime_ASC
  2400. startTime_DESC
  2401. endTime_ASC
  2402. endTime_DESC
  2403. createdAt_ASC
  2404. createdAt_DESC
  2405. updatedAt_ASC
  2406. updatedAt_DESC
  2407. }
  2408. type MeasurementRunPreviousValues {
  2409. id: ID!
  2410. name: String!
  2411. location: String!
  2412. temperature: Float
  2413. startTime: DateTime!
  2414. endTime: DateTime!
  2415. }
  2416. input MeasurementRunScalarWhereInput {
  2417. id: ID
  2418. id_not: ID
  2419. id_in: [ID!]
  2420. id_not_in: [ID!]
  2421. id_lt: ID
  2422. id_lte: ID
  2423. id_gt: ID
  2424. id_gte: ID
  2425. id_contains: ID
  2426. id_not_contains: ID
  2427. id_starts_with: ID
  2428. id_not_starts_with: ID
  2429. id_ends_with: ID
  2430. id_not_ends_with: ID
  2431. name: String
  2432. name_not: String
  2433. name_in: [String!]
  2434. name_not_in: [String!]
  2435. name_lt: String
  2436. name_lte: String
  2437. name_gt: String
  2438. name_gte: String
  2439. name_contains: String
  2440. name_not_contains: String
  2441. name_starts_with: String
  2442. name_not_starts_with: String
  2443. name_ends_with: String
  2444. name_not_ends_with: String
  2445. location: String
  2446. location_not: String
  2447. location_in: [String!]
  2448. location_not_in: [String!]
  2449. location_lt: String
  2450. location_lte: String
  2451. location_gt: String
  2452. location_gte: String
  2453. location_contains: String
  2454. location_not_contains: String
  2455. location_starts_with: String
  2456. location_not_starts_with: String
  2457. location_ends_with: String
  2458. location_not_ends_with: String
  2459. temperature: Float
  2460. temperature_not: Float
  2461. temperature_in: [Float!]
  2462. temperature_not_in: [Float!]
  2463. temperature_lt: Float
  2464. temperature_lte: Float
  2465. temperature_gt: Float
  2466. temperature_gte: Float
  2467. startTime: DateTime
  2468. startTime_not: DateTime
  2469. startTime_in: [DateTime!]
  2470. startTime_not_in: [DateTime!]
  2471. startTime_lt: DateTime
  2472. startTime_lte: DateTime
  2473. startTime_gt: DateTime
  2474. startTime_gte: DateTime
  2475. endTime: DateTime
  2476. endTime_not: DateTime
  2477. endTime_in: [DateTime!]
  2478. endTime_not_in: [DateTime!]
  2479. endTime_lt: DateTime
  2480. endTime_lte: DateTime
  2481. endTime_gt: DateTime
  2482. endTime_gte: DateTime
  2483. AND: [MeasurementRunScalarWhereInput!]
  2484. OR: [MeasurementRunScalarWhereInput!]
  2485. NOT: [MeasurementRunScalarWhereInput!]
  2486. }
  2487. type MeasurementRunSubscriptionPayload {
  2488. mutation: MutationType!
  2489. node: MeasurementRun
  2490. updatedFields: [String!]
  2491. previousValues: MeasurementRunPreviousValues
  2492. }
  2493. input MeasurementRunSubscriptionWhereInput {
  2494. mutation_in: [MutationType!]
  2495. updatedFields_contains: String
  2496. updatedFields_contains_every: [String!]
  2497. updatedFields_contains_some: [String!]
  2498. node: MeasurementRunWhereInput
  2499. AND: [MeasurementRunSubscriptionWhereInput!]
  2500. OR: [MeasurementRunSubscriptionWhereInput!]
  2501. NOT: [MeasurementRunSubscriptionWhereInput!]
  2502. }
  2503. input MeasurementRunUpdateDataInput {
  2504. name: String
  2505. operators: UserUpdateManyInput
  2506. location: String
  2507. temperature: Float
  2508. startTime: DateTime
  2509. endTime: DateTime
  2510. log: EventUpdateManyInput
  2511. comments: CommentUpdateManyInput
  2512. measurements: MeasurementUpdateManyInput
  2513. setup: SetupUpdateOneRequiredInput
  2514. }
  2515. input MeasurementRunUpdateInput {
  2516. name: String
  2517. operators: UserUpdateManyInput
  2518. location: String
  2519. temperature: Float
  2520. startTime: DateTime
  2521. endTime: DateTime
  2522. log: EventUpdateManyInput
  2523. comments: CommentUpdateManyInput
  2524. measurements: MeasurementUpdateManyInput
  2525. setup: SetupUpdateOneRequiredInput
  2526. }
  2527. input MeasurementRunUpdateManyDataInput {
  2528. name: String
  2529. location: String
  2530. temperature: Float
  2531. startTime: DateTime
  2532. endTime: DateTime
  2533. }
  2534. input MeasurementRunUpdateManyInput {
  2535. create: [MeasurementRunCreateInput!]
  2536. update: [MeasurementRunUpdateWithWhereUniqueNestedInput!]
  2537. upsert: [MeasurementRunUpsertWithWhereUniqueNestedInput!]
  2538. delete: [MeasurementRunWhereUniqueInput!]
  2539. connect: [MeasurementRunWhereUniqueInput!]
  2540. set: [MeasurementRunWhereUniqueInput!]
  2541. disconnect: [MeasurementRunWhereUniqueInput!]
  2542. deleteMany: [MeasurementRunScalarWhereInput!]
  2543. updateMany: [MeasurementRunUpdateManyWithWhereNestedInput!]
  2544. }
  2545. input MeasurementRunUpdateManyMutationInput {
  2546. name: String
  2547. location: String
  2548. temperature: Float
  2549. startTime: DateTime
  2550. endTime: DateTime
  2551. }
  2552. input MeasurementRunUpdateManyWithWhereNestedInput {
  2553. where: MeasurementRunScalarWhereInput!
  2554. data: MeasurementRunUpdateManyDataInput!
  2555. }
  2556. input MeasurementRunUpdateWithWhereUniqueNestedInput {
  2557. where: MeasurementRunWhereUniqueInput!
  2558. data: MeasurementRunUpdateDataInput!
  2559. }
  2560. input MeasurementRunUpsertWithWhereUniqueNestedInput {
  2561. where: MeasurementRunWhereUniqueInput!
  2562. update: MeasurementRunUpdateDataInput!
  2563. create: MeasurementRunCreateInput!
  2564. }
  2565. input MeasurementRunWhereInput {
  2566. id: ID
  2567. id_not: ID
  2568. id_in: [ID!]
  2569. id_not_in: [ID!]
  2570. id_lt: ID
  2571. id_lte: ID
  2572. id_gt: ID
  2573. id_gte: ID
  2574. id_contains: ID
  2575. id_not_contains: ID
  2576. id_starts_with: ID
  2577. id_not_starts_with: ID
  2578. id_ends_with: ID
  2579. id_not_ends_with: ID
  2580. name: String
  2581. name_not: String
  2582. name_in: [String!]
  2583. name_not_in: [String!]
  2584. name_lt: String
  2585. name_lte: String
  2586. name_gt: String
  2587. name_gte: String
  2588. name_contains: String
  2589. name_not_contains: String
  2590. name_starts_with: String
  2591. name_not_starts_with: String
  2592. name_ends_with: String
  2593. name_not_ends_with: String
  2594. operators_every: UserWhereInput
  2595. operators_some: UserWhereInput
  2596. operators_none: UserWhereInput
  2597. location: String
  2598. location_not: String
  2599. location_in: [String!]
  2600. location_not_in: [String!]
  2601. location_lt: String
  2602. location_lte: String
  2603. location_gt: String
  2604. location_gte: String
  2605. location_contains: String
  2606. location_not_contains: String
  2607. location_starts_with: String
  2608. location_not_starts_with: String
  2609. location_ends_with: String
  2610. location_not_ends_with: String
  2611. temperature: Float
  2612. temperature_not: Float
  2613. temperature_in: [Float!]
  2614. temperature_not_in: [Float!]
  2615. temperature_lt: Float
  2616. temperature_lte: Float
  2617. temperature_gt: Float
  2618. temperature_gte: Float
  2619. startTime: DateTime
  2620. startTime_not: DateTime
  2621. startTime_in: [DateTime!]
  2622. startTime_not_in: [DateTime!]
  2623. startTime_lt: DateTime
  2624. startTime_lte: DateTime
  2625. startTime_gt: DateTime
  2626. startTime_gte: DateTime
  2627. endTime: DateTime
  2628. endTime_not: DateTime
  2629. endTime_in: [DateTime!]
  2630. endTime_not_in: [DateTime!]
  2631. endTime_lt: DateTime
  2632. endTime_lte: DateTime
  2633. endTime_gt: DateTime
  2634. endTime_gte: DateTime
  2635. log_every: EventWhereInput
  2636. log_some: EventWhereInput
  2637. log_none: EventWhereInput
  2638. comments_every: CommentWhereInput
  2639. comments_some: CommentWhereInput
  2640. comments_none: CommentWhereInput
  2641. measurements_every: MeasurementWhereInput
  2642. measurements_some: MeasurementWhereInput
  2643. measurements_none: MeasurementWhereInput
  2644. setup: SetupWhereInput
  2645. AND: [MeasurementRunWhereInput!]
  2646. OR: [MeasurementRunWhereInput!]
  2647. NOT: [MeasurementRunWhereInput!]
  2648. }
  2649. input MeasurementRunWhereUniqueInput {
  2650. id: ID
  2651. }
  2652. input MeasurementScalarWhereInput {
  2653. id: ID
  2654. id_not: ID
  2655. id_in: [ID!]
  2656. id_not_in: [ID!]
  2657. id_lt: ID
  2658. id_lte: ID
  2659. id_gt: ID
  2660. id_gte: ID
  2661. id_contains: ID
  2662. id_not_contains: ID
  2663. id_starts_with: ID
  2664. id_not_starts_with: ID
  2665. id_ends_with: ID
  2666. id_not_ends_with: ID
  2667. createdAt: DateTime
  2668. createdAt_not: DateTime
  2669. createdAt_in: [DateTime!]
  2670. createdAt_not_in: [DateTime!]
  2671. createdAt_lt: DateTime
  2672. createdAt_lte: DateTime
  2673. createdAt_gt: DateTime
  2674. createdAt_gte: DateTime
  2675. intValue: Int
  2676. intValue_not: Int
  2677. intValue_in: [Int!]
  2678. intValue_not_in: [Int!]
  2679. intValue_lt: Int
  2680. intValue_lte: Int
  2681. intValue_gt: Int
  2682. intValue_gte: Int
  2683. floatValue: Float
  2684. floatValue_not: Float
  2685. floatValue_in: [Float!]
  2686. floatValue_not_in: [Float!]
  2687. floatValue_lt: Float
  2688. floatValue_lte: Float
  2689. floatValue_gt: Float
  2690. floatValue_gte: Float
  2691. stringValue: String
  2692. stringValue_not: String
  2693. stringValue_in: [String!]
  2694. stringValue_not_in: [String!]
  2695. stringValue_lt: String
  2696. stringValue_lte: String
  2697. stringValue_gt: String
  2698. stringValue_gte: String
  2699. stringValue_contains: String
  2700. stringValue_not_contains: String
  2701. stringValue_starts_with: String
  2702. stringValue_not_starts_with: String
  2703. stringValue_ends_with: String
  2704. stringValue_not_ends_with: String
  2705. AND: [MeasurementScalarWhereInput!]
  2706. OR: [MeasurementScalarWhereInput!]
  2707. NOT: [MeasurementScalarWhereInput!]
  2708. }
  2709. type MeasurementSubscriptionPayload {
  2710. mutation: MutationType!
  2711. node: Measurement
  2712. updatedFields: [String!]
  2713. previousValues: MeasurementPreviousValues
  2714. }
  2715. input MeasurementSubscriptionWhereInput {
  2716. mutation_in: [MutationType!]
  2717. updatedFields_contains: String
  2718. updatedFields_contains_every: [String!]
  2719. updatedFields_contains_some: [String!]
  2720. node: MeasurementWhereInput
  2721. AND: [MeasurementSubscriptionWhereInput!]
  2722. OR: [MeasurementSubscriptionWhereInput!]
  2723. NOT: [MeasurementSubscriptionWhereInput!]
  2724. }
  2725. input MeasurementUpdateDataInput {
  2726. intValue: Int
  2727. floatValue: Float
  2728. stringValue: String
  2729. }
  2730. input MeasurementUpdateInput {
  2731. intValue: Int
  2732. floatValue: Float
  2733. stringValue: String
  2734. }
  2735. input MeasurementUpdateManyDataInput {
  2736. intValue: Int
  2737. floatValue: Float
  2738. stringValue: String
  2739. }
  2740. input MeasurementUpdateManyInput {
  2741. create: [MeasurementCreateInput!]
  2742. update: [MeasurementUpdateWithWhereUniqueNestedInput!]
  2743. upsert: [MeasurementUpsertWithWhereUniqueNestedInput!]
  2744. delete: [MeasurementWhereUniqueInput!]
  2745. connect: [MeasurementWhereUniqueInput!]
  2746. set: [MeasurementWhereUniqueInput!]
  2747. disconnect: [MeasurementWhereUniqueInput!]
  2748. deleteMany: [MeasurementScalarWhereInput!]
  2749. updateMany: [MeasurementUpdateManyWithWhereNestedInput!]
  2750. }
  2751. input MeasurementUpdateManyMutationInput {
  2752. intValue: Int
  2753. floatValue: Float
  2754. stringValue: String
  2755. }
  2756. input MeasurementUpdateManyWithWhereNestedInput {
  2757. where: MeasurementScalarWhereInput!
  2758. data: MeasurementUpdateManyDataInput!
  2759. }
  2760. input MeasurementUpdateWithWhereUniqueNestedInput {
  2761. where: MeasurementWhereUniqueInput!
  2762. data: MeasurementUpdateDataInput!
  2763. }
  2764. input MeasurementUpsertWithWhereUniqueNestedInput {
  2765. where: MeasurementWhereUniqueInput!
  2766. update: MeasurementUpdateDataInput!
  2767. create: MeasurementCreateInput!
  2768. }
  2769. input MeasurementWhereInput {
  2770. id: ID
  2771. id_not: ID
  2772. id_in: [ID!]
  2773. id_not_in: [ID!]
  2774. id_lt: ID
  2775. id_lte: ID
  2776. id_gt: ID
  2777. id_gte: ID
  2778. id_contains: ID
  2779. id_not_contains: ID
  2780. id_starts_with: ID
  2781. id_not_starts_with: ID
  2782. id_ends_with: ID
  2783. id_not_ends_with: ID
  2784. createdAt: DateTime
  2785. createdAt_not: DateTime
  2786. createdAt_in: [DateTime!]
  2787. createdAt_not_in: [DateTime!]
  2788. createdAt_lt: DateTime
  2789. createdAt_lte: DateTime
  2790. createdAt_gt: DateTime
  2791. createdAt_gte: DateTime
  2792. intValue: Int
  2793. intValue_not: Int
  2794. intValue_in: [Int!]
  2795. intValue_not_in: [Int!]
  2796. intValue_lt: Int
  2797. intValue_lte: Int
  2798. intValue_gt: Int
  2799. intValue_gte: Int
  2800. floatValue: Float
  2801. floatValue_not: Float
  2802. floatValue_in: [Float!]
  2803. floatValue_not_in: [Float!]
  2804. floatValue_lt: Float
  2805. floatValue_lte: Float
  2806. floatValue_gt: Float
  2807. floatValue_gte: Float
  2808. stringValue: String
  2809. stringValue_not: String
  2810. stringValue_in: [String!]
  2811. stringValue_not_in: [String!]
  2812. stringValue_lt: String
  2813. stringValue_lte: String
  2814. stringValue_gt: String
  2815. stringValue_gte: String
  2816. stringValue_contains: String
  2817. stringValue_not_contains: String
  2818. stringValue_starts_with: String
  2819. stringValue_not_starts_with: String
  2820. stringValue_ends_with: String
  2821. stringValue_not_ends_with: String
  2822. AND: [MeasurementWhereInput!]
  2823. OR: [MeasurementWhereInput!]
  2824. NOT: [MeasurementWhereInput!]
  2825. }
  2826. input MeasurementWhereUniqueInput {
  2827. id: ID
  2828. }
  2829. type Meta {
  2830. id: ID!
  2831. key: String!
  2832. value: String!
  2833. }
  2834. type MetaConnection {
  2835. pageInfo: PageInfo!
  2836. edges: [MetaEdge]!
  2837. aggregate: AggregateMeta!
  2838. }
  2839. input MetaCreateInput {
  2840. key: String!
  2841. value: String!
  2842. }
  2843. type MetaEdge {
  2844. node: Meta!
  2845. cursor: String!
  2846. }
  2847. enum MetaOrderByInput {
  2848. id_ASC
  2849. id_DESC
  2850. key_ASC
  2851. key_DESC
  2852. value_ASC
  2853. value_DESC
  2854. createdAt_ASC
  2855. createdAt_DESC
  2856. updatedAt_ASC
  2857. updatedAt_DESC
  2858. }
  2859. type MetaPreviousValues {
  2860. id: ID!
  2861. key: String!
  2862. value: String!
  2863. }
  2864. type MetaSubscriptionPayload {
  2865. mutation: MutationType!
  2866. node: Meta
  2867. updatedFields: [String!]
  2868. previousValues: MetaPreviousValues
  2869. }
  2870. input MetaSubscriptionWhereInput {
  2871. mutation_in: [MutationType!]
  2872. updatedFields_contains: String
  2873. updatedFields_contains_every: [String!]
  2874. updatedFields_contains_some: [String!]
  2875. node: MetaWhereInput
  2876. AND: [MetaSubscriptionWhereInput!]
  2877. OR: [MetaSubscriptionWhereInput!]
  2878. NOT: [MetaSubscriptionWhereInput!]
  2879. }
  2880. input MetaUpdateInput {
  2881. key: String
  2882. value: String
  2883. }
  2884. input MetaUpdateManyMutationInput {
  2885. key: String
  2886. value: String
  2887. }
  2888. input MetaWhereInput {
  2889. id: ID
  2890. id_not: ID
  2891. id_in: [ID!]
  2892. id_not_in: [ID!]
  2893. id_lt: ID
  2894. id_lte: ID
  2895. id_gt: ID
  2896. id_gte: ID
  2897. id_contains: ID
  2898. id_not_contains: ID
  2899. id_starts_with: ID
  2900. id_not_starts_with: ID
  2901. id_ends_with: ID
  2902. id_not_ends_with: ID
  2903. key: String
  2904. key_not: String
  2905. key_in: [String!]
  2906. key_not_in: [String!]
  2907. key_lt: String
  2908. key_lte: String
  2909. key_gt: String
  2910. key_gte: String
  2911. key_contains: String
  2912. key_not_contains: String
  2913. key_starts_with: String
  2914. key_not_starts_with: String
  2915. key_ends_with: String
  2916. key_not_ends_with: String
  2917. value: String
  2918. value_not: String
  2919. value_in: [String!]
  2920. value_not_in: [String!]
  2921. value_lt: String
  2922. value_lte: String
  2923. value_gt: String
  2924. value_gte: String
  2925. value_contains: String
  2926. value_not_contains: String
  2927. value_starts_with: String
  2928. value_not_starts_with: String
  2929. value_ends_with: String
  2930. value_not_ends_with: String
  2931. AND: [MetaWhereInput!]
  2932. OR: [MetaWhereInput!]
  2933. NOT: [MetaWhereInput!]
  2934. }
  2935. input MetaWhereUniqueInput {
  2936. id: ID
  2937. }
  2938. type Mutation {
  2939. createCharacterization(data: CharacterizationCreateInput!): Characterization!
  2940. updateCharacterization(data: CharacterizationUpdateInput!, where: CharacterizationWhereUniqueInput!): Characterization
  2941. updateManyCharacterizations(data: CharacterizationUpdateManyMutationInput!, where: CharacterizationWhereInput): BatchPayload!
  2942. upsertCharacterization(where: CharacterizationWhereUniqueInput!, create: CharacterizationCreateInput!, update: CharacterizationUpdateInput!): Characterization!
  2943. deleteCharacterization(where: CharacterizationWhereUniqueInput!): Characterization
  2944. deleteManyCharacterizations(where: CharacterizationWhereInput): BatchPayload!
  2945. createComment(data: CommentCreateInput!): Comment!
  2946. updateComment(data: CommentUpdateInput!, where: CommentWhereUniqueInput!): Comment
  2947. updateManyComments(data: CommentUpdateManyMutationInput!, where: CommentWhereInput): BatchPayload!
  2948. upsertComment(where: CommentWhereUniqueInput!, create: CommentCreateInput!, update: CommentUpdateInput!): Comment!
  2949. deleteComment(where: CommentWhereUniqueInput!): Comment
  2950. deleteManyComments(where: CommentWhereInput): BatchPayload!
  2951. createDUT(data: DUTCreateInput!): DUT!
  2952. updateDUT(data: DUTUpdateInput!, where: DUTWhereUniqueInput!): DUT
  2953. updateManyDUTs(data: DUTUpdateManyMutationInput!, where: DUTWhereInput): BatchPayload!
  2954. upsertDUT(where: DUTWhereUniqueInput!, create: DUTCreateInput!, update: DUTUpdateInput!): DUT!
  2955. deleteDUT(where: DUTWhereUniqueInput!): DUT
  2956. deleteManyDUTs(where: DUTWhereInput): BatchPayload!
  2957. createEvent(data: EventCreateInput!): Event!
  2958. updateEvent(data: EventUpdateInput!, where: EventWhereUniqueInput!): Event
  2959. updateManyEvents(data: EventUpdateManyMutationInput!, where: EventWhereInput): BatchPayload!
  2960. upsertEvent(where: EventWhereUniqueInput!, create: EventCreateInput!, update: EventUpdateInput!): Event!
  2961. deleteEvent(where: EventWhereUniqueInput!): Event
  2962. deleteManyEvents(where: EventWhereInput): BatchPayload!
  2963. createFile(data: FileCreateInput!): File!
  2964. updateFile(data: FileUpdateInput!, where: FileWhereUniqueInput!): File
  2965. updateManyFiles(data: FileUpdateManyMutationInput!, where: FileWhereInput): BatchPayload!
  2966. upsertFile(where: FileWhereUniqueInput!, create: FileCreateInput!, update: FileUpdateInput!): File!
  2967. deleteFile(where: FileWhereUniqueInput!): File
  2968. deleteManyFiles(where: FileWhereInput): BatchPayload!
  2969. createInstrument(data: InstrumentCreateInput!): Instrument!
  2970. updateInstrument(data: InstrumentUpdateInput!, where: InstrumentWhereUniqueInput!): Instrument
  2971. updateManyInstruments(data: InstrumentUpdateManyMutationInput!, where: InstrumentWhereInput): BatchPayload!
  2972. upsertInstrument(where: InstrumentWhereUniqueInput!, create: InstrumentCreateInput!, update: InstrumentUpdateInput!): Instrument!
  2973. deleteInstrument(where: InstrumentWhereUniqueInput!): Instrument
  2974. deleteManyInstruments(where: InstrumentWhereInput): BatchPayload!
  2975. createInstrumentCommand(data: InstrumentCommandCreateInput!): InstrumentCommand!
  2976. updateInstrumentCommand(data: InstrumentCommandUpdateInput!, where: InstrumentCommandWhereUniqueInput!): InstrumentCommand
  2977. updateManyInstrumentCommands(data: InstrumentCommandUpdateManyMutationInput!, where: InstrumentCommandWhereInput): BatchPayload!
  2978. upsertInstrumentCommand(where: InstrumentCommandWhereUniqueInput!, create: InstrumentCommandCreateInput!, update: InstrumentCommandUpdateInput!): InstrumentCommand!
  2979. deleteInstrumentCommand(where: InstrumentCommandWhereUniqueInput!): InstrumentCommand
  2980. deleteManyInstrumentCommands(where: InstrumentCommandWhereInput): BatchPayload!
  2981. createInstrumentInstance(data: InstrumentInstanceCreateInput!): InstrumentInstance!
  2982. updateInstrumentInstance(data: InstrumentInstanceUpdateInput!, where: InstrumentInstanceWhereUniqueInput!): InstrumentInstance
  2983. updateManyInstrumentInstances(data: InstrumentInstanceUpdateManyMutationInput!, where: InstrumentInstanceWhereInput): BatchPayload!
  2984. upsertInstrumentInstance(where: InstrumentInstanceWhereUniqueInput!, create: InstrumentInstanceCreateInput!, update: InstrumentInstanceUpdateInput!): InstrumentInstance!
  2985. deleteInstrumentInstance(where: InstrumentInstanceWhereUniqueInput!): InstrumentInstance
  2986. deleteManyInstrumentInstances(where: InstrumentInstanceWhereInput): BatchPayload!
  2987. createInstrumentParameter(data: InstrumentParameterCreateInput!): InstrumentParameter!
  2988. updateInstrumentParameter(data: InstrumentParameterUpdateInput!, where: InstrumentParameterWhereUniqueInput!): InstrumentParameter
  2989. updateManyInstrumentParameters(data: InstrumentParameterUpdateManyMutationInput!, where: InstrumentParameterWhereInput): BatchPayload!
  2990. upsertInstrumentParameter(where: InstrumentParameterWhereUniqueInput!, create: InstrumentParameterCreateInput!, update: InstrumentParameterUpdateInput!): InstrumentParameter!
  2991. deleteInstrumentParameter(where: InstrumentParameterWhereUniqueInput!): InstrumentParameter
  2992. deleteManyInstrumentParameters(where: InstrumentParameterWhereInput): BatchPayload!
  2993. createInstrumentSubsystem(data: InstrumentSubsystemCreateInput!): InstrumentSubsystem!
  2994. updateInstrumentSubsystem(data: InstrumentSubsystemUpdateInput!, where: InstrumentSubsystemWhereUniqueInput!): InstrumentSubsystem
  2995. updateManyInstrumentSubsystems(data: InstrumentSubsystemUpdateManyMutationInput!, where: InstrumentSubsystemWhereInput): BatchPayload!
  2996. upsertInstrumentSubsystem(where: InstrumentSubsystemWhereUniqueInput!, create: InstrumentSubsystemCreateInput!, update: InstrumentSubsystemUpdateInput!): InstrumentSubsystem!
  2997. deleteInstrumentSubsystem(where: InstrumentSubsystemWhereUniqueInput!): InstrumentSubsystem
  2998. deleteManyInstrumentSubsystems(where: InstrumentSubsystemWhereInput): BatchPayload!
  2999. createMeasurement(data: MeasurementCreateInput!): Measurement!
  3000. updateMeasurement(data: MeasurementUpdateInput!, where: MeasurementWhereUniqueInput!): Measurement
  3001. updateManyMeasurements(data: MeasurementUpdateManyMutationInput!, where: MeasurementWhereInput): BatchPayload!
  3002. upsertMeasurement(where: MeasurementWhereUniqueInput!, create: MeasurementCreateInput!, update: MeasurementUpdateInput!): Measurement!
  3003. deleteMeasurement(where: MeasurementWhereUniqueInput!): Measurement
  3004. deleteManyMeasurements(where: MeasurementWhereInput): BatchPayload!
  3005. createMeasurementRun(data: MeasurementRunCreateInput!): MeasurementRun!
  3006. updateMeasurementRun(data: MeasurementRunUpdateInput!, where: MeasurementRunWhereUniqueInput!): MeasurementRun
  3007. updateManyMeasurementRuns(data: MeasurementRunUpdateManyMutationInput!, where: MeasurementRunWhereInput): BatchPayload!
  3008. upsertMeasurementRun(where: MeasurementRunWhereUniqueInput!, create: MeasurementRunCreateInput!, update: MeasurementRunUpdateInput!): MeasurementRun!
  3009. deleteMeasurementRun(where: MeasurementRunWhereUniqueInput!): MeasurementRun
  3010. deleteManyMeasurementRuns(where: MeasurementRunWhereInput): BatchPayload!
  3011. createMeta(data: MetaCreateInput!): Meta!
  3012. updateMeta(data: MetaUpdateInput!, where: MetaWhereUniqueInput!): Meta
  3013. updateManyMetas(data: MetaUpdateManyMutationInput!, where: MetaWhereInput): BatchPayload!
  3014. upsertMeta(where: MetaWhereUniqueInput!, create: MetaCreateInput!, update: MetaUpdateInput!): Meta!
  3015. deleteMeta(where: MetaWhereUniqueInput!): Meta
  3016. deleteManyMetas(where: MetaWhereInput): BatchPayload!
  3017. createProject(data: ProjectCreateInput!): Project!
  3018. updateProject(data: ProjectUpdateInput!, where: ProjectWhereUniqueInput!): Project
  3019. updateManyProjects(data: ProjectUpdateManyMutationInput!, where: ProjectWhereInput): BatchPayload!
  3020. upsertProject(where: ProjectWhereUniqueInput!, create: ProjectCreateInput!, update: ProjectUpdateInput!): Project!
  3021. deleteProject(where: ProjectWhereUniqueInput!): Project
  3022. deleteManyProjects(where: ProjectWhereInput): BatchPayload!
  3023. createProjectVersion(data: ProjectVersionCreateInput!): ProjectVersion!
  3024. updateProjectVersion(data: ProjectVersionUpdateInput!, where: ProjectVersionWhereUniqueInput!): ProjectVersion
  3025. updateManyProjectVersions(data: ProjectVersionUpdateManyMutationInput!, where: ProjectVersionWhereInput): BatchPayload!
  3026. upsertProjectVersion(where: ProjectVersionWhereUniqueInput!, create: ProjectVersionCreateInput!, update: ProjectVersionUpdateInput!): ProjectVersion!
  3027. deleteProjectVersion(where: ProjectVersionWhereUniqueInput!): ProjectVersion
  3028. deleteManyProjectVersions(where: ProjectVersionWhereInput): BatchPayload!
  3029. createSetup(data: SetupCreateInput!): Setup!
  3030. updateSetup(data: SetupUpdateInput!, where: SetupWhereUniqueInput!): Setup
  3031. updateManySetups(data: SetupUpdateManyMutationInput!, where: SetupWhereInput): BatchPayload!
  3032. upsertSetup(where: SetupWhereUniqueInput!, create: SetupCreateInput!, update: SetupUpdateInput!): Setup!
  3033. deleteSetup(where: SetupWhereUniqueInput!): Setup
  3034. deleteManySetups(where: SetupWhereInput): BatchPayload!
  3035. createSetupHardware(data: SetupHardwareCreateInput!): SetupHardware!
  3036. updateSetupHardware(data: SetupHardwareUpdateInput!, where: SetupHardwareWhereUniqueInput!): SetupHardware
  3037. updateManySetupHardwares(data: SetupHardwareUpdateManyMutationInput!, where: SetupHardwareWhereInput): BatchPayload!
  3038. upsertSetupHardware(where: SetupHardwareWhereUniqueInput!, create: SetupHardwareCreateInput!, update: SetupHardwareUpdateInput!): SetupHardware!
  3039. deleteSetupHardware(where: SetupHardwareWhereUniqueInput!): SetupHardware
  3040. deleteManySetupHardwares(where: SetupHardwareWhereInput): BatchPayload!
  3041. createSetupHardwareInstance(data: SetupHardwareInstanceCreateInput!): SetupHardwareInstance!
  3042. updateSetupHardwareInstance(data: SetupHardwareInstanceUpdateInput!, where: SetupHardwareInstanceWhereUniqueInput!): SetupHardwareInstance
  3043. updateManySetupHardwareInstances(data: SetupHardwareInstanceUpdateManyMutationInput!, where: SetupHardwareInstanceWhereInput): BatchPayload!
  3044. upsertSetupHardwareInstance(where: SetupHardwareInstanceWhereUniqueInput!, create: SetupHardwareInstanceCreateInput!, update: SetupHardwareInstanceUpdateInput!): SetupHardwareInstance!
  3045. deleteSetupHardwareInstance(where: SetupHardwareInstanceWhereUniqueInput!): SetupHardwareInstance
  3046. deleteManySetupHardwareInstances(where: SetupHardwareInstanceWhereInput): BatchPayload!
  3047. createUser(data: UserCreateInput!): User!
  3048. updateUser(data: UserUpdateInput!, where: UserWhereUniqueInput!): User
  3049. updateManyUsers(data: UserUpdateManyMutationInput!, where: UserWhereInput): BatchPayload!
  3050. upsertUser(where: UserWhereUniqueInput!, create: UserCreateInput!, update: UserUpdateInput!): User!
  3051. deleteUser(where: UserWhereUniqueInput!): User
  3052. deleteManyUsers(where: UserWhereInput): BatchPayload!
  3053. }
  3054. enum MutationType {
  3055. CREATED
  3056. UPDATED
  3057. DELETED
  3058. }
  3059. interface Node {
  3060. id: ID!
  3061. }
  3062. type PageInfo {
  3063. hasNextPage: Boolean!
  3064. hasPreviousPage: Boolean!
  3065. startCursor: String
  3066. endCursor: String
  3067. }
  3068. type Project {
  3069. id: ID!
  3070. name: String!
  3071. abbreviation: String!
  3072. description: String
  3073. files(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3074. versions(where: ProjectVersionWhereInput, orderBy: ProjectVersionOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ProjectVersion!]
  3075. }
  3076. type ProjectConnection {
  3077. pageInfo: PageInfo!
  3078. edges: [ProjectEdge]!
  3079. aggregate: AggregateProject!
  3080. }
  3081. input ProjectCreateInput {
  3082. name: String!
  3083. abbreviation: String!
  3084. description: String
  3085. files: FileCreateManyInput
  3086. versions: ProjectVersionCreateManyWithoutProjectInput
  3087. }
  3088. input ProjectCreateOneWithoutVersionsInput {
  3089. create: ProjectCreateWithoutVersionsInput
  3090. connect: ProjectWhereUniqueInput
  3091. }
  3092. input ProjectCreateWithoutVersionsInput {
  3093. name: String!
  3094. abbreviation: String!
  3095. description: String
  3096. files: FileCreateManyInput
  3097. }
  3098. type ProjectEdge {
  3099. node: Project!
  3100. cursor: String!
  3101. }
  3102. enum ProjectOrderByInput {
  3103. id_ASC
  3104. id_DESC
  3105. name_ASC
  3106. name_DESC
  3107. abbreviation_ASC
  3108. abbreviation_DESC
  3109. description_ASC
  3110. description_DESC
  3111. createdAt_ASC
  3112. createdAt_DESC
  3113. updatedAt_ASC
  3114. updatedAt_DESC
  3115. }
  3116. type ProjectPreviousValues {
  3117. id: ID!
  3118. name: String!
  3119. abbreviation: String!
  3120. description: String
  3121. }
  3122. type ProjectSubscriptionPayload {
  3123. mutation: MutationType!
  3124. node: Project
  3125. updatedFields: [String!]
  3126. previousValues: ProjectPreviousValues
  3127. }
  3128. input ProjectSubscriptionWhereInput {
  3129. mutation_in: [MutationType!]
  3130. updatedFields_contains: String
  3131. updatedFields_contains_every: [String!]
  3132. updatedFields_contains_some: [String!]
  3133. node: ProjectWhereInput
  3134. AND: [ProjectSubscriptionWhereInput!]
  3135. OR: [ProjectSubscriptionWhereInput!]
  3136. NOT: [ProjectSubscriptionWhereInput!]
  3137. }
  3138. input ProjectUpdateInput {
  3139. name: String
  3140. abbreviation: String
  3141. description: String
  3142. files: FileUpdateManyInput
  3143. versions: ProjectVersionUpdateManyWithoutProjectInput
  3144. }
  3145. input ProjectUpdateManyMutationInput {
  3146. name: String
  3147. abbreviation: String
  3148. description: String
  3149. }
  3150. input ProjectUpdateOneRequiredWithoutVersionsInput {
  3151. create: ProjectCreateWithoutVersionsInput
  3152. update: ProjectUpdateWithoutVersionsDataInput
  3153. upsert: ProjectUpsertWithoutVersionsInput
  3154. connect: ProjectWhereUniqueInput
  3155. }
  3156. input ProjectUpdateWithoutVersionsDataInput {
  3157. name: String
  3158. abbreviation: String
  3159. description: String
  3160. files: FileUpdateManyInput
  3161. }
  3162. input ProjectUpsertWithoutVersionsInput {
  3163. update: ProjectUpdateWithoutVersionsDataInput!
  3164. create: ProjectCreateWithoutVersionsInput!
  3165. }
  3166. type ProjectVersion {
  3167. id: ID!
  3168. name: String!
  3169. changes: [String!]!
  3170. date: DateTime!
  3171. project: Project!
  3172. }
  3173. type ProjectVersionConnection {
  3174. pageInfo: PageInfo!
  3175. edges: [ProjectVersionEdge]!
  3176. aggregate: AggregateProjectVersion!
  3177. }
  3178. input ProjectVersionCreatechangesInput {
  3179. set: [String!]
  3180. }
  3181. input ProjectVersionCreateInput {
  3182. name: String!
  3183. changes: ProjectVersionCreatechangesInput
  3184. date: DateTime!
  3185. project: ProjectCreateOneWithoutVersionsInput!
  3186. }
  3187. input ProjectVersionCreateManyWithoutProjectInput {
  3188. create: [ProjectVersionCreateWithoutProjectInput!]
  3189. connect: [ProjectVersionWhereUniqueInput!]
  3190. }
  3191. input ProjectVersionCreateOneInput {
  3192. create: ProjectVersionCreateInput
  3193. connect: ProjectVersionWhereUniqueInput
  3194. }
  3195. input ProjectVersionCreateWithoutProjectInput {
  3196. name: String!
  3197. changes: ProjectVersionCreatechangesInput
  3198. date: DateTime!
  3199. }
  3200. type ProjectVersionEdge {
  3201. node: ProjectVersion!
  3202. cursor: String!
  3203. }
  3204. enum ProjectVersionOrderByInput {
  3205. id_ASC
  3206. id_DESC
  3207. name_ASC
  3208. name_DESC
  3209. date_ASC
  3210. date_DESC
  3211. createdAt_ASC
  3212. createdAt_DESC
  3213. updatedAt_ASC
  3214. updatedAt_DESC
  3215. }
  3216. type ProjectVersionPreviousValues {
  3217. id: ID!
  3218. name: String!
  3219. changes: [String!]!
  3220. date: DateTime!
  3221. }
  3222. input ProjectVersionScalarWhereInput {
  3223. id: ID
  3224. id_not: ID
  3225. id_in: [ID!]
  3226. id_not_in: [ID!]
  3227. id_lt: ID
  3228. id_lte: ID
  3229. id_gt: ID
  3230. id_gte: ID
  3231. id_contains: ID
  3232. id_not_contains: ID
  3233. id_starts_with: ID
  3234. id_not_starts_with: ID
  3235. id_ends_with: ID
  3236. id_not_ends_with: ID
  3237. name: String
  3238. name_not: String
  3239. name_in: [String!]
  3240. name_not_in: [String!]
  3241. name_lt: String
  3242. name_lte: String
  3243. name_gt: String
  3244. name_gte: String
  3245. name_contains: String
  3246. name_not_contains: String
  3247. name_starts_with: String
  3248. name_not_starts_with: String
  3249. name_ends_with: String
  3250. name_not_ends_with: String
  3251. date: DateTime
  3252. date_not: DateTime
  3253. date_in: [DateTime!]
  3254. date_not_in: [DateTime!]
  3255. date_lt: DateTime
  3256. date_lte: DateTime
  3257. date_gt: DateTime
  3258. date_gte: DateTime
  3259. AND: [ProjectVersionScalarWhereInput!]
  3260. OR: [ProjectVersionScalarWhereInput!]
  3261. NOT: [ProjectVersionScalarWhereInput!]
  3262. }
  3263. type ProjectVersionSubscriptionPayload {
  3264. mutation: MutationType!
  3265. node: ProjectVersion
  3266. updatedFields: [String!]
  3267. previousValues: ProjectVersionPreviousValues
  3268. }
  3269. input ProjectVersionSubscriptionWhereInput {
  3270. mutation_in: [MutationType!]
  3271. updatedFields_contains: String
  3272. updatedFields_contains_every: [String!]
  3273. updatedFields_contains_some: [String!]
  3274. node: ProjectVersionWhereInput
  3275. AND: [ProjectVersionSubscriptionWhereInput!]
  3276. OR: [ProjectVersionSubscriptionWhereInput!]
  3277. NOT: [ProjectVersionSubscriptionWhereInput!]
  3278. }
  3279. input ProjectVersionUpdatechangesInput {
  3280. set: [String!]
  3281. }
  3282. input ProjectVersionUpdateDataInput {
  3283. name: String
  3284. changes: ProjectVersionUpdatechangesInput
  3285. date: DateTime
  3286. project: ProjectUpdateOneRequiredWithoutVersionsInput
  3287. }
  3288. input ProjectVersionUpdateInput {
  3289. name: String
  3290. changes: ProjectVersionUpdatechangesInput
  3291. date: DateTime
  3292. project: ProjectUpdateOneRequiredWithoutVersionsInput
  3293. }
  3294. input ProjectVersionUpdateManyDataInput {
  3295. name: String
  3296. changes: ProjectVersionUpdatechangesInput
  3297. date: DateTime
  3298. }
  3299. input ProjectVersionUpdateManyMutationInput {
  3300. name: String
  3301. changes: ProjectVersionUpdatechangesInput
  3302. date: DateTime
  3303. }
  3304. input ProjectVersionUpdateManyWithoutProjectInput {
  3305. create: [ProjectVersionCreateWithoutProjectInput!]
  3306. delete: [ProjectVersionWhereUniqueInput!]
  3307. connect: [ProjectVersionWhereUniqueInput!]
  3308. set: [ProjectVersionWhereUniqueInput!]
  3309. disconnect: [ProjectVersionWhereUniqueInput!]
  3310. update: [ProjectVersionUpdateWithWhereUniqueWithoutProjectInput!]
  3311. upsert: [ProjectVersionUpsertWithWhereUniqueWithoutProjectInput!]
  3312. deleteMany: [ProjectVersionScalarWhereInput!]
  3313. updateMany: [ProjectVersionUpdateManyWithWhereNestedInput!]
  3314. }
  3315. input ProjectVersionUpdateManyWithWhereNestedInput {
  3316. where: ProjectVersionScalarWhereInput!
  3317. data: ProjectVersionUpdateManyDataInput!
  3318. }
  3319. input ProjectVersionUpdateOneRequiredInput {
  3320. create: ProjectVersionCreateInput
  3321. update: ProjectVersionUpdateDataInput
  3322. upsert: ProjectVersionUpsertNestedInput
  3323. connect: ProjectVersionWhereUniqueInput
  3324. }
  3325. input ProjectVersionUpdateWithoutProjectDataInput {
  3326. name: String
  3327. changes: ProjectVersionUpdatechangesInput
  3328. date: DateTime
  3329. }
  3330. input ProjectVersionUpdateWithWhereUniqueWithoutProjectInput {
  3331. where: ProjectVersionWhereUniqueInput!
  3332. data: ProjectVersionUpdateWithoutProjectDataInput!
  3333. }
  3334. input ProjectVersionUpsertNestedInput {
  3335. update: ProjectVersionUpdateDataInput!
  3336. create: ProjectVersionCreateInput!
  3337. }
  3338. input ProjectVersionUpsertWithWhereUniqueWithoutProjectInput {
  3339. where: ProjectVersionWhereUniqueInput!
  3340. update: ProjectVersionUpdateWithoutProjectDataInput!
  3341. create: ProjectVersionCreateWithoutProjectInput!
  3342. }
  3343. input ProjectVersionWhereInput {
  3344. id: ID
  3345. id_not: ID
  3346. id_in: [ID!]
  3347. id_not_in: [ID!]
  3348. id_lt: ID
  3349. id_lte: ID
  3350. id_gt: ID
  3351. id_gte: ID
  3352. id_contains: ID
  3353. id_not_contains: ID
  3354. id_starts_with: ID
  3355. id_not_starts_with: ID
  3356. id_ends_with: ID
  3357. id_not_ends_with: ID
  3358. name: String
  3359. name_not: String
  3360. name_in: [String!]
  3361. name_not_in: [String!]
  3362. name_lt: String
  3363. name_lte: String
  3364. name_gt: String
  3365. name_gte: String
  3366. name_contains: String
  3367. name_not_contains: String
  3368. name_starts_with: String
  3369. name_not_starts_with: String
  3370. name_ends_with: String
  3371. name_not_ends_with: String
  3372. date: DateTime
  3373. date_not: DateTime
  3374. date_in: [DateTime!]
  3375. date_not_in: [DateTime!]
  3376. date_lt: DateTime
  3377. date_lte: DateTime
  3378. date_gt: DateTime
  3379. date_gte: DateTime
  3380. project: ProjectWhereInput
  3381. AND: [ProjectVersionWhereInput!]
  3382. OR: [ProjectVersionWhereInput!]
  3383. NOT: [ProjectVersionWhereInput!]
  3384. }
  3385. input ProjectVersionWhereUniqueInput {
  3386. id: ID
  3387. name: String
  3388. }
  3389. input ProjectWhereInput {
  3390. id: ID
  3391. id_not: ID
  3392. id_in: [ID!]
  3393. id_not_in: [ID!]
  3394. id_lt: ID
  3395. id_lte: ID
  3396. id_gt: ID
  3397. id_gte: ID
  3398. id_contains: ID
  3399. id_not_contains: ID
  3400. id_starts_with: ID
  3401. id_not_starts_with: ID
  3402. id_ends_with: ID
  3403. id_not_ends_with: ID
  3404. name: String
  3405. name_not: String
  3406. name_in: [String!]
  3407. name_not_in: [String!]
  3408. name_lt: String
  3409. name_lte: String
  3410. name_gt: String
  3411. name_gte: String
  3412. name_contains: String
  3413. name_not_contains: String
  3414. name_starts_with: String
  3415. name_not_starts_with: String
  3416. name_ends_with: String
  3417. name_not_ends_with: String
  3418. abbreviation: String
  3419. abbreviation_not: String
  3420. abbreviation_in: [String!]
  3421. abbreviation_not_in: [String!]
  3422. abbreviation_lt: String
  3423. abbreviation_lte: String
  3424. abbreviation_gt: String
  3425. abbreviation_gte: String
  3426. abbreviation_contains: String
  3427. abbreviation_not_contains: String
  3428. abbreviation_starts_with: String
  3429. abbreviation_not_starts_with: String
  3430. abbreviation_ends_with: String
  3431. abbreviation_not_ends_with: String
  3432. description: String
  3433. description_not: String
  3434. description_in: [String!]
  3435. description_not_in: [String!]
  3436. description_lt: String
  3437. description_lte: String
  3438. description_gt: String
  3439. description_gte: String
  3440. description_contains: String
  3441. description_not_contains: String
  3442. description_starts_with: String
  3443. description_not_starts_with: String
  3444. description_ends_with: String
  3445. description_not_ends_with: String
  3446. files_every: FileWhereInput
  3447. files_some: FileWhereInput
  3448. files_none: FileWhereInput
  3449. versions_every: ProjectVersionWhereInput
  3450. versions_some: ProjectVersionWhereInput
  3451. versions_none: ProjectVersionWhereInput
  3452. AND: [ProjectWhereInput!]
  3453. OR: [ProjectWhereInput!]
  3454. NOT: [ProjectWhereInput!]
  3455. }
  3456. input ProjectWhereUniqueInput {
  3457. id: ID
  3458. name: String
  3459. abbreviation: String
  3460. }
  3461. type Query {
  3462. characterization(where: CharacterizationWhereUniqueInput!): Characterization
  3463. characterizations(where: CharacterizationWhereInput, orderBy: CharacterizationOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Characterization]!
  3464. characterizationsConnection(where: CharacterizationWhereInput, orderBy: CharacterizationOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): CharacterizationConnection!
  3465. comment(where: CommentWhereUniqueInput!): Comment
  3466. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment]!
  3467. commentsConnection(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): CommentConnection!
  3468. dUT(where: DUTWhereUniqueInput!): DUT
  3469. dUTs(where: DUTWhereInput, orderBy: DUTOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [DUT]!
  3470. dUTsConnection(where: DUTWhereInput, orderBy: DUTOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): DUTConnection!
  3471. event(where: EventWhereUniqueInput!): Event
  3472. events(where: EventWhereInput, orderBy: EventOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Event]!
  3473. eventsConnection(where: EventWhereInput, orderBy: EventOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): EventConnection!
  3474. file(where: FileWhereUniqueInput!): File
  3475. files(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File]!
  3476. filesConnection(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): FileConnection!
  3477. instrument(where: InstrumentWhereUniqueInput!): Instrument
  3478. instruments(where: InstrumentWhereInput, orderBy: InstrumentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Instrument]!
  3479. instrumentsConnection(where: InstrumentWhereInput, orderBy: InstrumentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentConnection!
  3480. instrumentCommand(where: InstrumentCommandWhereUniqueInput!): InstrumentCommand
  3481. instrumentCommands(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentCommand]!
  3482. instrumentCommandsConnection(where: InstrumentCommandWhereInput, orderBy: InstrumentCommandOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentCommandConnection!
  3483. instrumentInstance(where: InstrumentInstanceWhereUniqueInput!): InstrumentInstance
  3484. instrumentInstances(where: InstrumentInstanceWhereInput, orderBy: InstrumentInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentInstance]!
  3485. instrumentInstancesConnection(where: InstrumentInstanceWhereInput, orderBy: InstrumentInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentInstanceConnection!
  3486. instrumentParameter(where: InstrumentParameterWhereUniqueInput!): InstrumentParameter
  3487. instrumentParameters(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentParameter]!
  3488. instrumentParametersConnection(where: InstrumentParameterWhereInput, orderBy: InstrumentParameterOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentParameterConnection!
  3489. instrumentSubsystem(where: InstrumentSubsystemWhereUniqueInput!): InstrumentSubsystem
  3490. instrumentSubsystems(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentSubsystem]!
  3491. instrumentSubsystemsConnection(where: InstrumentSubsystemWhereInput, orderBy: InstrumentSubsystemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): InstrumentSubsystemConnection!
  3492. measurement(where: MeasurementWhereUniqueInput!): Measurement
  3493. measurements(where: MeasurementWhereInput, orderBy: MeasurementOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Measurement]!
  3494. measurementsConnection(where: MeasurementWhereInput, orderBy: MeasurementOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): MeasurementConnection!
  3495. measurementRun(where: MeasurementRunWhereUniqueInput!): MeasurementRun
  3496. measurementRuns(where: MeasurementRunWhereInput, orderBy: MeasurementRunOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [MeasurementRun]!
  3497. measurementRunsConnection(where: MeasurementRunWhereInput, orderBy: MeasurementRunOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): MeasurementRunConnection!
  3498. meta(where: MetaWhereUniqueInput!): Meta
  3499. metas(where: MetaWhereInput, orderBy: MetaOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Meta]!
  3500. metasConnection(where: MetaWhereInput, orderBy: MetaOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): MetaConnection!
  3501. project(where: ProjectWhereUniqueInput!): Project
  3502. projects(where: ProjectWhereInput, orderBy: ProjectOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Project]!
  3503. projectsConnection(where: ProjectWhereInput, orderBy: ProjectOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ProjectConnection!
  3504. projectVersion(where: ProjectVersionWhereUniqueInput!): ProjectVersion
  3505. projectVersions(where: ProjectVersionWhereInput, orderBy: ProjectVersionOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [ProjectVersion]!
  3506. projectVersionsConnection(where: ProjectVersionWhereInput, orderBy: ProjectVersionOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): ProjectVersionConnection!
  3507. setup(where: SetupWhereUniqueInput!): Setup
  3508. setups(where: SetupWhereInput, orderBy: SetupOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Setup]!
  3509. setupsConnection(where: SetupWhereInput, orderBy: SetupOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): SetupConnection!
  3510. setupHardware(where: SetupHardwareWhereUniqueInput!): SetupHardware
  3511. setupHardwares(where: SetupHardwareWhereInput, orderBy: SetupHardwareOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [SetupHardware]!
  3512. setupHardwaresConnection(where: SetupHardwareWhereInput, orderBy: SetupHardwareOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): SetupHardwareConnection!
  3513. setupHardwareInstance(where: SetupHardwareInstanceWhereUniqueInput!): SetupHardwareInstance
  3514. setupHardwareInstances(where: SetupHardwareInstanceWhereInput, orderBy: SetupHardwareInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [SetupHardwareInstance]!
  3515. setupHardwareInstancesConnection(where: SetupHardwareInstanceWhereInput, orderBy: SetupHardwareInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): SetupHardwareInstanceConnection!
  3516. user(where: UserWhereUniqueInput!): User
  3517. users(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User]!
  3518. usersConnection(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): UserConnection!
  3519. node(id: ID!): Node
  3520. }
  3521. type Setup {
  3522. id: ID!
  3523. name: String!
  3524. description: String!
  3525. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3526. comments(where: CommentWhereInput, orderBy: CommentOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Comment!]
  3527. setupHardware(where: SetupHardwareInstanceWhereInput, orderBy: SetupHardwareInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [SetupHardwareInstance!]
  3528. instruments(where: InstrumentInstanceWhereInput, orderBy: InstrumentInstanceOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [InstrumentInstance!]
  3529. }
  3530. type SetupConnection {
  3531. pageInfo: PageInfo!
  3532. edges: [SetupEdge]!
  3533. aggregate: AggregateSetup!
  3534. }
  3535. input SetupCreateInput {
  3536. name: String!
  3537. description: String!
  3538. images: FileCreateManyInput
  3539. comments: CommentCreateManyInput
  3540. setupHardware: SetupHardwareInstanceCreateManyInput
  3541. instruments: InstrumentInstanceCreateManyInput
  3542. }
  3543. input SetupCreateOneInput {
  3544. create: SetupCreateInput
  3545. connect: SetupWhereUniqueInput
  3546. }
  3547. type SetupEdge {
  3548. node: Setup!
  3549. cursor: String!
  3550. }
  3551. type SetupHardware {
  3552. id: ID!
  3553. name: String!
  3554. description: String
  3555. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3556. }
  3557. type SetupHardwareConnection {
  3558. pageInfo: PageInfo!
  3559. edges: [SetupHardwareEdge]!
  3560. aggregate: AggregateSetupHardware!
  3561. }
  3562. input SetupHardwareCreateInput {
  3563. name: String!
  3564. description: String
  3565. images: FileCreateManyInput
  3566. }
  3567. input SetupHardwareCreateOneInput {
  3568. create: SetupHardwareCreateInput
  3569. connect: SetupHardwareWhereUniqueInput
  3570. }
  3571. type SetupHardwareEdge {
  3572. node: SetupHardware!
  3573. cursor: String!
  3574. }
  3575. type SetupHardwareInstance {
  3576. id: ID!
  3577. setupHardware: SetupHardware!
  3578. identifier: String!
  3579. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  3580. }
  3581. type SetupHardwareInstanceConnection {
  3582. pageInfo: PageInfo!
  3583. edges: [SetupHardwareInstanceEdge]!
  3584. aggregate: AggregateSetupHardwareInstance!
  3585. }
  3586. input SetupHardwareInstanceCreateInput {
  3587. setupHardware: SetupHardwareCreateOneInput!
  3588. identifier: String!
  3589. images: FileCreateManyInput
  3590. }
  3591. input SetupHardwareInstanceCreateManyInput {
  3592. create: [SetupHardwareInstanceCreateInput!]
  3593. connect: [SetupHardwareInstanceWhereUniqueInput!]
  3594. }
  3595. type SetupHardwareInstanceEdge {
  3596. node: SetupHardwareInstance!
  3597. cursor: String!
  3598. }
  3599. enum SetupHardwareInstanceOrderByInput {
  3600. id_ASC
  3601. id_DESC
  3602. identifier_ASC
  3603. identifier_DESC
  3604. createdAt_ASC
  3605. createdAt_DESC
  3606. updatedAt_ASC
  3607. updatedAt_DESC
  3608. }
  3609. type SetupHardwareInstancePreviousValues {
  3610. id: ID!
  3611. identifier: String!
  3612. }
  3613. input SetupHardwareInstanceScalarWhereInput {
  3614. id: ID
  3615. id_not: ID
  3616. id_in: [ID!]
  3617. id_not_in: [ID!]
  3618. id_lt: ID
  3619. id_lte: ID
  3620. id_gt: ID
  3621. id_gte: ID
  3622. id_contains: ID
  3623. id_not_contains: ID
  3624. id_starts_with: ID
  3625. id_not_starts_with: ID
  3626. id_ends_with: ID
  3627. id_not_ends_with: ID
  3628. identifier: String
  3629. identifier_not: String
  3630. identifier_in: [String!]
  3631. identifier_not_in: [String!]
  3632. identifier_lt: String
  3633. identifier_lte: String
  3634. identifier_gt: String
  3635. identifier_gte: String
  3636. identifier_contains: String
  3637. identifier_not_contains: String
  3638. identifier_starts_with: String
  3639. identifier_not_starts_with: String
  3640. identifier_ends_with: String
  3641. identifier_not_ends_with: String
  3642. AND: [SetupHardwareInstanceScalarWhereInput!]
  3643. OR: [SetupHardwareInstanceScalarWhereInput!]
  3644. NOT: [SetupHardwareInstanceScalarWhereInput!]
  3645. }
  3646. type SetupHardwareInstanceSubscriptionPayload {
  3647. mutation: MutationType!
  3648. node: SetupHardwareInstance
  3649. updatedFields: [String!]
  3650. previousValues: SetupHardwareInstancePreviousValues
  3651. }
  3652. input SetupHardwareInstanceSubscriptionWhereInput {
  3653. mutation_in: [MutationType!]
  3654. updatedFields_contains: String
  3655. updatedFields_contains_every: [String!]
  3656. updatedFields_contains_some: [String!]
  3657. node: SetupHardwareInstanceWhereInput
  3658. AND: [SetupHardwareInstanceSubscriptionWhereInput!]
  3659. OR: [SetupHardwareInstanceSubscriptionWhereInput!]
  3660. NOT: [SetupHardwareInstanceSubscriptionWhereInput!]
  3661. }
  3662. input SetupHardwareInstanceUpdateDataInput {
  3663. setupHardware: SetupHardwareUpdateOneRequiredInput
  3664. identifier: String
  3665. images: FileUpdateManyInput
  3666. }
  3667. input SetupHardwareInstanceUpdateInput {
  3668. setupHardware: SetupHardwareUpdateOneRequiredInput
  3669. identifier: String
  3670. images: FileUpdateManyInput
  3671. }
  3672. input SetupHardwareInstanceUpdateManyDataInput {
  3673. identifier: String
  3674. }
  3675. input SetupHardwareInstanceUpdateManyInput {
  3676. create: [SetupHardwareInstanceCreateInput!]
  3677. update: [SetupHardwareInstanceUpdateWithWhereUniqueNestedInput!]
  3678. upsert: [SetupHardwareInstanceUpsertWithWhereUniqueNestedInput!]
  3679. delete: [SetupHardwareInstanceWhereUniqueInput!]
  3680. connect: [SetupHardwareInstanceWhereUniqueInput!]
  3681. set: [SetupHardwareInstanceWhereUniqueInput!]
  3682. disconnect: [SetupHardwareInstanceWhereUniqueInput!]
  3683. deleteMany: [SetupHardwareInstanceScalarWhereInput!]
  3684. updateMany: [SetupHardwareInstanceUpdateManyWithWhereNestedInput!]
  3685. }
  3686. input SetupHardwareInstanceUpdateManyMutationInput {
  3687. identifier: String
  3688. }
  3689. input SetupHardwareInstanceUpdateManyWithWhereNestedInput {
  3690. where: SetupHardwareInstanceScalarWhereInput!
  3691. data: SetupHardwareInstanceUpdateManyDataInput!
  3692. }
  3693. input SetupHardwareInstanceUpdateWithWhereUniqueNestedInput {
  3694. where: SetupHardwareInstanceWhereUniqueInput!
  3695. data: SetupHardwareInstanceUpdateDataInput!
  3696. }
  3697. input SetupHardwareInstanceUpsertWithWhereUniqueNestedInput {
  3698. where: SetupHardwareInstanceWhereUniqueInput!
  3699. update: SetupHardwareInstanceUpdateDataInput!
  3700. create: SetupHardwareInstanceCreateInput!
  3701. }
  3702. input SetupHardwareInstanceWhereInput {
  3703. id: ID
  3704. id_not: ID
  3705. id_in: [ID!]
  3706. id_not_in: [ID!]
  3707. id_lt: ID
  3708. id_lte: ID
  3709. id_gt: ID
  3710. id_gte: ID
  3711. id_contains: ID
  3712. id_not_contains: ID
  3713. id_starts_with: ID
  3714. id_not_starts_with: ID
  3715. id_ends_with: ID
  3716. id_not_ends_with: ID
  3717. setupHardware: SetupHardwareWhereInput
  3718. identifier: String
  3719. identifier_not: String
  3720. identifier_in: [String!]
  3721. identifier_not_in: [String!]
  3722. identifier_lt: String
  3723. identifier_lte: String
  3724. identifier_gt: String
  3725. identifier_gte: String
  3726. identifier_contains: String
  3727. identifier_not_contains: String
  3728. identifier_starts_with: String
  3729. identifier_not_starts_with: String
  3730. identifier_ends_with: String
  3731. identifier_not_ends_with: String
  3732. images_every: FileWhereInput
  3733. images_some: FileWhereInput
  3734. images_none: FileWhereInput
  3735. AND: [SetupHardwareInstanceWhereInput!]
  3736. OR: [SetupHardwareInstanceWhereInput!]
  3737. NOT: [SetupHardwareInstanceWhereInput!]
  3738. }
  3739. input SetupHardwareInstanceWhereUniqueInput {
  3740. id: ID
  3741. }
  3742. enum SetupHardwareOrderByInput {
  3743. id_ASC
  3744. id_DESC
  3745. name_ASC
  3746. name_DESC
  3747. description_ASC
  3748. description_DESC
  3749. createdAt_ASC
  3750. createdAt_DESC
  3751. updatedAt_ASC
  3752. updatedAt_DESC
  3753. }
  3754. type SetupHardwarePreviousValues {
  3755. id: ID!
  3756. name: String!
  3757. description: String
  3758. }
  3759. type SetupHardwareSubscriptionPayload {
  3760. mutation: MutationType!
  3761. node: SetupHardware
  3762. updatedFields: [String!]
  3763. previousValues: SetupHardwarePreviousValues
  3764. }
  3765. input SetupHardwareSubscriptionWhereInput {
  3766. mutation_in: [MutationType!]
  3767. updatedFields_contains: String
  3768. updatedFields_contains_every: [String!]
  3769. updatedFields_contains_some: [String!]
  3770. node: SetupHardwareWhereInput
  3771. AND: [SetupHardwareSubscriptionWhereInput!]
  3772. OR: [SetupHardwareSubscriptionWhereInput!]
  3773. NOT: [SetupHardwareSubscriptionWhereInput!]
  3774. }
  3775. input SetupHardwareUpdateDataInput {
  3776. name: String
  3777. description: String
  3778. images: FileUpdateManyInput
  3779. }
  3780. input SetupHardwareUpdateInput {
  3781. name: String
  3782. description: String
  3783. images: FileUpdateManyInput
  3784. }
  3785. input SetupHardwareUpdateManyMutationInput {
  3786. name: String
  3787. description: String
  3788. }
  3789. input SetupHardwareUpdateOneRequiredInput {
  3790. create: SetupHardwareCreateInput
  3791. update: SetupHardwareUpdateDataInput
  3792. upsert: SetupHardwareUpsertNestedInput
  3793. connect: SetupHardwareWhereUniqueInput
  3794. }
  3795. input SetupHardwareUpsertNestedInput {
  3796. update: SetupHardwareUpdateDataInput!
  3797. create: SetupHardwareCreateInput!
  3798. }
  3799. input SetupHardwareWhereInput {
  3800. id: ID
  3801. id_not: ID
  3802. id_in: [ID!]
  3803. id_not_in: [ID!]
  3804. id_lt: ID
  3805. id_lte: ID
  3806. id_gt: ID
  3807. id_gte: ID
  3808. id_contains: ID
  3809. id_not_contains: ID
  3810. id_starts_with: ID
  3811. id_not_starts_with: ID
  3812. id_ends_with: ID
  3813. id_not_ends_with: ID
  3814. name: String
  3815. name_not: String
  3816. name_in: [String!]
  3817. name_not_in: [String!]
  3818. name_lt: String
  3819. name_lte: String
  3820. name_gt: String
  3821. name_gte: String
  3822. name_contains: String
  3823. name_not_contains: String
  3824. name_starts_with: String
  3825. name_not_starts_with: String
  3826. name_ends_with: String
  3827. name_not_ends_with: String
  3828. description: String
  3829. description_not: String
  3830. description_in: [String!]
  3831. description_not_in: [String!]
  3832. description_lt: String
  3833. description_lte: String
  3834. description_gt: String
  3835. description_gte: String
  3836. description_contains: String
  3837. description_not_contains: String
  3838. description_starts_with: String
  3839. description_not_starts_with: String
  3840. description_ends_with: String
  3841. description_not_ends_with: String
  3842. images_every: FileWhereInput
  3843. images_some: FileWhereInput
  3844. images_none: FileWhereInput
  3845. AND: [SetupHardwareWhereInput!]
  3846. OR: [SetupHardwareWhereInput!]
  3847. NOT: [SetupHardwareWhereInput!]
  3848. }
  3849. input SetupHardwareWhereUniqueInput {
  3850. id: ID
  3851. }
  3852. enum SetupOrderByInput {
  3853. id_ASC
  3854. id_DESC
  3855. name_ASC
  3856. name_DESC
  3857. description_ASC
  3858. description_DESC
  3859. createdAt_ASC
  3860. createdAt_DESC
  3861. updatedAt_ASC
  3862. updatedAt_DESC
  3863. }
  3864. type SetupPreviousValues {
  3865. id: ID!
  3866. name: String!
  3867. description: String!
  3868. }
  3869. type SetupSubscriptionPayload {
  3870. mutation: MutationType!
  3871. node: Setup
  3872. updatedFields: [String!]
  3873. previousValues: SetupPreviousValues
  3874. }
  3875. input SetupSubscriptionWhereInput {
  3876. mutation_in: [MutationType!]
  3877. updatedFields_contains: String
  3878. updatedFields_contains_every: [String!]
  3879. updatedFields_contains_some: [String!]
  3880. node: SetupWhereInput
  3881. AND: [SetupSubscriptionWhereInput!]
  3882. OR: [SetupSubscriptionWhereInput!]
  3883. NOT: [SetupSubscriptionWhereInput!]
  3884. }
  3885. input SetupUpdateDataInput {
  3886. name: String
  3887. description: String
  3888. images: FileUpdateManyInput
  3889. comments: CommentUpdateManyInput
  3890. setupHardware: SetupHardwareInstanceUpdateManyInput
  3891. instruments: InstrumentInstanceUpdateManyInput
  3892. }
  3893. input SetupUpdateInput {
  3894. name: String
  3895. description: String
  3896. images: FileUpdateManyInput
  3897. comments: CommentUpdateManyInput
  3898. setupHardware: SetupHardwareInstanceUpdateManyInput
  3899. instruments: InstrumentInstanceUpdateManyInput
  3900. }
  3901. input SetupUpdateManyMutationInput {
  3902. name: String
  3903. description: String
  3904. }
  3905. input SetupUpdateOneRequiredInput {
  3906. create: SetupCreateInput
  3907. update: SetupUpdateDataInput
  3908. upsert: SetupUpsertNestedInput
  3909. connect: SetupWhereUniqueInput
  3910. }
  3911. input SetupUpsertNestedInput {
  3912. update: SetupUpdateDataInput!
  3913. create: SetupCreateInput!
  3914. }
  3915. input SetupWhereInput {
  3916. id: ID
  3917. id_not: ID
  3918. id_in: [ID!]
  3919. id_not_in: [ID!]
  3920. id_lt: ID
  3921. id_lte: ID
  3922. id_gt: ID
  3923. id_gte: ID
  3924. id_contains: ID
  3925. id_not_contains: ID
  3926. id_starts_with: ID
  3927. id_not_starts_with: ID
  3928. id_ends_with: ID
  3929. id_not_ends_with: ID
  3930. name: String
  3931. name_not: String
  3932. name_in: [String!]
  3933. name_not_in: [String!]
  3934. name_lt: String
  3935. name_lte: String
  3936. name_gt: String
  3937. name_gte: String
  3938. name_contains: String
  3939. name_not_contains: String
  3940. name_starts_with: String
  3941. name_not_starts_with: String
  3942. name_ends_with: String
  3943. name_not_ends_with: String
  3944. description: String
  3945. description_not: String
  3946. description_in: [String!]
  3947. description_not_in: [String!]
  3948. description_lt: String
  3949. description_lte: String
  3950. description_gt: String
  3951. description_gte: String
  3952. description_contains: String
  3953. description_not_contains: String
  3954. description_starts_with: String
  3955. description_not_starts_with: String
  3956. description_ends_with: String
  3957. description_not_ends_with: String
  3958. images_every: FileWhereInput
  3959. images_some: FileWhereInput
  3960. images_none: FileWhereInput
  3961. comments_every: CommentWhereInput
  3962. comments_some: CommentWhereInput
  3963. comments_none: CommentWhereInput
  3964. setupHardware_every: SetupHardwareInstanceWhereInput
  3965. setupHardware_some: SetupHardwareInstanceWhereInput
  3966. setupHardware_none: SetupHardwareInstanceWhereInput
  3967. instruments_every: InstrumentInstanceWhereInput
  3968. instruments_some: InstrumentInstanceWhereInput
  3969. instruments_none: InstrumentInstanceWhereInput
  3970. AND: [SetupWhereInput!]
  3971. OR: [SetupWhereInput!]
  3972. NOT: [SetupWhereInput!]
  3973. }
  3974. input SetupWhereUniqueInput {
  3975. id: ID
  3976. }
  3977. type Subscription {
  3978. characterization(where: CharacterizationSubscriptionWhereInput): CharacterizationSubscriptionPayload
  3979. comment(where: CommentSubscriptionWhereInput): CommentSubscriptionPayload
  3980. dUT(where: DUTSubscriptionWhereInput): DUTSubscriptionPayload
  3981. event(where: EventSubscriptionWhereInput): EventSubscriptionPayload
  3982. file(where: FileSubscriptionWhereInput): FileSubscriptionPayload
  3983. instrument(where: InstrumentSubscriptionWhereInput): InstrumentSubscriptionPayload
  3984. instrumentCommand(where: InstrumentCommandSubscriptionWhereInput): InstrumentCommandSubscriptionPayload
  3985. instrumentInstance(where: InstrumentInstanceSubscriptionWhereInput): InstrumentInstanceSubscriptionPayload
  3986. instrumentParameter(where: InstrumentParameterSubscriptionWhereInput): InstrumentParameterSubscriptionPayload
  3987. instrumentSubsystem(where: InstrumentSubsystemSubscriptionWhereInput): InstrumentSubsystemSubscriptionPayload
  3988. measurement(where: MeasurementSubscriptionWhereInput): MeasurementSubscriptionPayload
  3989. measurementRun(where: MeasurementRunSubscriptionWhereInput): MeasurementRunSubscriptionPayload
  3990. meta(where: MetaSubscriptionWhereInput): MetaSubscriptionPayload
  3991. project(where: ProjectSubscriptionWhereInput): ProjectSubscriptionPayload
  3992. projectVersion(where: ProjectVersionSubscriptionWhereInput): ProjectVersionSubscriptionPayload
  3993. setup(where: SetupSubscriptionWhereInput): SetupSubscriptionPayload
  3994. setupHardware(where: SetupHardwareSubscriptionWhereInput): SetupHardwareSubscriptionPayload
  3995. setupHardwareInstance(where: SetupHardwareInstanceSubscriptionWhereInput): SetupHardwareInstanceSubscriptionPayload
  3996. user(where: UserSubscriptionWhereInput): UserSubscriptionPayload
  3997. }
  3998. type User {
  3999. id: ID!
  4000. email: String!
  4001. name: String!
  4002. abbreviation: String!
  4003. password: String!
  4004. images(where: FileWhereInput, orderBy: FileOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [File!]
  4005. }
  4006. type UserConnection {
  4007. pageInfo: PageInfo!
  4008. edges: [UserEdge]!
  4009. aggregate: AggregateUser!
  4010. }
  4011. input UserCreateInput {
  4012. email: String!
  4013. name: String!
  4014. abbreviation: String!
  4015. password: String!
  4016. images: FileCreateManyInput
  4017. }
  4018. input UserCreateManyInput {
  4019. create: [UserCreateInput!]
  4020. connect: [UserWhereUniqueInput!]
  4021. }
  4022. type UserEdge {
  4023. node: User!
  4024. cursor: String!
  4025. }
  4026. enum UserOrderByInput {
  4027. id_ASC
  4028. id_DESC
  4029. email_ASC
  4030. email_DESC
  4031. name_ASC
  4032. name_DESC
  4033. abbreviation_ASC
  4034. abbreviation_DESC
  4035. password_ASC
  4036. password_DESC
  4037. createdAt_ASC
  4038. createdAt_DESC
  4039. updatedAt_ASC
  4040. updatedAt_DESC
  4041. }
  4042. type UserPreviousValues {
  4043. id: ID!
  4044. email: String!
  4045. name: String!
  4046. abbreviation: String!
  4047. password: String!
  4048. }
  4049. input UserScalarWhereInput {
  4050. id: ID
  4051. id_not: ID
  4052. id_in: [ID!]
  4053. id_not_in: [ID!]
  4054. id_lt: ID
  4055. id_lte: ID
  4056. id_gt: ID
  4057. id_gte: ID
  4058. id_contains: ID
  4059. id_not_contains: ID
  4060. id_starts_with: ID
  4061. id_not_starts_with: ID
  4062. id_ends_with: ID
  4063. id_not_ends_with: ID
  4064. email: String
  4065. email_not: String
  4066. email_in: [String!]
  4067. email_not_in: [String!]
  4068. email_lt: String
  4069. email_lte: String
  4070. email_gt: String
  4071. email_gte: String
  4072. email_contains: String
  4073. email_not_contains: String
  4074. email_starts_with: String
  4075. email_not_starts_with: String
  4076. email_ends_with: String
  4077. email_not_ends_with: String
  4078. name: String
  4079. name_not: String
  4080. name_in: [String!]
  4081. name_not_in: [String!]
  4082. name_lt: String
  4083. name_lte: String
  4084. name_gt: String
  4085. name_gte: String
  4086. name_contains: String
  4087. name_not_contains: String
  4088. name_starts_with: String
  4089. name_not_starts_with: String
  4090. name_ends_with: String
  4091. name_not_ends_with: String
  4092. abbreviation: String
  4093. abbreviation_not: String
  4094. abbreviation_in: [String!]
  4095. abbreviation_not_in: [String!]
  4096. abbreviation_lt: String
  4097. abbreviation_lte: String
  4098. abbreviation_gt: String
  4099. abbreviation_gte: String
  4100. abbreviation_contains: String
  4101. abbreviation_not_contains: String
  4102. abbreviation_starts_with: String
  4103. abbreviation_not_starts_with: String
  4104. abbreviation_ends_with: String
  4105. abbreviation_not_ends_with: String
  4106. password: String
  4107. password_not: String
  4108. password_in: [String!]
  4109. password_not_in: [String!]
  4110. password_lt: String
  4111. password_lte: String
  4112. password_gt: String
  4113. password_gte: String
  4114. password_contains: String
  4115. password_not_contains: String
  4116. password_starts_with: String
  4117. password_not_starts_with: String
  4118. password_ends_with: String
  4119. password_not_ends_with: String
  4120. AND: [UserScalarWhereInput!]
  4121. OR: [UserScalarWhereInput!]
  4122. NOT: [UserScalarWhereInput!]
  4123. }
  4124. type UserSubscriptionPayload {
  4125. mutation: MutationType!
  4126. node: User
  4127. updatedFields: [String!]
  4128. previousValues: UserPreviousValues
  4129. }
  4130. input UserSubscriptionWhereInput {
  4131. mutation_in: [MutationType!]
  4132. updatedFields_contains: String
  4133. updatedFields_contains_every: [String!]
  4134. updatedFields_contains_some: [String!]
  4135. node: UserWhereInput
  4136. AND: [UserSubscriptionWhereInput!]
  4137. OR: [UserSubscriptionWhereInput!]
  4138. NOT: [UserSubscriptionWhereInput!]
  4139. }
  4140. input UserUpdateDataInput {
  4141. email: String
  4142. name: String
  4143. abbreviation: String
  4144. password: String
  4145. images: FileUpdateManyInput
  4146. }
  4147. input UserUpdateInput {
  4148. email: String
  4149. name: String
  4150. abbreviation: String
  4151. password: String
  4152. images: FileUpdateManyInput
  4153. }
  4154. input UserUpdateManyDataInput {
  4155. email: String
  4156. name: String
  4157. abbreviation: String
  4158. password: String
  4159. }
  4160. input UserUpdateManyInput {
  4161. create: [UserCreateInput!]
  4162. update: [UserUpdateWithWhereUniqueNestedInput!]
  4163. upsert: [UserUpsertWithWhereUniqueNestedInput!]
  4164. delete: [UserWhereUniqueInput!]
  4165. connect: [UserWhereUniqueInput!]
  4166. set: [UserWhereUniqueInput!]
  4167. disconnect: [UserWhereUniqueInput!]
  4168. deleteMany: [UserScalarWhereInput!]
  4169. updateMany: [UserUpdateManyWithWhereNestedInput!]
  4170. }
  4171. input UserUpdateManyMutationInput {
  4172. email: String
  4173. name: String
  4174. abbreviation: String
  4175. password: String
  4176. }
  4177. input UserUpdateManyWithWhereNestedInput {
  4178. where: UserScalarWhereInput!
  4179. data: UserUpdateManyDataInput!
  4180. }
  4181. input UserUpdateWithWhereUniqueNestedInput {
  4182. where: UserWhereUniqueInput!
  4183. data: UserUpdateDataInput!
  4184. }
  4185. input UserUpsertWithWhereUniqueNestedInput {
  4186. where: UserWhereUniqueInput!
  4187. update: UserUpdateDataInput!
  4188. create: UserCreateInput!
  4189. }
  4190. input UserWhereInput {
  4191. id: ID
  4192. id_not: ID
  4193. id_in: [ID!]
  4194. id_not_in: [ID!]
  4195. id_lt: ID
  4196. id_lte: ID
  4197. id_gt: ID
  4198. id_gte: ID
  4199. id_contains: ID
  4200. id_not_contains: ID
  4201. id_starts_with: ID
  4202. id_not_starts_with: ID
  4203. id_ends_with: ID
  4204. id_not_ends_with: ID
  4205. email: String
  4206. email_not: String
  4207. email_in: [String!]
  4208. email_not_in: [String!]
  4209. email_lt: String
  4210. email_lte: String
  4211. email_gt: String
  4212. email_gte: String
  4213. email_contains: String
  4214. email_not_contains: String
  4215. email_starts_with: String
  4216. email_not_starts_with: String
  4217. email_ends_with: String
  4218. email_not_ends_with: String
  4219. name: String
  4220. name_not: String
  4221. name_in: [String!]
  4222. name_not_in: [String!]
  4223. name_lt: String
  4224. name_lte: String
  4225. name_gt: String
  4226. name_gte: String
  4227. name_contains: String
  4228. name_not_contains: String
  4229. name_starts_with: String
  4230. name_not_starts_with: String
  4231. name_ends_with: String
  4232. name_not_ends_with: String
  4233. abbreviation: String
  4234. abbreviation_not: String
  4235. abbreviation_in: [String!]
  4236. abbreviation_not_in: [String!]
  4237. abbreviation_lt: String
  4238. abbreviation_lte: String
  4239. abbreviation_gt: String
  4240. abbreviation_gte: String
  4241. abbreviation_contains: String
  4242. abbreviation_not_contains: String
  4243. abbreviation_starts_with: String
  4244. abbreviation_not_starts_with: String
  4245. abbreviation_ends_with: String
  4246. abbreviation_not_ends_with: String
  4247. password: String
  4248. password_not: String
  4249. password_in: [String!]
  4250. password_not_in: [String!]
  4251. password_lt: String
  4252. password_lte: String
  4253. password_gt: String
  4254. password_gte: String
  4255. password_contains: String
  4256. password_not_contains: String
  4257. password_starts_with: String
  4258. password_not_starts_with: String
  4259. password_ends_with: String
  4260. password_not_ends_with: String
  4261. images_every: FileWhereInput
  4262. images_some: FileWhereInput
  4263. images_none: FileWhereInput
  4264. AND: [UserWhereInput!]
  4265. OR: [UserWhereInput!]
  4266. NOT: [UserWhereInput!]
  4267. }
  4268. input UserWhereUniqueInput {
  4269. id: ID
  4270. email: String
  4271. }
  4272. `
  4273. }