diff --git a/frontend/src/components/RecordsList.tsx b/frontend/src/components/RecordsList.tsx index b522a38e..964150ca 100644 --- a/frontend/src/components/RecordsList.tsx +++ b/frontend/src/components/RecordsList.tsx @@ -14,7 +14,7 @@ import { ColDef, IServerSideGetRowsParams } from "ag-grid-community"; import { DataName, useHookLazyGeneric } from "../shared/types"; import SamplesList from "./SamplesList"; import { Sample, SampleWhere } from "../generated/graphql"; -import { defaultReadOnlyColDef } from "../shared/helpers"; +import { defaultColDef } from "../shared/helpers"; import { PatientIdsTriplet } from "../pages/patients/PatientsPage"; import { ErrorMessage, LoadingSpinner, Toolbar } from "../shared/tableElements"; @@ -36,7 +36,6 @@ interface IRecordsListProps { setShowDownloadModal: Dispatch>; handleDownload: () => void; samplesQueryParam: string | undefined; - samplesDefaultColDef: ColDef; getSamplesRowData: (samples: Sample[]) => any[]; samplesColDefs: ColDef[]; samplesParentWhereVariables: SampleWhere; @@ -63,7 +62,6 @@ export default function RecordsList({ setShowDownloadModal, handleDownload, samplesQueryParam, - samplesDefaultColDef, getSamplesRowData, samplesColDefs, samplesParentWhereVariables, @@ -214,7 +212,6 @@ export default function RecordsList({
{ params.api.sizeColumnsToFit(); }} diff --git a/frontend/src/components/SamplesList.tsx b/frontend/src/components/SamplesList.tsx index a5e24e75..31364892 100644 --- a/frontend/src/components/SamplesList.tsx +++ b/frontend/src/components/SamplesList.tsx @@ -14,6 +14,7 @@ import { CSVFormulate } from "../utils/CSVExport"; import { SampleChange, SampleMetadataExtended, + defaultColDef, handleSearch, } from "../shared/helpers"; import { AgGridReact } from "ag-grid-react"; @@ -30,7 +31,6 @@ const max_rows = 500; interface ISampleListProps { columnDefs: ColDef[]; - defaultColDef: ColDef; getRowData: (samples: Sample[]) => any[]; setUnsavedChanges?: (unsavedChanges: boolean) => void; parentWhereVariables?: SampleWhere; @@ -40,7 +40,6 @@ interface ISampleListProps { export default function SamplesList({ columnDefs, - defaultColDef, getRowData, parentWhereVariables, refetchWhereVariables, diff --git a/frontend/src/generated/graphql.ts b/frontend/src/generated/graphql.ts index d506b3e0..be904266 100644 --- a/frontend/src/generated/graphql.ts +++ b/frontend/src/generated/graphql.ts @@ -45,6 +45,7 @@ export type BamCompleteTemposHasEventConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -107,6 +108,15 @@ export type BamCompleteSort = { export type BamCompleteTempoTemposHasEventAggregationSelection = { __typename?: "BamCompleteTempoTemposHasEventAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type BamCompleteTempoTemposHasEventNodeAggregateSelection = { + __typename?: "BamCompleteTempoTemposHasEventNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type BamCompleteTemposHasEventAggregateInput = { @@ -117,6 +127,7 @@ export type BamCompleteTemposHasEventAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type BamCompleteTemposHasEventConnectFieldInput = { @@ -131,6 +142,10 @@ export type BamCompleteTemposHasEventConnection = { totalCount: Scalars["Int"]; }; +export type BamCompleteTemposHasEventConnectionSort = { + node?: InputMaybe; +}; + export type BamCompleteTemposHasEventConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -157,6 +172,91 @@ export type BamCompleteTemposHasEventFieldInput = { create?: InputMaybe>; }; +export type BamCompleteTemposHasEventNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type BamCompleteTemposHasEventRelationship = { __typename?: "BamCompleteTemposHasEventRelationship"; cursor: Scalars["String"]; @@ -1291,6 +1391,7 @@ export type MafCompleteTemposHasEventConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -1356,6 +1457,15 @@ export type MafCompleteSort = { export type MafCompleteTempoTemposHasEventAggregationSelection = { __typename?: "MafCompleteTempoTemposHasEventAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type MafCompleteTempoTemposHasEventNodeAggregateSelection = { + __typename?: "MafCompleteTempoTemposHasEventNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type MafCompleteTemposHasEventAggregateInput = { @@ -1366,6 +1476,7 @@ export type MafCompleteTemposHasEventAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type MafCompleteTemposHasEventConnectFieldInput = { @@ -1380,6 +1491,10 @@ export type MafCompleteTemposHasEventConnection = { totalCount: Scalars["Int"]; }; +export type MafCompleteTemposHasEventConnectionSort = { + node?: InputMaybe; +}; + export type MafCompleteTemposHasEventConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -1406,6 +1521,91 @@ export type MafCompleteTemposHasEventFieldInput = { create?: InputMaybe>; }; +export type MafCompleteTemposHasEventNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type MafCompleteTemposHasEventRelationship = { __typename?: "MafCompleteTemposHasEventRelationship"; cursor: Scalars["String"]; @@ -3201,6 +3401,7 @@ export type QcCompleteTemposHasEventConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -3267,6 +3468,15 @@ export type QcCompleteSort = { export type QcCompleteTempoTemposHasEventAggregationSelection = { __typename?: "QcCompleteTempoTemposHasEventAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type QcCompleteTempoTemposHasEventNodeAggregateSelection = { + __typename?: "QcCompleteTempoTemposHasEventNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type QcCompleteTemposHasEventAggregateInput = { @@ -3277,6 +3487,7 @@ export type QcCompleteTemposHasEventAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type QcCompleteTemposHasEventConnectFieldInput = { @@ -3291,6 +3502,10 @@ export type QcCompleteTemposHasEventConnection = { totalCount: Scalars["Int"]; }; +export type QcCompleteTemposHasEventConnectionSort = { + node?: InputMaybe; +}; + export type QcCompleteTemposHasEventConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -3317,6 +3532,91 @@ export type QcCompleteTemposHasEventFieldInput = { create?: InputMaybe>; }; +export type QcCompleteTemposHasEventNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type QcCompleteTemposHasEventRelationship = { __typename?: "QcCompleteTemposHasEventRelationship"; cursor: Scalars["String"]; @@ -3699,6 +3999,7 @@ export type QueryTemposAggregateArgs = { export type QueryTemposConnectionArgs = { after?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>>; where?: InputMaybe; }; @@ -5584,6 +5885,7 @@ export type SampleHasTempoTemposConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -6763,6 +7065,7 @@ export type SampleHasTempoTemposAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type SampleHasTempoTemposConnectFieldInput = { @@ -6777,6 +7080,10 @@ export type SampleHasTempoTemposConnection = { totalCount: Scalars["Int"]; }; +export type SampleHasTempoTemposConnectionSort = { + node?: InputMaybe; +}; + export type SampleHasTempoTemposConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -6803,6 +7110,91 @@ export type SampleHasTempoTemposFieldInput = { create?: InputMaybe>; }; +export type SampleHasTempoTemposNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type SampleHasTempoTemposRelationship = { __typename?: "SampleHasTempoTemposRelationship"; cursor: Scalars["String"]; @@ -8478,6 +8870,15 @@ export type SampleSort = { export type SampleTempoHasTempoTemposAggregationSelection = { __typename?: "SampleTempoHasTempoTemposAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type SampleTempoHasTempoTemposNodeAggregateSelection = { + __typename?: "SampleTempoHasTempoTemposNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type SampleUpdateInput = { @@ -9638,6 +10039,11 @@ export type StringAggregateSelectionNullable = { export type Tempo = { __typename?: "Tempo"; + accessLevel: Scalars["String"]; + billed: Scalars["Boolean"]; + billedBy: Scalars["String"]; + costCenter: Scalars["String"]; + custodianInformation: Scalars["String"]; hasEventBamCompletes: Array; hasEventBamCompletesAggregate?: Maybe; hasEventBamCompletesConnection: TempoHasEventBamCompletesConnection; @@ -9730,7 +10136,11 @@ export type TempoSamplesHasTempoConnectionArgs = { export type TempoAggregateSelection = { __typename?: "TempoAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; count: Scalars["Int"]; + custodianInformation: StringAggregateSelectionNonNullable; }; export type TempoBamCompleteHasEventBamCompletesAggregationSelection = { @@ -9763,6 +10173,11 @@ export type TempoConnectWhere = { }; export type TempoCreateInput = { + accessLevel: Scalars["String"]; + billed: Scalars["Boolean"]; + billedBy: Scalars["String"]; + costCenter: Scalars["String"]; + custodianInformation: Scalars["String"]; hasEventBamCompletes?: InputMaybe; hasEventMafCompletes?: InputMaybe; hasEventQcCompletes?: InputMaybe; @@ -10228,6 +10643,8 @@ export type TempoMafCompleteHasEventMafCompletesNodeAggregateSelection = { export type TempoOptions = { limit?: InputMaybe; offset?: InputMaybe; + /** Specify one or more TempoSort objects to sort Tempos by. The sorts will be applied in the order in which they are arranged in the array. */ + sort?: InputMaybe>; }; export type TempoQcCompleteHasEventQcCompletesAggregationSelection = { @@ -10428,7 +10845,21 @@ export type TempoSamplesHasTempoUpdateFieldInput = { where?: InputMaybe; }; +/** Fields to sort Tempos by. The order in which sorts are applied is not guaranteed when specifying many fields in one TempoSort object. */ +export type TempoSort = { + accessLevel?: InputMaybe; + billed?: InputMaybe; + billedBy?: InputMaybe; + costCenter?: InputMaybe; + custodianInformation?: InputMaybe; +}; + export type TempoUpdateInput = { + accessLevel?: InputMaybe; + billed?: InputMaybe; + billedBy?: InputMaybe; + costCenter?: InputMaybe; + custodianInformation?: InputMaybe; hasEventBamCompletes?: InputMaybe< Array >; @@ -10444,6 +10875,48 @@ export type TempoUpdateInput = { export type TempoWhere = { AND?: InputMaybe>; OR?: InputMaybe>; + accessLevel?: InputMaybe; + accessLevel_CONTAINS?: InputMaybe; + accessLevel_ENDS_WITH?: InputMaybe; + accessLevel_IN?: InputMaybe>; + accessLevel_NOT?: InputMaybe; + accessLevel_NOT_CONTAINS?: InputMaybe; + accessLevel_NOT_ENDS_WITH?: InputMaybe; + accessLevel_NOT_IN?: InputMaybe>; + accessLevel_NOT_STARTS_WITH?: InputMaybe; + accessLevel_STARTS_WITH?: InputMaybe; + billed?: InputMaybe; + billedBy?: InputMaybe; + billedBy_CONTAINS?: InputMaybe; + billedBy_ENDS_WITH?: InputMaybe; + billedBy_IN?: InputMaybe>; + billedBy_NOT?: InputMaybe; + billedBy_NOT_CONTAINS?: InputMaybe; + billedBy_NOT_ENDS_WITH?: InputMaybe; + billedBy_NOT_IN?: InputMaybe>; + billedBy_NOT_STARTS_WITH?: InputMaybe; + billedBy_STARTS_WITH?: InputMaybe; + billed_NOT?: InputMaybe; + costCenter?: InputMaybe; + costCenter_CONTAINS?: InputMaybe; + costCenter_ENDS_WITH?: InputMaybe; + costCenter_IN?: InputMaybe>; + costCenter_NOT?: InputMaybe; + costCenter_NOT_CONTAINS?: InputMaybe; + costCenter_NOT_ENDS_WITH?: InputMaybe; + costCenter_NOT_IN?: InputMaybe>; + costCenter_NOT_STARTS_WITH?: InputMaybe; + costCenter_STARTS_WITH?: InputMaybe; + custodianInformation?: InputMaybe; + custodianInformation_CONTAINS?: InputMaybe; + custodianInformation_ENDS_WITH?: InputMaybe; + custodianInformation_IN?: InputMaybe>; + custodianInformation_NOT?: InputMaybe; + custodianInformation_NOT_CONTAINS?: InputMaybe; + custodianInformation_NOT_ENDS_WITH?: InputMaybe; + custodianInformation_NOT_IN?: InputMaybe>; + custodianInformation_NOT_STARTS_WITH?: InputMaybe; + custodianInformation_STARTS_WITH?: InputMaybe; hasEventBamCompletesAggregate?: InputMaybe; hasEventBamCompletesConnection_ALL?: InputMaybe; hasEventBamCompletesConnection_NONE?: InputMaybe; @@ -10797,6 +11270,9 @@ export type FindSamplesByInputValueQuery = { }; hasTempoTempos: Array<{ __typename?: "Tempo"; + billed: boolean; + billedBy: string; + costCenter: string; hasEventBamCompletes: Array<{ __typename?: "BamComplete"; date: string; @@ -11023,6 +11499,11 @@ export type CohortsListQuery = { __typename?: "CohortHasCohortSampleSamplesConnection"; totalCount: number; }; + hasCohortSampleSamples: Array<{ + __typename?: "Sample"; + smileSampleId: string; + hasTempoTempos: Array<{ __typename?: "Tempo"; billed: boolean }>; + }>; }>; }; @@ -11294,6 +11775,9 @@ export const FindSamplesByInputValueDocument = gql` } } hasTempoTempos { + billed + billedBy + costCenter hasEventBamCompletes(options: $bamCompletesOptions) { date status @@ -11591,6 +12075,12 @@ export const CohortsListDocument = gql` hasCohortSampleSamplesConnection { totalCount } + hasCohortSampleSamples { + smileSampleId + hasTempoTempos { + billed + } + } } } `; diff --git a/frontend/src/pages/cohorts/CohortsPage.tsx b/frontend/src/pages/cohorts/CohortsPage.tsx index 12a1f030..40d85a4c 100644 --- a/frontend/src/pages/cohorts/CohortsPage.tsx +++ b/frontend/src/pages/cohorts/CohortsPage.tsx @@ -7,10 +7,9 @@ import { } from "../../generated/graphql"; import { useState } from "react"; import { - CohortSamplesDetailsColumns, + CohortSampleDetailsColumns, CohortsListColumns, cohortSampleFilterWhereVariables, - defaultReadOnlyColDef, getSampleCohortDataFromSamplesQuery, handleSearch, } from "../../shared/helpers"; @@ -135,8 +134,7 @@ export default function CohortsPage() { showDownloadModal={showDownloadModal} setShowDownloadModal={setShowDownloadModal} handleDownload={() => setShowDownloadModal(true)} - samplesColDefs={CohortSamplesDetailsColumns} - samplesDefaultColDef={defaultReadOnlyColDef} + samplesColDefs={CohortSampleDetailsColumns} samplesQueryParam={ sampleQueryParamValue && `${sampleQueryParamHeaderName} "${sampleQueryParamValue}"` diff --git a/frontend/src/pages/patients/PatientsPage.tsx b/frontend/src/pages/patients/PatientsPage.tsx index c3e02f68..b29f8c5b 100644 --- a/frontend/src/pages/patients/PatientsPage.tsx +++ b/frontend/src/pages/patients/PatientsPage.tsx @@ -17,7 +17,6 @@ import { REACT_APP_EXPRESS_SERVER_ORIGIN } from "../../shared/constants"; import { PatientsListColumns, SampleDetailsColumns, - defaultEditableColDef, getSampleMetadataFromSamplesQuery, sampleFilterWhereVariables, } from "../../shared/helpers"; @@ -287,7 +286,6 @@ export default function PatientsPage({ setShowDownloadModal(true); }} samplesColDefs={SampleDetailsColumns} - samplesDefaultColDef={defaultEditableColDef} samplesQueryParam={ sampleQueryParamValue && `${sampleQueryParamHeaderName} ${sampleQueryParamValue}` diff --git a/frontend/src/pages/requests/RequestsPage.tsx b/frontend/src/pages/requests/RequestsPage.tsx index 67a0c8b5..4b4c1018 100644 --- a/frontend/src/pages/requests/RequestsPage.tsx +++ b/frontend/src/pages/requests/RequestsPage.tsx @@ -7,7 +7,6 @@ import { useState } from "react"; import { RequestsListColumns, SampleDetailsColumns, - defaultEditableColDef, getSampleMetadataFromSamplesQuery, handleSearch, sampleFilterWhereVariables, @@ -85,7 +84,6 @@ export default function RequestsPage() { setShowDownloadModal={setShowDownloadModal} handleDownload={() => setShowDownloadModal(true)} samplesColDefs={SampleDetailsColumns} - samplesDefaultColDef={defaultEditableColDef} samplesQueryParam={ sampleQueryParamValue && `${sampleQueryParamHeaderName} ${sampleQueryParamValue}` diff --git a/frontend/src/pages/samples/SamplesPage.tsx b/frontend/src/pages/samples/SamplesPage.tsx index 7b34d3ef..bdcfe267 100644 --- a/frontend/src/pages/samples/SamplesPage.tsx +++ b/frontend/src/pages/samples/SamplesPage.tsx @@ -2,7 +2,6 @@ import { PageHeader } from "../../shared/components/PageHeader"; import SamplesList from "../../components/SamplesList"; import { SampleDetailsColumns, - defaultEditableColDef, getSampleMetadataFromSamplesQuery, sampleFilterWhereVariables, } from "../../shared/helpers"; @@ -15,7 +14,6 @@ export default function SamplesPage() { { return { diff --git a/frontend/src/shared/helpers.tsx b/frontend/src/shared/helpers.tsx index 0357e5e6..0a0ec247 100644 --- a/frontend/src/shared/helpers.tsx +++ b/frontend/src/shared/helpers.tsx @@ -4,6 +4,7 @@ import { ICellRendererParams, IHeaderParams, RowNode, + ITooltipParams, } from "ag-grid-community"; import { Button } from "react-bootstrap"; import "ag-grid-enterprise"; @@ -15,8 +16,8 @@ import { TempoWhere, } from "../generated/graphql"; import WarningIcon from "@material-ui/icons/Warning"; +import CheckIcon from "@material-ui/icons/Check"; import { StatusTooltip } from "./components/StatusToolTip"; -import { ITooltipParams } from "ag-grid-community"; import { parseUserSearchVal } from "../utils/parseSearchQueries"; import { Dispatch, SetStateAction } from "react"; @@ -235,6 +236,17 @@ export const PatientsListColumns: ColDef[] = [ }, ]; +function LoadingIcon() { + return ( +
+
+
+
+
+
+ ); +} + export const SampleDetailsColumns: ColDef[] = [ { field: "primaryId", @@ -243,26 +255,15 @@ export const SampleDetailsColumns: ColDef[] = [ { field: "revisable", headerName: "Status", - cellRenderer: (params: ICellRendererParams) => { + cellRenderer: (params: ICellRendererParams) => { if (params.data?.revisable) { return params.data?.hasStatusStatuses[0]?.validationStatus ? ( -
- -
+ ) : ( -
- -
+ ); } else { - return ( -
-
-
-
-
-
- ); + return ; } }, cellRendererParams: { @@ -433,56 +434,58 @@ const readOnlyHeader = { `, }; -SampleDetailsColumns.forEach((colDef) => { - colDef.cellClassRules = { - unsubmittedChange: (params: any) => { - const changes = params.context.getChanges(); - const changedValue = changes?.find((change: any) => { - return ( - change.fieldName === params.colDef.field && - change.primaryId === params.data.primaryId - ); - }); - return changedValue !== undefined; - }, - }; +function setupEditableSampleFields(samplesColDefs: ColDef[]) { + samplesColDefs.forEach((colDef) => { + colDef.cellClassRules = { + unsubmittedChange: (params: any) => { + const changes = params.context.getChanges(); + const changedValue = changes?.find((change: any) => { + return ( + change.fieldName === params.colDef.field && + change.primaryId === params.data.primaryId + ); + }); + return changedValue !== undefined; + }, + }; - if (colDef.valueGetter === undefined) { - colDef.valueGetter = (params) => { - const changes = params.context?.getChanges(); + if (colDef.valueGetter === undefined) { + colDef.valueGetter = (params) => { + const changes = params.context?.getChanges(); - const changedValue = changes?.find((change: any) => { - return ( - change.fieldName === params.colDef.field && - change.primaryId === params.data?.primaryId - ); - }); - if (changedValue) { - return changedValue.newValue; - } else { - if (params?.colDef?.field! in params.data!) { - return params.data?.[ - params.colDef?.field! as keyof SampleMetadataExtended - ]; + const changedValue = changes?.find((change: any) => { + return ( + change.fieldName === params.colDef.field && + change.primaryId === params.data?.primaryId + ); + }); + if (changedValue) { + return changedValue.newValue; } else { - return "N/A"; + if (params?.colDef?.field! in params.data!) { + return params.data?.[ + params.colDef?.field! as keyof SampleMetadataExtended + ]; + } else { + return "N/A"; + } } - } - }; - } + }; + } - colDef.editable = (params) => { - return ( - !protectedFields.includes(params.colDef.field!) && - params.data?.revisable === true - ); - }; + colDef.editable = (params) => { + return ( + editableSampleFields.includes(params.colDef.field!) && + params.data?.revisable === true + ); + }; - colDef.headerComponentParams = (params: IHeaderParams) => { - if (protectedFields.includes(params.column.getColDef().field!)) - return readOnlyHeader; - }; -}); + colDef.headerComponentParams = (params: IHeaderParams) => { + if (!editableSampleFields.includes(params.column.getColDef().field!)) + return readOnlyHeader; + }; + }); +} export const CohortsListColumns: ColDef[] = [ { @@ -517,9 +520,21 @@ export const CohortsListColumns: ColDef[] = [ sortable: false, }, { - headerName: "Delivery Date", - valueGetter: ({ data }) => - data["hasCohortCompleteCohortCompletes"]?.slice(-1)[0]?.date, + headerName: "Billed", + valueGetter: ({ data }) => { + return data["hasCohortSampleSamples"]?.every((sample: Sample) => { + return sample.hasTempoTempos?.[0]?.billed === true; + }); + }, + valueFormatter: (params) => (params.value === true ? "Yes" : "No"), + }, + { + headerName: "Initial Cohort Delivery Date", + valueGetter: ({ data }) => { + const earliestCohortCompleteDate = + data["hasCohortCompleteCohortCompletes"]?.slice(-1)[0]?.date; + return formatCohortRelatedDate(earliestCohortCompleteDate); + }, sortable: false, }, { @@ -527,6 +542,7 @@ export const CohortsListColumns: ColDef[] = [ valueGetter: ({ data }) => data["hasCohortCompleteCohortCompletes"][0]?.date, sortable: false, + hide: true, }, { headerName: "End Users", @@ -566,7 +582,7 @@ export const CohortsListColumns: ColDef[] = [ }, ]; -export const CohortSamplesDetailsColumns: ColDef[] = [ +export const CohortSampleDetailsColumns: ColDef[] = [ { field: "primaryId", headerName: "Primary ID", @@ -577,7 +593,27 @@ export const CohortSamplesDetailsColumns: ColDef[] = [ }, { field: "deliveryDate", - headerName: "Delivery Date", + headerName: "Initial Pipeline Run Date", + }, + { + field: "billed", + headerName: "Billed", + editable: true, + cellEditor: "agRichSelectCellEditor", + cellEditorPopup: true, + cellEditorParams: { + values: [true, false], + }, + valueFormatter: (params) => (params.value === true ? "Yes" : "No"), + }, + { + field: "costCenter", + headerName: "Cost Center", + editable: true, + }, + { + field: "billedBy", + headerName: "Billed By", }, { field: "bamCompleteDate", @@ -617,35 +653,30 @@ export const CohortSamplesDetailsColumns: ColDef[] = [ }, ]; +setupEditableSampleFields(SampleDetailsColumns); +setupEditableSampleFields(CohortSampleDetailsColumns); + export const defaultColDef: ColDef = { sortable: true, resizable: true, - headerComponentParams: readOnlyHeader, -}; - -export const defaultEditableColDef: ColDef = { - ...defaultColDef, - editable: true, -}; - -export const defaultReadOnlyColDef: ColDef = { - ...defaultColDef, editable: false, + headerComponentParams: readOnlyHeader, }; -const protectedFields: string[] = [ - "cmoSampleName", - "igoComplete", - "importDate", - "primaryId", - "cmoSampleIdFields", - "libraries", - "genePanel", - "baitSet", - "species", - "validationStatus", - "validationReport", - "revisable", +const editableSampleFields = [ + "cmoPatientId", + "investigatorSampleId", + "sampleType", + "preservation", + "tumorOrNormal", + "sampleClass", + "oncotreeCode", + "collectionYear", + "sampleOrigin", + "tissueLocation", + "sex", + "billed", + "costCenter", ]; export function sampleFilterWhereVariables( @@ -704,6 +735,12 @@ export function cohortSampleFilterWhereVariables( let tempoWhere: TempoWhere[] = []; if (parsedSearchVals.length > 1) { tempoWhere = [ + { + billedBy_IN: parsedSearchVals, + }, + { + costCenter_IN: parsedSearchVals, + }, { hasEventBamCompletes_SOME: { date_IN: parsedSearchVals, @@ -752,6 +789,12 @@ export function cohortSampleFilterWhereVariables( ]; } else { tempoWhere = [ + { + billedBy_CONTAINS: parsedSearchVals[0], + }, + { + costCenter_CONTAINS: parsedSearchVals[0], + }, { hasEventBamCompletes_SOME: { date_CONTAINS: parsedSearchVals[0], @@ -847,6 +890,8 @@ export function getSampleCohortDataFromSamplesQuery(samples: Sample[]) { const deliveryDate = cohortDates?.sort()[0]; // earliest cohort date const tempo = s.hasTempoTempos?.[0]; + const { billed, billedBy, costCenter } = tempo ?? {}; + const bamComplete = tempo?.hasEventBamCompletes?.[0]; const { date: bamCompleteDate, status: bamCompleteStatus } = bamComplete ?? {}; @@ -868,13 +913,17 @@ export function getSampleCohortDataFromSamplesQuery(samples: Sample[]) { return { ...s.hasMetadataSampleMetadata[0], - deliveryDate, - bamCompleteDate, + revisable: s.revisable, + deliveryDate: formatCohortRelatedDate(deliveryDate), + billed, + billedBy, + costCenter, + bamCompleteDate: formatCohortRelatedDate(bamCompleteDate), bamCompleteStatus, - mafCompleteDate, + mafCompleteDate: formatCohortRelatedDate(mafCompleteDate), mafCompleteStatus, mafCompleteNormalPrimaryId, - qcCompleteDate, + qcCompleteDate: formatCohortRelatedDate(qcCompleteDate), qcCompleteResult, qcCompleteReason, qcCompleteStatus, @@ -889,3 +938,7 @@ export function handleSearch( const parsedSearchVals = parseUserSearchVal(userSearchVal); setParsedSearchVals(parsedSearchVals); } + +function formatCohortRelatedDate(date: string) { + return date?.split(" ")[0]; +} diff --git a/graphql-server/src/generated/graphql.ts b/graphql-server/src/generated/graphql.ts index d5d45317..ba148f39 100644 --- a/graphql-server/src/generated/graphql.ts +++ b/graphql-server/src/generated/graphql.ts @@ -44,6 +44,7 @@ export type BamCompleteTemposHasEventConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -106,6 +107,15 @@ export type BamCompleteSort = { export type BamCompleteTempoTemposHasEventAggregationSelection = { __typename?: "BamCompleteTempoTemposHasEventAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type BamCompleteTempoTemposHasEventNodeAggregateSelection = { + __typename?: "BamCompleteTempoTemposHasEventNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type BamCompleteTemposHasEventAggregateInput = { @@ -116,6 +126,7 @@ export type BamCompleteTemposHasEventAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type BamCompleteTemposHasEventConnectFieldInput = { @@ -130,6 +141,10 @@ export type BamCompleteTemposHasEventConnection = { totalCount: Scalars["Int"]; }; +export type BamCompleteTemposHasEventConnectionSort = { + node?: InputMaybe; +}; + export type BamCompleteTemposHasEventConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -156,6 +171,91 @@ export type BamCompleteTemposHasEventFieldInput = { create?: InputMaybe>; }; +export type BamCompleteTemposHasEventNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type BamCompleteTemposHasEventRelationship = { __typename?: "BamCompleteTemposHasEventRelationship"; cursor: Scalars["String"]; @@ -1290,6 +1390,7 @@ export type MafCompleteTemposHasEventConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -1355,6 +1456,15 @@ export type MafCompleteSort = { export type MafCompleteTempoTemposHasEventAggregationSelection = { __typename?: "MafCompleteTempoTemposHasEventAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type MafCompleteTempoTemposHasEventNodeAggregateSelection = { + __typename?: "MafCompleteTempoTemposHasEventNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type MafCompleteTemposHasEventAggregateInput = { @@ -1365,6 +1475,7 @@ export type MafCompleteTemposHasEventAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type MafCompleteTemposHasEventConnectFieldInput = { @@ -1379,6 +1490,10 @@ export type MafCompleteTemposHasEventConnection = { totalCount: Scalars["Int"]; }; +export type MafCompleteTemposHasEventConnectionSort = { + node?: InputMaybe; +}; + export type MafCompleteTemposHasEventConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -1405,6 +1520,91 @@ export type MafCompleteTemposHasEventFieldInput = { create?: InputMaybe>; }; +export type MafCompleteTemposHasEventNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type MafCompleteTemposHasEventRelationship = { __typename?: "MafCompleteTemposHasEventRelationship"; cursor: Scalars["String"]; @@ -3200,6 +3400,7 @@ export type QcCompleteTemposHasEventConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -3266,6 +3467,15 @@ export type QcCompleteSort = { export type QcCompleteTempoTemposHasEventAggregationSelection = { __typename?: "QcCompleteTempoTemposHasEventAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type QcCompleteTempoTemposHasEventNodeAggregateSelection = { + __typename?: "QcCompleteTempoTemposHasEventNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type QcCompleteTemposHasEventAggregateInput = { @@ -3276,6 +3486,7 @@ export type QcCompleteTemposHasEventAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type QcCompleteTemposHasEventConnectFieldInput = { @@ -3290,6 +3501,10 @@ export type QcCompleteTemposHasEventConnection = { totalCount: Scalars["Int"]; }; +export type QcCompleteTemposHasEventConnectionSort = { + node?: InputMaybe; +}; + export type QcCompleteTemposHasEventConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -3316,6 +3531,91 @@ export type QcCompleteTemposHasEventFieldInput = { create?: InputMaybe>; }; +export type QcCompleteTemposHasEventNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type QcCompleteTemposHasEventRelationship = { __typename?: "QcCompleteTemposHasEventRelationship"; cursor: Scalars["String"]; @@ -3698,6 +3998,7 @@ export type QueryTemposAggregateArgs = { export type QueryTemposConnectionArgs = { after?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>>; where?: InputMaybe; }; @@ -5583,6 +5884,7 @@ export type SampleHasTempoTemposConnectionArgs = { after?: InputMaybe; directed?: InputMaybe; first?: InputMaybe; + sort?: InputMaybe>; where?: InputMaybe; }; @@ -6762,6 +7064,7 @@ export type SampleHasTempoTemposAggregateInput = { count_GTE?: InputMaybe; count_LT?: InputMaybe; count_LTE?: InputMaybe; + node?: InputMaybe; }; export type SampleHasTempoTemposConnectFieldInput = { @@ -6776,6 +7079,10 @@ export type SampleHasTempoTemposConnection = { totalCount: Scalars["Int"]; }; +export type SampleHasTempoTemposConnectionSort = { + node?: InputMaybe; +}; + export type SampleHasTempoTemposConnectionWhere = { AND?: InputMaybe>; OR?: InputMaybe>; @@ -6802,6 +7109,91 @@ export type SampleHasTempoTemposFieldInput = { create?: InputMaybe>; }; +export type SampleHasTempoTemposNodeAggregationWhereInput = { + AND?: InputMaybe>; + OR?: InputMaybe>; + accessLevel_AVERAGE_EQUAL?: InputMaybe; + accessLevel_AVERAGE_GT?: InputMaybe; + accessLevel_AVERAGE_GTE?: InputMaybe; + accessLevel_AVERAGE_LT?: InputMaybe; + accessLevel_AVERAGE_LTE?: InputMaybe; + accessLevel_EQUAL?: InputMaybe; + accessLevel_GT?: InputMaybe; + accessLevel_GTE?: InputMaybe; + accessLevel_LONGEST_EQUAL?: InputMaybe; + accessLevel_LONGEST_GT?: InputMaybe; + accessLevel_LONGEST_GTE?: InputMaybe; + accessLevel_LONGEST_LT?: InputMaybe; + accessLevel_LONGEST_LTE?: InputMaybe; + accessLevel_LT?: InputMaybe; + accessLevel_LTE?: InputMaybe; + accessLevel_SHORTEST_EQUAL?: InputMaybe; + accessLevel_SHORTEST_GT?: InputMaybe; + accessLevel_SHORTEST_GTE?: InputMaybe; + accessLevel_SHORTEST_LT?: InputMaybe; + accessLevel_SHORTEST_LTE?: InputMaybe; + billedBy_AVERAGE_EQUAL?: InputMaybe; + billedBy_AVERAGE_GT?: InputMaybe; + billedBy_AVERAGE_GTE?: InputMaybe; + billedBy_AVERAGE_LT?: InputMaybe; + billedBy_AVERAGE_LTE?: InputMaybe; + billedBy_EQUAL?: InputMaybe; + billedBy_GT?: InputMaybe; + billedBy_GTE?: InputMaybe; + billedBy_LONGEST_EQUAL?: InputMaybe; + billedBy_LONGEST_GT?: InputMaybe; + billedBy_LONGEST_GTE?: InputMaybe; + billedBy_LONGEST_LT?: InputMaybe; + billedBy_LONGEST_LTE?: InputMaybe; + billedBy_LT?: InputMaybe; + billedBy_LTE?: InputMaybe; + billedBy_SHORTEST_EQUAL?: InputMaybe; + billedBy_SHORTEST_GT?: InputMaybe; + billedBy_SHORTEST_GTE?: InputMaybe; + billedBy_SHORTEST_LT?: InputMaybe; + billedBy_SHORTEST_LTE?: InputMaybe; + costCenter_AVERAGE_EQUAL?: InputMaybe; + costCenter_AVERAGE_GT?: InputMaybe; + costCenter_AVERAGE_GTE?: InputMaybe; + costCenter_AVERAGE_LT?: InputMaybe; + costCenter_AVERAGE_LTE?: InputMaybe; + costCenter_EQUAL?: InputMaybe; + costCenter_GT?: InputMaybe; + costCenter_GTE?: InputMaybe; + costCenter_LONGEST_EQUAL?: InputMaybe; + costCenter_LONGEST_GT?: InputMaybe; + costCenter_LONGEST_GTE?: InputMaybe; + costCenter_LONGEST_LT?: InputMaybe; + costCenter_LONGEST_LTE?: InputMaybe; + costCenter_LT?: InputMaybe; + costCenter_LTE?: InputMaybe; + costCenter_SHORTEST_EQUAL?: InputMaybe; + costCenter_SHORTEST_GT?: InputMaybe; + costCenter_SHORTEST_GTE?: InputMaybe; + costCenter_SHORTEST_LT?: InputMaybe; + costCenter_SHORTEST_LTE?: InputMaybe; + custodianInformation_AVERAGE_EQUAL?: InputMaybe; + custodianInformation_AVERAGE_GT?: InputMaybe; + custodianInformation_AVERAGE_GTE?: InputMaybe; + custodianInformation_AVERAGE_LT?: InputMaybe; + custodianInformation_AVERAGE_LTE?: InputMaybe; + custodianInformation_EQUAL?: InputMaybe; + custodianInformation_GT?: InputMaybe; + custodianInformation_GTE?: InputMaybe; + custodianInformation_LONGEST_EQUAL?: InputMaybe; + custodianInformation_LONGEST_GT?: InputMaybe; + custodianInformation_LONGEST_GTE?: InputMaybe; + custodianInformation_LONGEST_LT?: InputMaybe; + custodianInformation_LONGEST_LTE?: InputMaybe; + custodianInformation_LT?: InputMaybe; + custodianInformation_LTE?: InputMaybe; + custodianInformation_SHORTEST_EQUAL?: InputMaybe; + custodianInformation_SHORTEST_GT?: InputMaybe; + custodianInformation_SHORTEST_GTE?: InputMaybe; + custodianInformation_SHORTEST_LT?: InputMaybe; + custodianInformation_SHORTEST_LTE?: InputMaybe; +}; + export type SampleHasTempoTemposRelationship = { __typename?: "SampleHasTempoTemposRelationship"; cursor: Scalars["String"]; @@ -8477,6 +8869,15 @@ export type SampleSort = { export type SampleTempoHasTempoTemposAggregationSelection = { __typename?: "SampleTempoHasTempoTemposAggregationSelection"; count: Scalars["Int"]; + node?: Maybe; +}; + +export type SampleTempoHasTempoTemposNodeAggregateSelection = { + __typename?: "SampleTempoHasTempoTemposNodeAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; + custodianInformation: StringAggregateSelectionNonNullable; }; export type SampleUpdateInput = { @@ -9637,6 +10038,11 @@ export type StringAggregateSelectionNullable = { export type Tempo = { __typename?: "Tempo"; + accessLevel: Scalars["String"]; + billed: Scalars["Boolean"]; + billedBy: Scalars["String"]; + costCenter: Scalars["String"]; + custodianInformation: Scalars["String"]; hasEventBamCompletes: Array; hasEventBamCompletesAggregate?: Maybe; hasEventBamCompletesConnection: TempoHasEventBamCompletesConnection; @@ -9729,7 +10135,11 @@ export type TempoSamplesHasTempoConnectionArgs = { export type TempoAggregateSelection = { __typename?: "TempoAggregateSelection"; + accessLevel: StringAggregateSelectionNonNullable; + billedBy: StringAggregateSelectionNonNullable; + costCenter: StringAggregateSelectionNonNullable; count: Scalars["Int"]; + custodianInformation: StringAggregateSelectionNonNullable; }; export type TempoBamCompleteHasEventBamCompletesAggregationSelection = { @@ -9762,6 +10172,11 @@ export type TempoConnectWhere = { }; export type TempoCreateInput = { + accessLevel: Scalars["String"]; + billed: Scalars["Boolean"]; + billedBy: Scalars["String"]; + costCenter: Scalars["String"]; + custodianInformation: Scalars["String"]; hasEventBamCompletes?: InputMaybe; hasEventMafCompletes?: InputMaybe; hasEventQcCompletes?: InputMaybe; @@ -10227,6 +10642,8 @@ export type TempoMafCompleteHasEventMafCompletesNodeAggregateSelection = { export type TempoOptions = { limit?: InputMaybe; offset?: InputMaybe; + /** Specify one or more TempoSort objects to sort Tempos by. The sorts will be applied in the order in which they are arranged in the array. */ + sort?: InputMaybe>; }; export type TempoQcCompleteHasEventQcCompletesAggregationSelection = { @@ -10427,7 +10844,21 @@ export type TempoSamplesHasTempoUpdateFieldInput = { where?: InputMaybe; }; +/** Fields to sort Tempos by. The order in which sorts are applied is not guaranteed when specifying many fields in one TempoSort object. */ +export type TempoSort = { + accessLevel?: InputMaybe; + billed?: InputMaybe; + billedBy?: InputMaybe; + costCenter?: InputMaybe; + custodianInformation?: InputMaybe; +}; + export type TempoUpdateInput = { + accessLevel?: InputMaybe; + billed?: InputMaybe; + billedBy?: InputMaybe; + costCenter?: InputMaybe; + custodianInformation?: InputMaybe; hasEventBamCompletes?: InputMaybe< Array >; @@ -10443,6 +10874,48 @@ export type TempoUpdateInput = { export type TempoWhere = { AND?: InputMaybe>; OR?: InputMaybe>; + accessLevel?: InputMaybe; + accessLevel_CONTAINS?: InputMaybe; + accessLevel_ENDS_WITH?: InputMaybe; + accessLevel_IN?: InputMaybe>; + accessLevel_NOT?: InputMaybe; + accessLevel_NOT_CONTAINS?: InputMaybe; + accessLevel_NOT_ENDS_WITH?: InputMaybe; + accessLevel_NOT_IN?: InputMaybe>; + accessLevel_NOT_STARTS_WITH?: InputMaybe; + accessLevel_STARTS_WITH?: InputMaybe; + billed?: InputMaybe; + billedBy?: InputMaybe; + billedBy_CONTAINS?: InputMaybe; + billedBy_ENDS_WITH?: InputMaybe; + billedBy_IN?: InputMaybe>; + billedBy_NOT?: InputMaybe; + billedBy_NOT_CONTAINS?: InputMaybe; + billedBy_NOT_ENDS_WITH?: InputMaybe; + billedBy_NOT_IN?: InputMaybe>; + billedBy_NOT_STARTS_WITH?: InputMaybe; + billedBy_STARTS_WITH?: InputMaybe; + billed_NOT?: InputMaybe; + costCenter?: InputMaybe; + costCenter_CONTAINS?: InputMaybe; + costCenter_ENDS_WITH?: InputMaybe; + costCenter_IN?: InputMaybe>; + costCenter_NOT?: InputMaybe; + costCenter_NOT_CONTAINS?: InputMaybe; + costCenter_NOT_ENDS_WITH?: InputMaybe; + costCenter_NOT_IN?: InputMaybe>; + costCenter_NOT_STARTS_WITH?: InputMaybe; + costCenter_STARTS_WITH?: InputMaybe; + custodianInformation?: InputMaybe; + custodianInformation_CONTAINS?: InputMaybe; + custodianInformation_ENDS_WITH?: InputMaybe; + custodianInformation_IN?: InputMaybe>; + custodianInformation_NOT?: InputMaybe; + custodianInformation_NOT_CONTAINS?: InputMaybe; + custodianInformation_NOT_ENDS_WITH?: InputMaybe; + custodianInformation_NOT_IN?: InputMaybe>; + custodianInformation_NOT_STARTS_WITH?: InputMaybe; + custodianInformation_STARTS_WITH?: InputMaybe; hasEventBamCompletesAggregate?: InputMaybe; hasEventBamCompletesConnection_ALL?: InputMaybe; hasEventBamCompletesConnection_NONE?: InputMaybe; @@ -10796,6 +11269,9 @@ export type FindSamplesByInputValueQuery = { }; hasTempoTempos: Array<{ __typename?: "Tempo"; + billed: boolean; + billedBy: string; + costCenter: string; hasEventBamCompletes: Array<{ __typename?: "BamComplete"; date: string; @@ -11022,6 +11498,11 @@ export type CohortsListQuery = { __typename?: "CohortHasCohortSampleSamplesConnection"; totalCount: number; }; + hasCohortSampleSamples: Array<{ + __typename?: "Sample"; + smileSampleId: string; + hasTempoTempos: Array<{ __typename?: "Tempo"; billed: boolean }>; + }>; }>; }; @@ -11195,6 +11676,9 @@ export const FindSamplesByInputValueDocument = gql` } } hasTempoTempos { + billed + billedBy + costCenter hasEventBamCompletes(options: $bamCompletesOptions) { date status @@ -11319,6 +11803,12 @@ export const CohortsListDocument = gql` hasCohortSampleSamplesConnection { totalCount } + hasCohortSampleSamples { + smileSampleId + hasTempoTempos { + billed + } + } } } `; diff --git a/graphql.schema.json b/graphql.schema.json index 60c2c87b..9a2e8949 100644 --- a/graphql.schema.json +++ b/graphql.schema.json @@ -183,6 +183,26 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "where", "description": null, @@ -632,6 +652,93 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "BamCompleteTempoTemposHasEventNodeAggregateSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "BamCompleteTempoTemposHasEventNodeAggregateSelection", + "description": null, + "fields": [ + { + "name": "accessLevel", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -744,6 +851,18 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventNodeAggregationWhereInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -860,6 +979,29 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventConnectionSort", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "BamCompleteTemposHasEventConnectionWhere", @@ -1083,80 +1225,14 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "OBJECT", - "name": "BamCompleteTemposHasEventRelationship", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Tempo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventUpdateFieldInput", + "name": "BamCompleteTemposHasEventNodeAggregationWhereInput", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -1166,7 +1242,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventConnectFieldInput", + "name": "BamCompleteTemposHasEventNodeAggregationWhereInput", "ofType": null } } @@ -1176,7 +1252,7 @@ "deprecationReason": null }, { - "name": "create", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -1186,7 +1262,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventCreateFieldInput", + "name": "BamCompleteTemposHasEventNodeAggregationWhereInput", "ofType": null } } @@ -1196,51 +1272,35 @@ "deprecationReason": null }, { - "name": "delete", + "name": "accessLevel_AVERAGE_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "accessLevel_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "accessLevel_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventUpdateConnectionInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -1248,34 +1308,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "accessLevel_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "BamCompleteUpdateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "date", + "name": "accessLevel_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -1283,7 +1332,7 @@ "deprecationReason": null }, { - "name": "status", + "name": "accessLevel_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -1295,82 +1344,47 @@ "deprecationReason": null }, { - "name": "temposHasEvent", + "name": "accessLevel_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "accessLevel_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "accessLevel_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", + "name": "accessLevel_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1378,11 +1392,11 @@ "deprecationReason": null }, { - "name": "date_CONTAINS", + "name": "accessLevel_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1390,11 +1404,11 @@ "deprecationReason": null }, { - "name": "date_ENDS_WITH", + "name": "accessLevel_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1402,31 +1416,23 @@ "deprecationReason": null }, { - "name": "date_IN", + "name": "accessLevel_LONGEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT", + "name": "accessLevel_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1434,11 +1440,11 @@ "deprecationReason": null }, { - "name": "date_NOT_CONTAINS", + "name": "accessLevel_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1446,11 +1452,11 @@ "deprecationReason": null }, { - "name": "date_NOT_ENDS_WITH", + "name": "accessLevel_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1458,31 +1464,23 @@ "deprecationReason": null }, { - "name": "date_NOT_IN", + "name": "accessLevel_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT_STARTS_WITH", + "name": "accessLevel_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1490,11 +1488,11 @@ "deprecationReason": null }, { - "name": "date_STARTS_WITH", + "name": "accessLevel_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1502,11 +1500,11 @@ "deprecationReason": null }, { - "name": "status", + "name": "accessLevel_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1514,11 +1512,11 @@ "deprecationReason": null }, { - "name": "status_CONTAINS", + "name": "billedBy_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -1526,11 +1524,11 @@ "deprecationReason": null }, { - "name": "status_ENDS_WITH", + "name": "billedBy_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -1538,31 +1536,23 @@ "deprecationReason": null }, { - "name": "status_IN", + "name": "billedBy_AVERAGE_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_NOT", + "name": "billedBy_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -1570,11 +1560,11 @@ "deprecationReason": null }, { - "name": "status_NOT_CONTAINS", + "name": "billedBy_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -1582,7 +1572,7 @@ "deprecationReason": null }, { - "name": "status_NOT_ENDS_WITH", + "name": "billedBy_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -1594,31 +1584,23 @@ "deprecationReason": null }, { - "name": "status_NOT_IN", + "name": "billedBy_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_NOT_STARTS_WITH", + "name": "billedBy_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1626,11 +1608,11 @@ "deprecationReason": null }, { - "name": "status_STARTS_WITH", + "name": "billedBy_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1638,11 +1620,11 @@ "deprecationReason": null }, { - "name": "temposHasEventAggregate", + "name": "billedBy_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventAggregateInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1650,11 +1632,11 @@ "deprecationReason": null }, { - "name": "temposHasEventConnection_ALL", + "name": "billedBy_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1662,11 +1644,11 @@ "deprecationReason": null }, { - "name": "temposHasEventConnection_NONE", + "name": "billedBy_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1674,11 +1656,11 @@ "deprecationReason": null }, { - "name": "temposHasEventConnection_SINGLE", + "name": "billedBy_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1686,11 +1668,11 @@ "deprecationReason": null }, { - "name": "temposHasEventConnection_SOME", + "name": "billedBy_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1698,11 +1680,11 @@ "deprecationReason": null }, { - "name": "temposHasEvent_ALL", - "description": "Return BamCompletes where all of the related Tempos match this filter", + "name": "billedBy_LTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1710,11 +1692,11 @@ "deprecationReason": null }, { - "name": "temposHasEvent_NONE", - "description": "Return BamCompletes where none of the related Tempos match this filter", + "name": "billedBy_SHORTEST_EQUAL", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1722,11 +1704,11 @@ "deprecationReason": null }, { - "name": "temposHasEvent_SINGLE", - "description": "Return BamCompletes where one of the related Tempos match this filter", + "name": "billedBy_SHORTEST_GT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -1734,1121 +1716,533 @@ "deprecationReason": null }, { - "name": "temposHasEvent_SOME", - "description": "Return BamCompletes where some of the related Tempos match this filter", + "name": "billedBy_SHORTEST_GTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BamCompletesConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "billedBy_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BamCompleteEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "billedBy_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "costCenter_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": "The `Boolean` scalar type represents `true` or `false`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Cohort", - "description": null, - "fields": [ + }, { - "name": "cohortId", + "name": "costCenter_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes", + "name": "costCenter_AVERAGE_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortComplete", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesAggregate", + "name": "costCenter_AVERAGE_LT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesAggregationSelection", + "kind": "SCALAR", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesConnection", + "name": "costCenter_AVERAGE_LTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "costCenter_EQUAL", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortSampleSamplesAggregate", + "name": "costCenter_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "CohortSampleHasCohortSampleSamplesAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortSampleSamplesConnection", + "name": "costCenter_GTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortHasCohortSampleSamplesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "cohortId", + "name": "costCenter_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "costCenter_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "costCenter_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "costCenter_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesNodeAggregateSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "analyst", + "name": "costCenter_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", + "name": "costCenter_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle", + "name": "costCenter_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle", + "name": "costCenter_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "costCenter_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", + "name": "costCenter_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortComplete", - "description": null, - "fields": [ + }, { - "name": "analyst", + "name": "costCenter_SHORTEST_LT", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortComplete", + "name": "costCenter_SHORTEST_LTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cohort", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortCompleteAggregate", + "name": "custodianInformation_AVERAGE_EQUAL", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "CohortCompleteCohortCohortsHasCohortCompleteAggregationSelection", + "kind": "SCALAR", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortCompleteConnection", + "name": "custodianInformation_AVERAGE_GT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", + "name": "custodianInformation_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "endUsers", + "name": "custodianInformation_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pmUsers", + "name": "custodianInformation_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle", + "name": "custodianInformation_EQUAL", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle", + "name": "custodianInformation_GT", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "custodianInformation_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", + "name": "custodianInformation_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortCompleteAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "analyst", + "name": "custodianInformation_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "custodianInformation_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", + "name": "custodianInformation_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle", + "name": "custodianInformation_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle", + "name": "custodianInformation_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "custodianInformation_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", + "name": "custodianInformation_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "CohortCompleteCohortCohortsHasCohortCompleteAggregationSelection", + "name": "BamCompleteTemposHasEventRelationship", "description": null, "fields": [ { - "name": "count", + "name": "cursor", "description": null, "args": [], "type": { @@ -2856,7 +2250,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -2868,9 +2262,13 @@ "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CohortCompleteCohortCohortsHasCohortCompleteNodeAggregateSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tempo", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -2882,40 +2280,36 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CohortCompleteCohortCohortsHasCohortCompleteNodeAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventUpdateConnectionInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "cohortId", + "name": "node", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoUpdateInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", + "name": "BamCompleteTemposHasEventUpdateFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "AND", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -2925,7 +2319,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", + "name": "BamCompleteTemposHasEventConnectFieldInput", "ofType": null } } @@ -2935,7 +2329,7 @@ "deprecationReason": null }, { - "name": "OR", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -2945,7 +2339,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", + "name": "BamCompleteTemposHasEventCreateFieldInput", "ofType": null } } @@ -2955,59 +2349,51 @@ "deprecationReason": null }, { - "name": "count", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "count_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "count_GTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_LT", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_LTE", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -3015,11 +2401,11 @@ "deprecationReason": null }, { - "name": "node", + "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", + "name": "BamCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -3033,128 +2419,50 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", + "name": "BamCompleteUpdateInput", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "date", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "status", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortConnectWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "temposHasEvent", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteRelationship", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventUpdateFieldInput", + "ofType": null } } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionSort", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortSort", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null @@ -3166,7 +2474,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "name": "BamCompleteWhere", "description": null, "fields": null, "inputFields": [ @@ -3181,7 +2489,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "name": "BamCompleteWhere", "ofType": null } } @@ -3201,7 +2509,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "name": "BamCompleteWhere", "ofType": null } } @@ -3211,11 +2519,11 @@ "deprecationReason": null }, { - "name": "node", + "name": "date", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3223,61 +2531,23 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "date_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCreateInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "date_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortDeleteInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3285,34 +2555,31 @@ "deprecationReason": null }, { - "name": "where", + "name": "date_IN", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "date_NOT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortDisconnectInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3320,81 +2587,31 @@ "deprecationReason": null }, { - "name": "where", + "name": "date_NOT_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "create", + "name": "date_NOT_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "date_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -3403,8 +2620,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -3414,31 +2631,23 @@ "deprecationReason": null }, { - "name": "OR", + "name": "date_NOT_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortId_AVERAGE_EQUAL", + "name": "date_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3446,11 +2655,11 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_GT", + "name": "status", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3458,11 +2667,11 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_GTE", + "name": "status_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3470,11 +2679,11 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_LT", + "name": "status_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3482,19 +2691,27 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_LTE", + "name": "status_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortId_EQUAL", + "name": "status_NOT", "description": null, "type": { "kind": "SCALAR", @@ -3506,11 +2723,11 @@ "deprecationReason": null }, { - "name": "cohortId_GT", + "name": "status_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3518,11 +2735,11 @@ "deprecationReason": null }, { - "name": "cohortId_GTE", + "name": "status_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3530,23 +2747,31 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_EQUAL", + "name": "status_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortId_LONGEST_GT", + "name": "status_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3554,11 +2779,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_GTE", + "name": "status_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -3566,11 +2791,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_LT", + "name": "temposHasEventAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventAggregateInput", "ofType": null }, "defaultValue": null, @@ -3578,11 +2803,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_LTE", + "name": "temposHasEventConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -3590,11 +2815,11 @@ "deprecationReason": null }, { - "name": "cohortId_LT", + "name": "temposHasEventConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -3602,11 +2827,11 @@ "deprecationReason": null }, { - "name": "cohortId_LTE", + "name": "temposHasEventConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -3614,11 +2839,11 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_EQUAL", + "name": "temposHasEventConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "BamCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -3626,11 +2851,11 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_GT", - "description": null, + "name": "temposHasEvent_ALL", + "description": "Return BamCompletes where all of the related Tempos match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, @@ -3638,11 +2863,11 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_GTE", - "description": null, + "name": "temposHasEvent_NONE", + "description": "Return BamCompletes where none of the related Tempos match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, @@ -3650,11 +2875,11 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_LT", - "description": null, + "name": "temposHasEvent_SINGLE", + "description": "Return BamCompletes where one of the related Tempos match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, @@ -3662,11 +2887,11 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_LTE", - "description": null, + "name": "temposHasEvent_SOME", + "description": "Return BamCompletes where some of the related Tempos match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, @@ -3680,27 +2905,35 @@ }, { "kind": "OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteRelationship", + "name": "BamCompletesConnection", "description": null, "fields": [ { - "name": "cursor", + "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "BamCompleteEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", "description": null, "args": [], "type": { @@ -3708,7 +2941,23 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Cohort", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -3722,417 +2971,791 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteUpdateConnectionInput", - "description": null, + "kind": "SCALAR", + "name": "Boolean", + "description": "The `Boolean` scalar type represents `true` or `false`.", "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteUpdateFieldInput", + "kind": "OBJECT", + "name": "Cohort", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "connect", + "name": "cohortId", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "hasCohortCompleteCohortCompletes", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortComplete", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasCohortCompleteCohortCompletesAggregate", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", + "name": "CohortCompleteWhere", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } + ], + "type": { + "kind": "OBJECT", + "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesAggregationSelection", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "hasCohortCompleteCohortCompletesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteDeleteFieldInput", - "ofType": null - } + "kind": "OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnection", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "hasCohortSampleSamples", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteDisconnectFieldInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "hasCohortSampleSamplesAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteUpdateConnectionInput", + "kind": "OBJECT", + "name": "CohortSampleHasCohortSampleSamplesAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "hasCohortSampleSamplesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortHasCohortSampleSamplesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteConnectInput", + "kind": "OBJECT", + "name": "CohortAggregateSelection", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "cohortsHasCohortComplete", + "name": "cohortId", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteConnectWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "count", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCreateInput", + "kind": "OBJECT", + "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesAggregationSelection", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "analyst", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortComplete", + "name": "node", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteFieldInput", + "kind": "OBJECT", + "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "date", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortCohortCompleteHasCohortCompleteCohortCompletesNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "endUsers", + "name": "analyst", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pmUsers", + "name": "date", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "projectSubtitle", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "projectTitle", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteDeleteInput", + "kind": "OBJECT", + "name": "CohortComplete", "description": null, - "fields": null, - "inputFields": [ + "fields": [ + { + "name": "analyst", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "cohortsHasCohortComplete", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteDeleteFieldInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Cohort", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteDisconnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "cohortsHasCohortComplete", + "name": "cohortsHasCohortCompleteAggregate", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteDisconnectFieldInput", + "name": "CohortWhere", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } + ], + "type": { + "kind": "OBJECT", + "name": "CohortCompleteCohortCohortsHasCohortCompleteAggregationSelection", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortCompleteEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "cohortsHasCohortCompleteConnection", "description": null, - "args": [], + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnection", "ofType": null } }, @@ -4140,390 +3763,307 @@ "deprecationReason": null }, { - "name": "node", + "name": "date", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CohortComplete", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteOptions", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "offset", + "name": "endUsers", "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": "Specify one or more CohortCompleteSort objects to sort CohortCompletes by. The sorts will be applied in the order in which they are arranged in the array.", + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteSort", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteRelationInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "cohortsHasCohortComplete", + "name": "pmUsers", "description": null, + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteSort", - "description": "Fields to sort CohortCompletes by. The order in which sorts are applied is not guaranteed when specifying many fields in one CohortCompleteSort object.", - "fields": null, - "inputFields": [ - { - "name": "analyst", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "projectSubtitle", "description": null, + "args": [], "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "projectTitle", "description": null, + "args": [], "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, + "args": [], "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, + "args": [], "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteUpdateInput", + "kind": "OBJECT", + "name": "CohortCompleteAggregateSelection", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { "name": "analyst", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortComplete", + "name": "count", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteUpdateFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "date", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "endUsers", + "name": "projectSubtitle", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "endUsers_POP", + "name": "projectTitle", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endUsers_PUSH", - "description": null, - "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pmUsers", + "name": "status", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pmUsers_POP", + "name": "type", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortCompleteCohortCohortsHasCohortCompleteAggregationSelection", + "description": null, + "fields": [ { - "name": "pmUsers_PUSH", + "name": "count", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectSubtitle", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectTitle", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "CohortCompleteCohortCohortsHasCohortCompleteNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortCompleteCohortCohortsHasCohortCompleteNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "type", + "name": "cohortId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", "description": null, "fields": null, "inputFields": [ @@ -4538,7 +4078,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", "ofType": null } } @@ -4558,7 +4098,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", "ofType": null } } @@ -4568,11 +4108,11 @@ "deprecationReason": null }, { - "name": "analyst", + "name": "count", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -4580,11 +4120,11 @@ "deprecationReason": null }, { - "name": "analyst_CONTAINS", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -4592,11 +4132,11 @@ "deprecationReason": null }, { - "name": "analyst_ENDS_WITH", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -4604,27 +4144,11 @@ "deprecationReason": null }, { - "name": "analyst_IN", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "analyst_NOT", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -4632,11 +4156,11 @@ "deprecationReason": null }, { - "name": "analyst_NOT_CONTAINS", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -4644,27 +4168,42 @@ "deprecationReason": null }, { - "name": "analyst_NOT_ENDS_WITH", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "analyst_NOT_IN", + "name": "connect", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortConnectInput", + "ofType": null + } } }, "defaultValue": null, @@ -4672,92 +4211,161 @@ "deprecationReason": null }, { - "name": "analyst_NOT_STARTS_WITH", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnection", + "description": null, + "fields": [ { - "name": "analyst_STARTS_WITH", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortCompleteAggregate", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortCompleteConnection_ALL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "cohortsHasCohortCompleteConnection_NONE", + "name": "node", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "name": "CohortSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "cohortsHasCohortCompleteConnection_SINGLE", + "name": "AND", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortCompleteConnection_SOME", + "name": "OR", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortComplete_ALL", - "description": "Return CohortCompletes where all of the related Cohorts match this filter", + "name": "node", + "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CohortWhere", @@ -4768,8 +4376,8 @@ "deprecationReason": null }, { - "name": "cohortsHasCohortComplete_NONE", - "description": "Return CohortCompletes where none of the related Cohorts match this filter", + "name": "node_NOT", + "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CohortWhere", @@ -4778,25 +4386,51 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "cohortsHasCohortComplete_SINGLE", - "description": "Return CohortCompletes where one of the related Cohorts match this filter", + "name": "node", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCreateInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "cohortsHasCohortComplete_SOME", - "description": "Return CohortCompletes where some of the related Cohorts match this filter", + "name": "delete", + "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "name": "CohortDeleteInput", "ofType": null }, "defaultValue": null, @@ -4804,23 +4438,34 @@ "deprecationReason": null }, { - "name": "date", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "date_CONTAINS", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortDisconnectInput", "ofType": null }, "defaultValue": null, @@ -4828,19 +4473,30 @@ "deprecationReason": null }, { - "name": "date_ENDS_WITH", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "date_IN", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -4849,8 +4505,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", "ofType": null } } @@ -4860,43 +4516,58 @@ "deprecationReason": null }, { - "name": "date_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date_NOT_CONTAINS", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "date_NOT_ENDS_WITH", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT_IN", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -4905,8 +4576,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteNodeAggregationWhereInput", "ofType": null } } @@ -4916,11 +4587,11 @@ "deprecationReason": null }, { - "name": "date_NOT_STARTS_WITH", + "name": "cohortId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -4928,11 +4599,11 @@ "deprecationReason": null }, { - "name": "date_STARTS_WITH", + "name": "cohortId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -4940,27 +4611,11 @@ "deprecationReason": null }, { - "name": "endUsers", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endUsers_INCLUDES", + "name": "cohortId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -4968,27 +4623,11 @@ "deprecationReason": null }, { - "name": "endUsers_NOT", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "endUsers_NOT_INCLUDES", + "name": "cohortId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -4996,27 +4635,11 @@ "deprecationReason": null }, { - "name": "pmUsers", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pmUsers_INCLUDES", + "name": "cohortId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -5024,23 +4647,7 @@ "deprecationReason": null }, { - "name": "pmUsers_NOT", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pmUsers_NOT_INCLUDES", + "name": "cohortId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -5052,11 +4659,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle", + "name": "cohortId_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5064,11 +4671,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_CONTAINS", + "name": "cohortId_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5076,11 +4683,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_ENDS_WITH", + "name": "cohortId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5088,27 +4695,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_IN", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectSubtitle_NOT", + "name": "cohortId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5116,11 +4707,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_NOT_CONTAINS", + "name": "cohortId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5128,11 +4719,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_NOT_ENDS_WITH", + "name": "cohortId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5140,27 +4731,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_NOT_IN", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectSubtitle_NOT_STARTS_WITH", + "name": "cohortId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5168,11 +4743,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_STARTS_WITH", + "name": "cohortId_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5180,11 +4755,11 @@ "deprecationReason": null }, { - "name": "projectTitle", + "name": "cohortId_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5192,11 +4767,11 @@ "deprecationReason": null }, { - "name": "projectTitle_CONTAINS", + "name": "cohortId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5204,11 +4779,11 @@ "deprecationReason": null }, { - "name": "projectTitle_ENDS_WITH", + "name": "cohortId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5216,27 +4791,11 @@ "deprecationReason": null }, { - "name": "projectTitle_IN", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectTitle_NOT", + "name": "cohortId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5244,11 +4803,11 @@ "deprecationReason": null }, { - "name": "projectTitle_NOT_CONTAINS", + "name": "cohortId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -5256,22 +4815,33 @@ "deprecationReason": null }, { - "name": "projectTitle_NOT_ENDS_WITH", + "name": "cohortId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteRelationship", + "description": null, + "fields": [ { - "name": "projectTitle_NOT_IN", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -5279,72 +4849,102 @@ "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectTitle_NOT_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_STARTS_WITH", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Cohort", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_CONTAINS", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_ENDS_WITH", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_IN", + "name": "delete", "description": null, "type": { "kind": "LIST", @@ -5353,8 +4953,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteDeleteFieldInput", "ofType": null } } @@ -5364,23 +4964,31 @@ "deprecationReason": null }, { - "name": "status_NOT", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_NOT_CONTAINS", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -5388,19 +4996,30 @@ "deprecationReason": null }, { - "name": "status_NOT_ENDS_WITH", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_NOT_IN", + "name": "cohortsHasCohortComplete", "description": null, "type": { "kind": "LIST", @@ -5409,8 +5028,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectFieldInput", "ofType": null } } @@ -5418,21 +5037,47 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteConnectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_NOT_STARTS_WITH", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_STARTS_WITH", + "name": "analyst", "description": null, "type": { "kind": "SCALAR", @@ -5444,11 +5089,11 @@ "deprecationReason": null }, { - "name": "type", + "name": "cohortsHasCohortComplete", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteFieldInput", "ofType": null }, "defaultValue": null, @@ -5456,43 +5101,47 @@ "deprecationReason": null }, { - "name": "type_CONTAINS", + "name": "date", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type_ENDS_WITH", + "name": "endUsers", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type_IN", + "name": "pmUsers", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -5500,7 +5149,7 @@ "deprecationReason": null }, { - "name": "type_NOT", + "name": "projectSubtitle", "description": null, "type": { "kind": "SCALAR", @@ -5512,7 +5161,7 @@ "deprecationReason": null }, { - "name": "type_NOT_CONTAINS", + "name": "projectTitle", "description": null, "type": { "kind": "SCALAR", @@ -5524,56 +5173,94 @@ "deprecationReason": null }, { - "name": "type_NOT_ENDS_WITH", + "name": "status", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "type_NOT_IN", + "name": "type", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDeleteInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "type_NOT_STARTS_WITH", + "name": "cohortsHasCohortComplete", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "type_STARTS_WITH", + "name": "cohortsHasCohortComplete", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, @@ -5586,43 +5273,19 @@ }, { "kind": "OBJECT", - "name": "CohortCompletesConnection", + "name": "CohortCompleteEdge", "description": null, "fields": [ { - "name": "edges", + "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortCompleteEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -5630,15 +5293,15 @@ "deprecationReason": null }, { - "name": "totalCount", + "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "CohortComplete", "ofType": null } }, @@ -5653,33 +5316,37 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortConnectInput", + "name": "CohortCompleteOptions", "description": null, "fields": null, "inputFields": [ { - "name": "hasCohortCompleteCohortCompletes", + "name": "limit", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "offset", "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": "Specify one or more CohortCompleteSort objects to sort CohortCompletes by. The sorts will be applied in the order in which they are arranged in the array.", "type": { "kind": "LIST", "name": null, @@ -5688,7 +5355,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectFieldInput", + "name": "CohortCompleteSort", "ofType": null } } @@ -5704,20 +5371,24 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortConnectWhere", + "name": "CohortCompleteRelationInput", "description": null, "fields": null, "inputFields": [ { - "name": "node", + "name": "cohortsHasCohortComplete", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteCreateFieldInput", + "ofType": null + } } }, "defaultValue": null, @@ -5731,32 +5402,28 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortCreateInput", - "description": null, + "name": "CohortCompleteSort", + "description": "Fields to sort CohortCompletes by. The order in which sorts are applied is not guaranteed when specifying many fields in one CohortCompleteSort object.", "fields": null, "inputFields": [ { - "name": "cohortId", + "name": "analyst", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes", + "name": "date", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesFieldInput", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -5764,63 +5431,48 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "projectSubtitle", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesFieldInput", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortDeleteInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasCohortCompleteCohortCompletes", + "name": "projectTitle", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesDeleteFieldInput", - "ofType": null - } - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "status", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesDeleteFieldInput", - "ofType": null - } - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -5833,32 +5485,24 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortDisconnectInput", + "name": "CohortCompleteUpdateInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasCohortCompleteCohortCompletes", + "name": "analyst", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "cohortsHasCohortComplete", "description": null, "type": { "kind": "LIST", @@ -5868,7 +5512,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesDisconnectFieldInput", + "name": "CohortCompleteCohortsHasCohortCompleteUpdateFieldInput", "ofType": null } } @@ -5876,23 +5520,24 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "date", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endUsers", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", @@ -5900,51 +5545,32 @@ "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "endUsers_POP", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cohort", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "endUsers_PUSH", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -5952,19 +5578,15 @@ "deprecationReason": null }, { - "name": "OR", + "name": "pmUsers", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -5972,7 +5594,7 @@ "deprecationReason": null }, { - "name": "count", + "name": "pmUsers_POP", "description": null, "type": { "kind": "SCALAR", @@ -5984,23 +5606,27 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "pmUsers_PUSH", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_GTE", + "name": "projectSubtitle", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6008,11 +5634,11 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "projectTitle", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6020,11 +5646,11 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "status", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6032,11 +5658,11 @@ "deprecationReason": null }, { - "name": "node", + "name": "type", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6050,12 +5676,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", + "name": "CohortCompleteWhere", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -6065,7 +5691,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteConnectInput", + "name": "CohortCompleteWhere", "ofType": null } } @@ -6075,132 +5701,71 @@ "deprecationReason": null }, { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteConnectWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnection", - "description": null, - "fields": [ - { - "name": "edges", + "name": "OR", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesRelationship", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "analyst", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "analyst_CONTAINS", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "analyst_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteSort", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "analyst_IN", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -6208,31 +5773,23 @@ "deprecationReason": null }, { - "name": "OR", + "name": "analyst_NOT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "analyst_NOT_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6240,61 +5797,39 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "analyst_NOT_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "analyst_NOT_IN", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCreateInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "analyst_NOT_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteDeleteInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6302,34 +5837,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "analyst_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "cohortsHasCohortCompleteAggregate", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteDisconnectInput", + "name": "CohortCompleteCohortsHasCohortCompleteAggregateInput", "ofType": null }, "defaultValue": null, @@ -6337,125 +5861,47 @@ "deprecationReason": null }, { - "name": "where", + "name": "cohortsHasCohortCompleteConnection_ALL", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "create", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", + "name": "cohortsHasCohortCompleteConnection_NONE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "cohortsHasCohortCompleteConnection_SINGLE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "analyst_AVERAGE_EQUAL", + "name": "cohortsHasCohortCompleteConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCohortsHasCohortCompleteConnectionWhere", "ofType": null }, "defaultValue": null, @@ -6463,11 +5909,11 @@ "deprecationReason": null }, { - "name": "analyst_AVERAGE_GT", - "description": null, + "name": "cohortsHasCohortComplete_ALL", + "description": "Return CohortCompletes where all of the related Cohorts match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "CohortWhere", "ofType": null }, "defaultValue": null, @@ -6475,11 +5921,11 @@ "deprecationReason": null }, { - "name": "analyst_AVERAGE_GTE", - "description": null, + "name": "cohortsHasCohortComplete_NONE", + "description": "Return CohortCompletes where none of the related Cohorts match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "CohortWhere", "ofType": null }, "defaultValue": null, @@ -6487,11 +5933,11 @@ "deprecationReason": null }, { - "name": "analyst_AVERAGE_LT", - "description": null, + "name": "cohortsHasCohortComplete_SINGLE", + "description": "Return CohortCompletes where one of the related Cohorts match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "CohortWhere", "ofType": null }, "defaultValue": null, @@ -6499,11 +5945,11 @@ "deprecationReason": null }, { - "name": "analyst_AVERAGE_LTE", - "description": null, + "name": "cohortsHasCohortComplete_SOME", + "description": "Return CohortCompletes where some of the related Cohorts match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "CohortWhere", "ofType": null }, "defaultValue": null, @@ -6511,7 +5957,7 @@ "deprecationReason": null }, { - "name": "analyst_EQUAL", + "name": "date", "description": null, "type": { "kind": "SCALAR", @@ -6523,11 +5969,11 @@ "deprecationReason": null }, { - "name": "analyst_GT", + "name": "date_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6535,11 +5981,11 @@ "deprecationReason": null }, { - "name": "analyst_GTE", + "name": "date_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6547,23 +5993,31 @@ "deprecationReason": null }, { - "name": "analyst_LONGEST_EQUAL", + "name": "date_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "analyst_LONGEST_GT", + "name": "date_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6571,11 +6025,11 @@ "deprecationReason": null }, { - "name": "analyst_LONGEST_GTE", + "name": "date_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6583,11 +6037,11 @@ "deprecationReason": null }, { - "name": "analyst_LONGEST_LT", + "name": "date_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6595,23 +6049,31 @@ "deprecationReason": null }, { - "name": "analyst_LONGEST_LTE", + "name": "date_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "analyst_LT", + "name": "date_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6619,11 +6081,11 @@ "deprecationReason": null }, { - "name": "analyst_LTE", + "name": "date_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6631,23 +6093,27 @@ "deprecationReason": null }, { - "name": "analyst_SHORTEST_EQUAL", + "name": "endUsers", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "analyst_SHORTEST_GT", + "name": "endUsers_INCLUDES", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6655,23 +6121,27 @@ "deprecationReason": null }, { - "name": "analyst_SHORTEST_GTE", + "name": "endUsers_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "analyst_SHORTEST_LT", + "name": "endUsers_NOT_INCLUDES", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6679,23 +6149,27 @@ "deprecationReason": null }, { - "name": "analyst_SHORTEST_LTE", + "name": "pmUsers", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_AVERAGE_EQUAL", + "name": "pmUsers_INCLUDES", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6703,23 +6177,27 @@ "deprecationReason": null }, { - "name": "date_AVERAGE_GT", + "name": "pmUsers_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_AVERAGE_GTE", + "name": "pmUsers_NOT_INCLUDES", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6727,11 +6205,11 @@ "deprecationReason": null }, { - "name": "date_AVERAGE_LT", + "name": "projectSubtitle", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6739,11 +6217,11 @@ "deprecationReason": null }, { - "name": "date_AVERAGE_LTE", + "name": "projectSubtitle_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6751,7 +6229,7 @@ "deprecationReason": null }, { - "name": "date_EQUAL", + "name": "projectSubtitle_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -6763,23 +6241,27 @@ "deprecationReason": null }, { - "name": "date_GT", + "name": "projectSubtitle_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_GTE", + "name": "projectSubtitle_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6787,11 +6269,11 @@ "deprecationReason": null }, { - "name": "date_LONGEST_EQUAL", + "name": "projectSubtitle_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6799,11 +6281,11 @@ "deprecationReason": null }, { - "name": "date_LONGEST_GT", + "name": "projectSubtitle_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6811,23 +6293,27 @@ "deprecationReason": null }, { - "name": "date_LONGEST_GTE", + "name": "projectSubtitle_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_LONGEST_LT", + "name": "projectSubtitle_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6835,11 +6321,11 @@ "deprecationReason": null }, { - "name": "date_LONGEST_LTE", + "name": "projectSubtitle_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6847,11 +6333,11 @@ "deprecationReason": null }, { - "name": "date_LT", + "name": "projectTitle", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6859,11 +6345,11 @@ "deprecationReason": null }, { - "name": "date_LTE", + "name": "projectTitle_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6871,11 +6357,11 @@ "deprecationReason": null }, { - "name": "date_SHORTEST_EQUAL", + "name": "projectTitle_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6883,23 +6369,27 @@ "deprecationReason": null }, { - "name": "date_SHORTEST_GT", + "name": "projectTitle_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_SHORTEST_GTE", + "name": "projectTitle_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6907,11 +6397,11 @@ "deprecationReason": null }, { - "name": "date_SHORTEST_LT", + "name": "projectTitle_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6919,11 +6409,11 @@ "deprecationReason": null }, { - "name": "date_SHORTEST_LTE", + "name": "projectTitle_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6931,23 +6421,27 @@ "deprecationReason": null }, { - "name": "projectSubtitle_AVERAGE_EQUAL", + "name": "projectTitle_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle_AVERAGE_GT", + "name": "projectTitle_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6955,11 +6449,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_AVERAGE_GTE", + "name": "projectTitle_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6967,11 +6461,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_AVERAGE_LT", + "name": "status", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6979,11 +6473,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_AVERAGE_LTE", + "name": "status_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -6991,7 +6485,7 @@ "deprecationReason": null }, { - "name": "projectSubtitle_EQUAL", + "name": "status_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -7003,23 +6497,31 @@ "deprecationReason": null }, { - "name": "projectSubtitle_GT", + "name": "status_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle_GTE", + "name": "status_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7027,11 +6529,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_LONGEST_EQUAL", + "name": "status_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7039,11 +6541,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_LONGEST_GT", + "name": "status_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7051,23 +6553,31 @@ "deprecationReason": null }, { - "name": "projectSubtitle_LONGEST_GTE", + "name": "status_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle_LONGEST_LT", + "name": "status_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7075,11 +6585,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_LONGEST_LTE", + "name": "status_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7087,11 +6597,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_LT", + "name": "type", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7099,11 +6609,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_LTE", + "name": "type_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7111,11 +6621,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_SHORTEST_EQUAL", + "name": "type_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7123,23 +6633,31 @@ "deprecationReason": null }, { - "name": "projectSubtitle_SHORTEST_GT", + "name": "type_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectSubtitle_SHORTEST_GTE", + "name": "type_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7147,11 +6665,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_SHORTEST_LT", + "name": "type_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7159,11 +6677,11 @@ "deprecationReason": null }, { - "name": "projectSubtitle_SHORTEST_LTE", + "name": "type_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7171,23 +6689,31 @@ "deprecationReason": null }, { - "name": "projectTitle_AVERAGE_EQUAL", + "name": "type_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_AVERAGE_GT", + "name": "type_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -7195,107 +6721,195 @@ "deprecationReason": null }, { - "name": "projectTitle_AVERAGE_GTE", + "name": "type_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortCompletesConnection", + "description": null, + "fields": [ { - "name": "projectTitle_AVERAGE_LT", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortCompleteEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_AVERAGE_LTE", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_EQUAL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectTitle_GT", + "name": "hasCohortCompleteCohortCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_GTE", + "name": "hasCohortSampleSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortConnectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectTitle_LONGEST_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectTitle_LONGEST_GT", + "name": "cohortId", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_LONGEST_GTE", + "name": "hasCohortCompleteCohortCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesFieldInput", "ofType": null }, "defaultValue": null, @@ -7303,119 +6917,219 @@ "deprecationReason": null }, { - "name": "projectTitle_LONGEST_LT", + "name": "hasCohortSampleSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesFieldInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortDeleteInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectTitle_LONGEST_LTE", + "name": "hasCohortCompleteCohortCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_LT", + "name": "hasCohortSampleSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectTitle_LTE", + "name": "hasCohortCompleteCohortCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_SHORTEST_EQUAL", + "name": "hasCohortSampleSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortEdge", + "description": null, + "fields": [ { - "name": "projectTitle_SHORTEST_GT", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_SHORTEST_GTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Cohort", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectTitle_SHORTEST_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectTitle_SHORTEST_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_AVERAGE_EQUAL", + "name": "count", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -7423,11 +7137,11 @@ "deprecationReason": null }, { - "name": "status_AVERAGE_GT", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -7435,11 +7149,11 @@ "deprecationReason": null }, { - "name": "status_AVERAGE_GTE", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -7447,11 +7161,11 @@ "deprecationReason": null }, { - "name": "status_AVERAGE_LT", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -7459,11 +7173,11 @@ "deprecationReason": null }, { - "name": "status_AVERAGE_LTE", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -7471,119 +7185,207 @@ "deprecationReason": null }, { - "name": "status_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteConnectInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnection", + "description": null, + "fields": [ { - "name": "status_LONGEST_EQUAL", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_LONGEST_GT", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_LONGEST_GTE", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_LONGEST_LT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_LONGEST_LTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_LT", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_LTE", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", "ofType": null }, "defaultValue": null, @@ -7591,23 +7393,61 @@ "deprecationReason": null }, { - "name": "status_SHORTEST_EQUAL", + "name": "node_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_SHORTEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCreateInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDeleteInput", "ofType": null }, "defaultValue": null, @@ -7615,23 +7455,34 @@ "deprecationReason": null }, { - "name": "status_SHORTEST_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_SHORTEST_LT", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDisconnectInput", "ofType": null }, "defaultValue": null, @@ -7639,19 +7490,121 @@ "deprecationReason": null }, { - "name": "status_SHORTEST_LTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "type_AVERAGE_EQUAL", + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "analyst_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -7663,7 +7616,7 @@ "deprecationReason": null }, { - "name": "type_AVERAGE_GT", + "name": "analyst_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -7675,7 +7628,7 @@ "deprecationReason": null }, { - "name": "type_AVERAGE_GTE", + "name": "analyst_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -7687,7 +7640,7 @@ "deprecationReason": null }, { - "name": "type_AVERAGE_LT", + "name": "analyst_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -7699,7 +7652,7 @@ "deprecationReason": null }, { - "name": "type_AVERAGE_LTE", + "name": "analyst_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -7711,7 +7664,7 @@ "deprecationReason": null }, { - "name": "type_EQUAL", + "name": "analyst_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -7723,7 +7676,7 @@ "deprecationReason": null }, { - "name": "type_GT", + "name": "analyst_GT", "description": null, "type": { "kind": "SCALAR", @@ -7735,7 +7688,7 @@ "deprecationReason": null }, { - "name": "type_GTE", + "name": "analyst_GTE", "description": null, "type": { "kind": "SCALAR", @@ -7747,7 +7700,7 @@ "deprecationReason": null }, { - "name": "type_LONGEST_EQUAL", + "name": "analyst_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -7759,7 +7712,7 @@ "deprecationReason": null }, { - "name": "type_LONGEST_GT", + "name": "analyst_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -7771,7 +7724,7 @@ "deprecationReason": null }, { - "name": "type_LONGEST_GTE", + "name": "analyst_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -7783,7 +7736,7 @@ "deprecationReason": null }, { - "name": "type_LONGEST_LT", + "name": "analyst_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -7795,7 +7748,7 @@ "deprecationReason": null }, { - "name": "type_LONGEST_LTE", + "name": "analyst_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -7807,7 +7760,7 @@ "deprecationReason": null }, { - "name": "type_LT", + "name": "analyst_LT", "description": null, "type": { "kind": "SCALAR", @@ -7819,7 +7772,7 @@ "deprecationReason": null }, { - "name": "type_LTE", + "name": "analyst_LTE", "description": null, "type": { "kind": "SCALAR", @@ -7831,7 +7784,7 @@ "deprecationReason": null }, { - "name": "type_SHORTEST_EQUAL", + "name": "analyst_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -7843,7 +7796,7 @@ "deprecationReason": null }, { - "name": "type_SHORTEST_GT", + "name": "analyst_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -7855,7 +7808,7 @@ "deprecationReason": null }, { - "name": "type_SHORTEST_GTE", + "name": "analyst_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -7867,7 +7820,7 @@ "deprecationReason": null }, { - "name": "type_SHORTEST_LT", + "name": "analyst_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -7879,7 +7832,7 @@ "deprecationReason": null }, { - "name": "type_SHORTEST_LTE", + "name": "analyst_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -7889,170 +7842,97 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "date_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "date_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortComplete", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "date_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteUpdateInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "date_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "date_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "date_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "date_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "date_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesUpdateConnectionInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -8060,70 +7940,43 @@ "deprecationReason": null }, { - "name": "where", + "name": "date_LONGEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "date_LONGEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "date_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "date_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -8135,7 +7988,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "date_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8147,7 +8000,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "date_LT", "description": null, "type": { "kind": "SCALAR", @@ -8159,7 +8012,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "date_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8171,7 +8024,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "date_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8183,304 +8036,47 @@ "deprecationReason": null }, { - "name": "node", + "name": "date_SHORTEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "date_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "date_SHORTEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleConnectWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortHasCohortSampleSamplesConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "date_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortHasCohortSampleSamplesRelationship", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionSort", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleSort", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node_NOT", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -8488,121 +8084,7 @@ "deprecationReason": null }, { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesCreateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_AVERAGE_EQUAL", + "name": "projectSubtitle_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8614,7 +8096,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GT", + "name": "projectSubtitle_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -8626,7 +8108,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GTE", + "name": "projectSubtitle_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8638,7 +8120,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LT", + "name": "projectSubtitle_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -8650,7 +8132,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LTE", + "name": "projectSubtitle_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8662,7 +8144,7 @@ "deprecationReason": null }, { - "name": "datasource_EQUAL", + "name": "projectSubtitle_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8674,7 +8156,7 @@ "deprecationReason": null }, { - "name": "datasource_GT", + "name": "projectSubtitle_GT", "description": null, "type": { "kind": "SCALAR", @@ -8686,7 +8168,7 @@ "deprecationReason": null }, { - "name": "datasource_GTE", + "name": "projectSubtitle_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8698,7 +8180,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_EQUAL", + "name": "projectSubtitle_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8710,7 +8192,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GT", + "name": "projectSubtitle_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -8722,7 +8204,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GTE", + "name": "projectSubtitle_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8734,7 +8216,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LT", + "name": "projectSubtitle_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -8746,7 +8228,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LTE", + "name": "projectSubtitle_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8758,7 +8240,7 @@ "deprecationReason": null }, { - "name": "datasource_LT", + "name": "projectSubtitle_LT", "description": null, "type": { "kind": "SCALAR", @@ -8770,7 +8252,7 @@ "deprecationReason": null }, { - "name": "datasource_LTE", + "name": "projectSubtitle_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8782,7 +8264,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_EQUAL", + "name": "projectSubtitle_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8794,7 +8276,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GT", + "name": "projectSubtitle_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -8806,7 +8288,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GTE", + "name": "projectSubtitle_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8818,7 +8300,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LT", + "name": "projectSubtitle_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -8830,7 +8312,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LTE", + "name": "projectSubtitle_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8842,7 +8324,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_EQUAL", + "name": "projectTitle_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8854,7 +8336,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GT", + "name": "projectTitle_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -8866,7 +8348,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GTE", + "name": "projectTitle_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8878,7 +8360,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LT", + "name": "projectTitle_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -8890,7 +8372,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LTE", + "name": "projectTitle_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8902,7 +8384,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_EQUAL", + "name": "projectTitle_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8914,7 +8396,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_GT", + "name": "projectTitle_GT", "description": null, "type": { "kind": "SCALAR", @@ -8926,7 +8408,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_GTE", + "name": "projectTitle_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8938,7 +8420,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_EQUAL", + "name": "projectTitle_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -8950,7 +8432,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GT", + "name": "projectTitle_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -8962,7 +8444,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GTE", + "name": "projectTitle_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -8974,7 +8456,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LT", + "name": "projectTitle_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -8986,7 +8468,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LTE", + "name": "projectTitle_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -8998,7 +8480,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LT", + "name": "projectTitle_LT", "description": null, "type": { "kind": "SCALAR", @@ -9010,7 +8492,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LTE", + "name": "projectTitle_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9022,7 +8504,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_EQUAL", + "name": "projectTitle_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9034,7 +8516,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GT", + "name": "projectTitle_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -9046,7 +8528,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GTE", + "name": "projectTitle_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9058,7 +8540,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LT", + "name": "projectTitle_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -9070,7 +8552,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LTE", + "name": "projectTitle_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9082,7 +8564,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_EQUAL", + "name": "status_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9094,7 +8576,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GT", + "name": "status_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -9106,7 +8588,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GTE", + "name": "status_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9118,7 +8600,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LT", + "name": "status_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -9130,7 +8612,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LTE", + "name": "status_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9142,7 +8624,7 @@ "deprecationReason": null }, { - "name": "sampleClass_EQUAL", + "name": "status_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9154,7 +8636,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GT", + "name": "status_GT", "description": null, "type": { "kind": "SCALAR", @@ -9166,7 +8648,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GTE", + "name": "status_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9178,7 +8660,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_EQUAL", + "name": "status_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9190,7 +8672,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GT", + "name": "status_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -9202,7 +8684,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GTE", + "name": "status_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9214,7 +8696,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LT", + "name": "status_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -9226,7 +8708,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LTE", + "name": "status_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9238,7 +8720,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LT", + "name": "status_LT", "description": null, "type": { "kind": "SCALAR", @@ -9250,7 +8732,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LTE", + "name": "status_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9262,7 +8744,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_EQUAL", + "name": "status_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9274,7 +8756,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GT", + "name": "status_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -9286,7 +8768,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GTE", + "name": "status_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9298,7 +8780,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LT", + "name": "status_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -9310,7 +8792,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LTE", + "name": "status_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9322,7 +8804,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_EQUAL", + "name": "type_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9334,7 +8816,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GT", + "name": "type_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -9346,7 +8828,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GTE", + "name": "type_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9358,7 +8840,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LT", + "name": "type_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -9370,7 +8852,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LTE", + "name": "type_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9382,7 +8864,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_EQUAL", + "name": "type_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9394,7 +8876,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_GT", + "name": "type_GT", "description": null, "type": { "kind": "SCALAR", @@ -9406,7 +8888,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_GTE", + "name": "type_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9418,7 +8900,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_EQUAL", + "name": "type_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9430,7 +8912,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GT", + "name": "type_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -9442,7 +8924,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GTE", + "name": "type_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9454,7 +8936,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LT", + "name": "type_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -9466,7 +8948,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LTE", + "name": "type_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9478,7 +8960,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LT", + "name": "type_LT", "description": null, "type": { "kind": "SCALAR", @@ -9490,7 +8972,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LTE", + "name": "type_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9502,7 +8984,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_EQUAL", + "name": "type_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -9514,7 +8996,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GT", + "name": "type_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -9526,7 +9008,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GTE", + "name": "type_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -9538,7 +9020,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LT", + "name": "type_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -9550,7 +9032,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LTE", + "name": "type_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -9568,7 +9050,7 @@ }, { "kind": "OBJECT", - "name": "CohortHasCohortSampleSamplesRelationship", + "name": "CohortHasCohortCompleteCohortCompletesRelationship", "description": null, "fields": [ { @@ -9596,7 +9078,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sample", + "name": "CohortComplete", "ofType": null } }, @@ -9611,7 +9093,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesUpdateConnectionInput", + "name": "CohortHasCohortCompleteCohortCompletesUpdateConnectionInput", "description": null, "fields": null, "inputFields": [ @@ -9620,7 +9102,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleUpdateInput", + "name": "CohortCompleteUpdateInput", "ofType": null }, "defaultValue": null, @@ -9634,7 +9116,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesUpdateFieldInput", + "name": "CohortHasCohortCompleteCohortCompletesUpdateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -9649,7 +9131,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectFieldInput", + "name": "CohortHasCohortCompleteCohortCompletesConnectFieldInput", "ofType": null } } @@ -9669,7 +9151,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesCreateFieldInput", + "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", "ofType": null } } @@ -9689,7 +9171,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesDeleteFieldInput", + "name": "CohortHasCohortCompleteCohortCompletesDeleteFieldInput", "ofType": null } } @@ -9709,7 +9191,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesDisconnectFieldInput", + "name": "CohortHasCohortCompleteCohortCompletesDisconnectFieldInput", "ofType": null } } @@ -9723,7 +9205,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesUpdateConnectionInput", + "name": "CohortHasCohortCompleteCohortCompletesUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -9735,7 +9217,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -9749,12 +9231,52 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortOptions", + "name": "CohortHasCohortSampleSamplesAggregateInput", "description": null, "fields": null, "inputFields": [ { - "name": "limit", + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count", "description": null, "type": { "kind": "SCALAR", @@ -9766,7 +9288,7 @@ "deprecationReason": null }, { - "name": "offset", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", @@ -9778,20 +9300,48 @@ "deprecationReason": null }, { - "name": "sort", - "description": "Specify one or more CohortSort objects to sort Cohorts by. The sorts will be applied in the order in which they are arranged in the array.", + "name": "count_GTE", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortSort", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -9804,12 +9354,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortRelationInput", + "name": "CohortHasCohortSampleSamplesConnectFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasCohortCompleteCohortCompletes", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -9819,7 +9369,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", + "name": "SampleConnectInput", "ofType": null } } @@ -9829,20 +9379,12 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "where", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesCreateFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleConnectWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -9855,19 +9397,43 @@ }, { "kind": "OBJECT", - "name": "CohortSampleHasCohortSampleSamplesAggregationSelection", + "name": "CohortHasCohortSampleSamplesConnection", "description": null, "fields": [ { - "name": "count", + "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortHasCohortSampleSamplesRelationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, @@ -9875,13 +9441,17 @@ "deprecationReason": null }, { - "name": "node", + "name": "totalCount", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "CohortSampleHasCohortSampleSamplesNodeAggregateSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -9893,92 +9463,154 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "CohortSampleHasCohortSampleSamplesNodeAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionSort", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "datasource", + "name": "node", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "SampleSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "OR", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "node", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "kind": "INPUT_OBJECT", + "name": "SampleCreateInput", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "CohortSort", - "description": "Fields to sort Cohorts by. The order in which sorts are applied is not guaranteed when specifying many fields in one CohortSort object.", + "name": "CohortHasCohortSampleSamplesDeleteFieldInput", + "description": null, "fields": null, "inputFields": [ { - "name": "cohortId", + "name": "delete", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -9992,16 +9624,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortUpdateInput", + "name": "CohortHasCohortSampleSamplesDisconnectFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "cohortId", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleDisconnectInput", "ofType": null }, "defaultValue": null, @@ -10009,7 +9641,30 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes", + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -10019,7 +9674,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesUpdateFieldInput", + "name": "CohortHasCohortSampleSamplesConnectFieldInput", "ofType": null } } @@ -10029,7 +9684,7 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -10039,7 +9694,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesUpdateFieldInput", + "name": "CohortHasCohortSampleSamplesCreateFieldInput", "ofType": null } } @@ -10055,7 +9710,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", "description": null, "fields": null, "inputFields": [ @@ -10070,7 +9725,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", "ofType": null } } @@ -10090,7 +9745,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "name": "CohortHasCohortSampleSamplesNodeAggregationWhereInput", "ofType": null } } @@ -10100,11 +9755,11 @@ "deprecationReason": null }, { - "name": "cohortId", + "name": "datasource_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10112,11 +9767,11 @@ "deprecationReason": null }, { - "name": "cohortId_CONTAINS", + "name": "datasource_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10124,11 +9779,11 @@ "deprecationReason": null }, { - "name": "cohortId_ENDS_WITH", + "name": "datasource_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10136,31 +9791,23 @@ "deprecationReason": null }, { - "name": "cohortId_IN", + "name": "datasource_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortId_NOT", + "name": "datasource_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10168,7 +9815,7 @@ "deprecationReason": null }, { - "name": "cohortId_NOT_CONTAINS", + "name": "datasource_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -10180,11 +9827,11 @@ "deprecationReason": null }, { - "name": "cohortId_NOT_ENDS_WITH", + "name": "datasource_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10192,31 +9839,23 @@ "deprecationReason": null }, { - "name": "cohortId_NOT_IN", + "name": "datasource_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortId_NOT_STARTS_WITH", + "name": "datasource_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10224,11 +9863,11 @@ "deprecationReason": null }, { - "name": "cohortId_STARTS_WITH", + "name": "datasource_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10236,11 +9875,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesAggregate", + "name": "datasource_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10248,11 +9887,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesConnection_ALL", + "name": "datasource_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10260,11 +9899,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesConnection_NONE", + "name": "datasource_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10272,11 +9911,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesConnection_SINGLE", + "name": "datasource_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10284,11 +9923,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletesConnection_SOME", + "name": "datasource_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10296,11 +9935,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes_ALL", - "description": "Return Cohorts where all of the related CohortCompletes match this filter", + "name": "datasource_SHORTEST_EQUAL", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10308,11 +9947,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes_NONE", - "description": "Return Cohorts where none of the related CohortCompletes match this filter", + "name": "datasource_SHORTEST_GT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10320,11 +9959,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes_SINGLE", - "description": "Return Cohorts where one of the related CohortCompletes match this filter", + "name": "datasource_SHORTEST_GTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10332,11 +9971,11 @@ "deprecationReason": null }, { - "name": "hasCohortCompleteCohortCompletes_SOME", - "description": "Return Cohorts where some of the related CohortCompletes match this filter", + "name": "datasource_SHORTEST_LT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10344,11 +9983,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamplesAggregate", + "name": "datasource_SHORTEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesAggregateInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10356,11 +9995,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamplesConnection_ALL", + "name": "sampleCategory_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10368,11 +10007,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamplesConnection_NONE", + "name": "sampleCategory_AVERAGE_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10380,11 +10019,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamplesConnection_SINGLE", + "name": "sampleCategory_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10392,11 +10031,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamplesConnection_SOME", + "name": "sampleCategory_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortHasCohortSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10404,11 +10043,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples_ALL", - "description": "Return Cohorts where all of the related Samples match this filter", + "name": "sampleCategory_AVERAGE_LTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -10416,11 +10055,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples_NONE", - "description": "Return Cohorts where none of the related Samples match this filter", + "name": "sampleCategory_EQUAL", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -10428,11 +10067,11 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples_SINGLE", - "description": "Return Cohorts where one of the related Samples match this filter", + "name": "sampleCategory_GT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -10440,1329 +10079,636 @@ "deprecationReason": null }, { - "name": "hasCohortSampleSamples_SOME", - "description": "Return Cohorts where some of the related Samples match this filter", + "name": "sampleCategory_GTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CohortsConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "sampleCategory_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "sampleCategory_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "sampleCategory_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateBamCompletesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "bamCompletes", + "name": "sampleCategory_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BamComplete", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "info", + "name": "sampleCategory_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateCohortCompletesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "cohortCompletes", + "name": "sampleCategory_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortComplete", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "info", + "name": "sampleCategory_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateCohortsMutationResponse", - "description": null, - "fields": [ + }, { - "name": "cohorts", + "name": "sampleCategory_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cohort", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "info", + "name": "sampleCategory_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateInfo", - "description": null, - "fields": [ + }, { - "name": "bookmark", + "name": "sampleCategory_SHORTEST_GTE", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodesCreated", + "name": "sampleCategory_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "relationshipsCreated", + "name": "sampleCategory_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateMafCompletesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mafCompletes", + "name": "sampleClass_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MafComplete", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreatePatientAliasesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliases", + "name": "sampleClass_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientAlias", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreatePatientsMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patients", + "name": "sampleClass_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Patient", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateProjectsMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projects", + "name": "sampleClass_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateQcCompletesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcCompletes", + "name": "sampleClass_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcComplete", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateRequestMetadataMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadata", + "name": "sampleClass_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadata", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateRequestsMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requests", + "name": "sampleClass_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Request", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateSampleAliasesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliases", + "name": "sampleClass_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAlias", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateSampleMetadataMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleMetadata", + "name": "sampleClass_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleMetadata", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateSamplesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "sampleClass_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "samples", + "name": "sampleClass_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateStatusesMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "smileSampleId_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "statuses", + "name": "smileSampleId_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Status", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CreateTemposMutationResponse", - "description": null, - "fields": [ + }, { - "name": "info", + "name": "smileSampleId_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "tempos", + "name": "smileSampleId_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Tempo", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeleteInfo", - "description": null, - "fields": [ + }, { - "name": "bookmark", + "name": "smileSampleId_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId_EQUAL", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "nodesDeleted", + "name": "smileSampleId_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "relationshipsDeleted", + "name": "smileSampleId_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Float", - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MafComplete", - "description": null, - "fields": [ + }, { - "name": "date", + "name": "smileSampleId_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId", + "name": "smileSampleId_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "smileSampleId_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEvent", + "name": "smileSampleId_LONGEST_LT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Tempo", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventAggregate", + "name": "smileSampleId_LONGEST_LTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "MafCompleteTempoTemposHasEventAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventConnection", + "name": "smileSampleId_LT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MafCompleteTemposHasEventConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MafCompleteAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "smileSampleId_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", + "name": "smileSampleId_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId", + "name": "smileSampleId_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "smileSampleId_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteConnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "temposHasEvent", + "name": "smileSampleId_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteConnectWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "smileSampleId_SHORTEST_LTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -11774,30 +10720,14 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "MafCompleteCreateInput", + "kind": "OBJECT", + "name": "CohortHasCohortSampleSamplesRelationship", "description": null, - "fields": null, - "inputFields": [ - { - "name": "date", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + "fields": [ { - "name": "normalPrimaryId", + "name": "cursor", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -11807,32 +10737,43 @@ "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "node", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Sample", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "temposHasEvent", + "name": "node", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventFieldInput", + "name": "SampleUpdateInput", "ofType": null }, "defaultValue": null, @@ -11846,12 +10787,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "MafCompleteDeleteInput", + "name": "CohortHasCohortSampleSamplesUpdateFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "temposHasEvent", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -11861,7 +10802,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventDeleteFieldInput", + "name": "CohortHasCohortSampleSamplesConnectFieldInput", "ofType": null } } @@ -11869,20 +10810,9 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteDisconnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "temposHasEvent", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -11892,7 +10822,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventDisconnectFieldInput", + "name": "CohortHasCohortSampleSamplesCreateFieldInput", "ofType": null } } @@ -11900,58 +10830,79 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MafCompleteEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "delete", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesDeleteFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "disconnect", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MafComplete", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesDisconnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "MafCompleteOptions", + "name": "CohortOptions", "description": null, "fields": null, "inputFields": [ @@ -11981,7 +10932,7 @@ }, { "name": "sort", - "description": "Specify one or more MafCompleteSort objects to sort MafCompletes by. The sorts will be applied in the order in which they are arranged in the array.", + "description": "Specify one or more CohortSort objects to sort Cohorts by. The sorts will be applied in the order in which they are arranged in the array.", "type": { "kind": "LIST", "name": null, @@ -11990,7 +10941,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MafCompleteSort", + "name": "CohortSort", "ofType": null } } @@ -12006,12 +10957,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "MafCompleteRelationInput", + "name": "CohortRelationInput", "description": null, "fields": null, "inputFields": [ { - "name": "temposHasEvent", + "name": "hasCohortCompleteCohortCompletes", "description": null, "type": { "kind": "LIST", @@ -12021,7 +10972,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventCreateFieldInput", + "name": "CohortHasCohortCompleteCohortCompletesCreateFieldInput", "ofType": null } } @@ -12029,49 +10980,22 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteSort", - "description": "Fields to sort MafCompletes by. The order in which sorts are applied is not guaranteed when specifying many fields in one MafCompleteSort object.", - "fields": null, - "inputFields": [ - { - "name": "date", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "normalPrimaryId", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "status", + "name": "hasCohortSampleSamples", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, @@ -12084,7 +11008,7 @@ }, { "kind": "OBJECT", - "name": "MafCompleteTempoTemposHasEventAggregationSelection", + "name": "CohortSampleHasCohortSampleSamplesAggregationSelection", "description": null, "fields": [ { @@ -12102,6 +11026,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "CohortSampleHasCohortSampleSamplesNodeAggregateSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -12110,148 +11046,92 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventAggregateInput", + "kind": "OBJECT", + "name": "CohortSampleHasCohortSampleSamplesNodeAggregateSelection", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "AND", + "name": "datasource", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventAggregateInput", - "ofType": null - } - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "sampleCategory", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventAggregateInput", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "count", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "count_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "count_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_LT", + "name": "sampleClass", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_LTE", + "name": "smileSampleId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectFieldInput", - "description": null, + "name": "CohortSort", + "description": "Fields to sort Cohorts by. The order in which sorts are applied is not guaranteed when specifying many fields in one CohortSort object.", "fields": null, "inputFields": [ { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoConnectInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", + "name": "cohortId", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoConnectWhere", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -12264,75 +11144,71 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "MafCompleteTemposHasEventConnection", + "kind": "INPUT_OBJECT", + "name": "CohortUpdateInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "edges", + "name": "cohortId", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MafCompleteTemposHasEventRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "hasCohortCompleteCohortCompletes", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesUpdateFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "hasCohortSampleSamples", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesUpdateFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", + "name": "CohortWhere", "description": null, "fields": null, "inputFields": [ @@ -12347,7 +11223,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", + "name": "CohortWhere", "ofType": null } } @@ -12367,7 +11243,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", + "name": "CohortWhere", "ofType": null } } @@ -12377,11 +11253,11 @@ "deprecationReason": null }, { - "name": "node", + "name": "cohortId", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -12389,96 +11265,67 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "cohortId_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "cohortId_ENDS_WITH", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "cohortId_IN", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDeleteInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "cohortId_NOT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "cohortId_NOT_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDisconnectInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -12486,30 +11333,19 @@ "deprecationReason": null }, { - "name": "where", + "name": "cohortId_NOT_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "cohortId_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -12518,8 +11354,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -12529,188 +11365,107 @@ "deprecationReason": null }, { - "name": "create", + "name": "cohortId_NOT_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MafCompleteTemposHasEventRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "cohortId_STARTS_WITH", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "hasCohortCompleteCohortCompletesAggregate", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Tempo", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesAggregateInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "hasCohortCompleteCohortCompletesConnection_ALL", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "TempoUpdateInput", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "hasCohortCompleteCohortCompletesConnection_NONE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "hasCohortCompleteCohortCompletesConnection_SINGLE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventCreateFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "hasCohortCompleteCohortCompletesConnection_SOME", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventDeleteFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortCompleteCohortCompletesConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", - "description": null, + "name": "hasCohortCompleteCohortCompletes_ALL", + "description": "Return Cohorts where all of the related CohortCompletes match this filter", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventDisconnectFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", - "description": null, + "name": "hasCohortCompleteCohortCompletes_NONE", + "description": "Return Cohorts where none of the related CohortCompletes match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventUpdateConnectionInput", + "name": "CohortCompleteWhere", "ofType": null }, "defaultValue": null, @@ -12718,34 +11473,23 @@ "deprecationReason": null }, { - "name": "where", - "description": null, + "name": "hasCohortCompleteCohortCompletes_SINGLE", + "description": "Return Cohorts where one of the related CohortCompletes match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", + "name": "CohortCompleteWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteUpdateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "date", - "description": null, + "name": "hasCohortCompleteCohortCompletes_SOME", + "description": "Return Cohorts where some of the related CohortCompletes match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", "ofType": null }, "defaultValue": null, @@ -12753,11 +11497,11 @@ "deprecationReason": null }, { - "name": "normalPrimaryId", + "name": "hasCohortSampleSamplesAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesAggregateInput", "ofType": null }, "defaultValue": null, @@ -12765,11 +11509,11 @@ "deprecationReason": null }, { - "name": "status", + "name": "hasCohortSampleSamplesConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -12777,82 +11521,23 @@ "deprecationReason": null }, { - "name": "temposHasEvent", + "name": "hasCohortSampleSamplesConnection_NONE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventUpdateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date", + "name": "hasCohortSampleSamplesConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -12860,11 +11545,11 @@ "deprecationReason": null }, { - "name": "date_CONTAINS", + "name": "hasCohortSampleSamplesConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CohortHasCohortSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -12872,11 +11557,11 @@ "deprecationReason": null }, { - "name": "date_ENDS_WITH", - "description": null, + "name": "hasCohortSampleSamples_ALL", + "description": "Return Cohorts where all of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -12884,31 +11569,23 @@ "deprecationReason": null }, { - "name": "date_IN", - "description": null, + "name": "hasCohortSampleSamples_NONE", + "description": "Return Cohorts where none of the related Samples match this filter", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT", - "description": null, + "name": "hasCohortSampleSamples_SINGLE", + "description": "Return Cohorts where one of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -12916,465 +11593,728 @@ "deprecationReason": null }, { - "name": "date_NOT_CONTAINS", - "description": null, + "name": "hasCohortSampleSamples_SOME", + "description": "Return Cohorts where some of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CohortsConnection", + "description": null, + "fields": [ { - "name": "date_NOT_ENDS_WITH", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT_IN", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT_STARTS_WITH", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateBamCompletesMutationResponse", + "description": null, + "fields": [ { - "name": "date_STARTS_WITH", + "name": "bamCompletes", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "BamComplete", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateCohortCompletesMutationResponse", + "description": null, + "fields": [ { - "name": "normalPrimaryId_CONTAINS", + "name": "cohortCompletes", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortComplete", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId_ENDS_WITH", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateCohortsMutationResponse", + "description": null, + "fields": [ { - "name": "normalPrimaryId_IN", + "name": "cohorts", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Cohort", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId_NOT", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateInfo", + "description": null, + "fields": [ { - "name": "normalPrimaryId_NOT_CONTAINS", + "name": "bookmark", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId_NOT_ENDS_WITH", + "name": "nodesCreated", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId_NOT_IN", + "name": "relationshipsCreated", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateMafCompletesMutationResponse", + "description": null, + "fields": [ { - "name": "normalPrimaryId_NOT_STARTS_WITH", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "normalPrimaryId_STARTS_WITH", + "name": "mafCompletes", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MafComplete", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreatePatientAliasesMutationResponse", + "description": null, + "fields": [ { - "name": "status", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_CONTAINS", + "name": "patientAliases", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAlias", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreatePatientsMutationResponse", + "description": null, + "fields": [ { - "name": "status_ENDS_WITH", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_IN", + "name": "patients", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Patient", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "status_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateProjectsMutationResponse", + "description": null, + "fields": [ { - "name": "status_NOT_ENDS_WITH", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_NOT_IN", + "name": "projects", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateQcCompletesMutationResponse", + "description": null, + "fields": [ { - "name": "status_NOT_STARTS_WITH", + "name": "info", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_STARTS_WITH", + "name": "qcCompletes", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcComplete", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateRequestMetadataMutationResponse", + "description": null, + "fields": [ { - "name": "temposHasEventAggregate", + "name": "info", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventAggregateInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventConnection_ALL", + "name": "requestMetadata", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadata", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateRequestsMutationResponse", + "description": null, + "fields": [ { - "name": "temposHasEventConnection_NONE", + "name": "info", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventConnection_SINGLE", + "name": "requests", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Request", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateSampleAliasesMutationResponse", + "description": null, + "fields": [ { - "name": "temposHasEventConnection_SOME", + "name": "info", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteTemposHasEventConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "temposHasEvent_ALL", - "description": "Return MafCompletes where all of the related Tempos match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "temposHasEvent_NONE", - "description": "Return MafCompletes where none of the related Tempos match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "temposHasEvent_SINGLE", - "description": "Return MafCompletes where one of the related Tempos match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEvent_SOME", - "description": "Return MafCompletes where some of the related Tempos match this filter", + "name": "sampleAliases", + "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAlias", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "MafCompletesConnection", + "name": "CreateSampleMetadataMutationResponse", "description": null, "fields": [ { - "name": "edges", + "name": "info", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleMetadata", "description": null, "args": [], "type": { @@ -13388,7 +12328,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "MafCompleteEdge", + "name": "SampleMetadata", "ofType": null } } @@ -13396,9 +12336,20 @@ }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateSamplesMutationResponse", + "description": null, + "fields": [ { - "name": "pageInfo", + "name": "info", "description": null, "args": [], "type": { @@ -13406,7 +12357,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "CreateInfo", "ofType": null } }, @@ -13414,16 +12365,24 @@ "deprecationReason": null }, { - "name": "totalCount", + "name": "samples", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } + } } }, "isDeprecated": false, @@ -13437,44 +12396,19 @@ }, { "kind": "OBJECT", - "name": "Mutation", + "name": "CreateStatusesMutationResponse", "description": null, "fields": [ { - "name": "createBamCompletes", + "name": "info", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteCreateInput", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "CreateBamCompletesMutationResponse", + "name": "CreateInfo", "ofType": null } }, @@ -13482,40 +12416,50 @@ "deprecationReason": null }, { - "name": "createCohortCompletes", + "name": "statuses", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteCreateInput", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Status", + "ofType": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTemposMutationResponse", + "description": null, + "fields": [ + { + "name": "info", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "CreateCohortCompletesMutationResponse", + "name": "CreateInfo", "ofType": null } }, @@ -13523,81 +12467,62 @@ "deprecationReason": null }, { - "name": "createCohorts", + "name": "tempos", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCreateInput", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Tempo", + "ofType": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteInfo", + "description": null, + "fields": [ + { + "name": "bookmark", + "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateCohortsMutationResponse", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createMafCompletes", + "name": "nodesDeleted", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteCreateInput", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreateMafCompletesMutationResponse", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -13605,81 +12530,62 @@ "deprecationReason": null }, { - "name": "createPatientAliases", + "name": "relationshipsDeleted", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasCreateInput", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreatePatientAliasesMutationResponse", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Float", + "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafComplete", + "description": null, + "fields": [ { - "name": "createPatients", + "name": "date", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientCreateInput", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreatePatientsMutationResponse", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -13687,40 +12593,15 @@ "deprecationReason": null }, { - "name": "createProjects", + "name": "normalPrimaryId", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectCreateInput", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreateProjectsMutationResponse", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -13728,40 +12609,15 @@ "deprecationReason": null }, { - "name": "createQcCompletes", + "name": "status", "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteCreateInput", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreateQcCompletesMutationResponse", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -13769,110 +12625,40 @@ "deprecationReason": null }, { - "name": "createRequestMetadata", + "name": "temposHasEvent", "description": null, "args": [ { - "name": "input", + "name": "directed", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataCreateInput", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null, + "defaultValue": "true", "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateRequestMetadataMutationResponse", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createRequests", - "description": null, - "args": [ + }, { - "name": "input", + "name": "options", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestCreateInput", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "TempoOptions", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateRequestsMutationResponse", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createSampleAliases", - "description": null, - "args": [ + }, { - "name": "input", + "name": "where", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasCreateInput", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -13883,119 +12669,45 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CreateSampleAliasesMutationResponse", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createSampleMetadata", - "description": null, - "args": [ - { - "name": "input", - "description": null, - "type": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataCreateInput", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Tempo", + "ofType": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateSampleMetadataMutationResponse", - "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createSamples", + "name": "temposHasEventAggregate", "description": null, "args": [ { - "name": "input", + "name": "directed", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, - "defaultValue": null, + "defaultValue": "true", "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateSamplesMutationResponse", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createStatuses", - "description": null, - "args": [ + }, { - "name": "input", + "name": "where", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StatusCreateInput", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -14003,110 +12715,68 @@ } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateStatusesMutationResponse", - "ofType": null - } + "kind": "OBJECT", + "name": "MafCompleteTempoTemposHasEventAggregationSelection", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createTempos", + "name": "temposHasEventConnection", "description": null, "args": [ { - "name": "input", + "name": "after", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoCreateInput", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CreateTemposMutationResponse", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deleteBamCompletes", - "description": null, - "args": [ + }, { - "name": "delete", + "name": "directed", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteDeleteInput", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, - "defaultValue": null, + "defaultValue": "true", "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "first", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deleteCohortCompletes", - "description": null, - "args": [ + }, { - "name": "delete", + "name": "sort", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteDeleteInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, @@ -14117,7 +12787,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", + "name": "MafCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -14130,48 +12800,34 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteInfo", + "name": "MafCompleteTemposHasEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompleteAggregateSelection", + "description": null, + "fields": [ { - "name": "deleteCohorts", + "name": "count", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -14179,40 +12835,15 @@ "deprecationReason": null }, { - "name": "deleteMafCompletes", + "name": "date", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteInfo", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -14220,40 +12851,15 @@ "deprecationReason": null }, { - "name": "deletePatientAliases", + "name": "normalPrimaryId", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteInfo", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -14261,286 +12867,233 @@ "deprecationReason": null }, { - "name": "deletePatients", + "name": "status", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteInfo", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "deleteProjects", + "name": "temposHasEvent", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "MafCompleteTemposHasEventConnectFieldInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteConnectWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "deleteQcCompletes", + "name": "date", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteRequestMetadata", + "name": "normalPrimaryId", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteRequests", + "name": "status", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteSampleAliases", + "name": "temposHasEvent", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventFieldInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteDeleteInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "temposHasEvent", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventDeleteFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "deleteSampleMetadata", + "name": "temposHasEvent", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", + "name": "MafCompleteTemposHasEventDisconnectFieldInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompleteEdge", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -14548,122 +13101,175 @@ "deprecationReason": null }, { - "name": "deleteSamples", + "name": "node", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "DeleteInfo", + "name": "MafComplete", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "deleteStatuses", + "name": "limit", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": "Specify one or more MafCompleteSort objects to sort MafCompletes by. The sorts will be applied in the order in which they are arranged in the array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "StatusWhere", + "name": "MafCompleteSort", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteRelationInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "temposHasEvent", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventCreateFieldInput", + "ofType": null + } } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteSort", + "description": "Fields to sort MafCompletes by. The order in which sorts are applied is not guaranteed when specifying many fields in one MafCompleteSort object.", + "fields": null, + "inputFields": [ + { + "name": "date", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteTempos", + "name": "normalPrimaryId", "description": null, - "args": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompleteTempoTemposHasEventAggregationSelection", + "description": null, + "fields": [ + { + "name": "count", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeleteInfo", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -14671,88 +13277,38 @@ "deprecationReason": null }, { - "name": "updateBamCompletes", + "name": "node", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], + "type": { + "kind": "OBJECT", + "name": "MafCompleteTempoTemposHasEventNodeAggregateSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompleteTempoTemposHasEventNodeAggregateSelection", + "description": null, + "fields": [ + { + "name": "accessLevel", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "UpdateBamCompletesMutationResponse", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -14760,88 +13316,15 @@ "deprecationReason": null }, { - "name": "updateCohortCompletes", + "name": "billedBy", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "UpdateCohortCompletesMutationResponse", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -14849,88 +13332,15 @@ "deprecationReason": null }, { - "name": "updateCohorts", + "name": "costCenter", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "UpdateCohortsMutationResponse", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -14938,355 +13348,232 @@ "deprecationReason": null }, { - "name": "updateMafCompletes", + "name": "custodianInformation", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "UpdateMafCompletesMutationResponse", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "updatePatientAliases", - "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventAggregateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "name": "MafCompleteTemposHasEventAggregateInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdatePatientAliasesMutationResponse", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventAggregateInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updatePatients", + "name": "count", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventNodeAggregationWhereInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "name": "TempoConnectInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoConnectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompleteTemposHasEventConnection", + "description": null, + "fields": [ + { + "name": "edges", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdatePatientsMutationResponse", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MafCompleteTemposHasEventRelationship", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateProjects", + "name": "pageInfo", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "UpdateProjectsMutationResponse", + "name": "PageInfo", "ofType": null } }, @@ -15294,1416 +13581,9210 @@ "deprecationReason": null }, { - "name": "updateQcCompletes", + "name": "totalCount", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdateQcCompletesMutationResponse", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "updateRequestMetadata", + "name": "node", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "TempoSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdateRequestMetadataMutationResponse", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateRequests", + "name": "OR", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "name": "MafCompleteTemposHasEventConnectionWhere", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdateRequestsMutationResponse", + "kind": "INPUT_OBJECT", + "name": "TempoCreateInput", "ofType": null } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoDeleteInput", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateSampleAliases", + "name": "where", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdateSampleAliasesMutationResponse", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateSampleMetadata", + "name": "create", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", + "name": "MafCompleteTemposHasEventCreateFieldInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "UpdateSampleMetadataMutationResponse", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventNodeAggregationWhereInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateSamples", + "name": "OR", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "MafCompleteTemposHasEventNodeAggregationWhereInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessLevel_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompleteTemposHasEventRelationship", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tempo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteUpdateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "date", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEvent", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventUpdateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_NOT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_NOT_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_NOT_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_NOT_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_NOT_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_NOT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_NOT_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_NOT_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_NOT_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_NOT_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_NOT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_NOT_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_NOT_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_NOT_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_NOT_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEventAggregate", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventAggregateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEventConnection_ALL", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEventConnection_NONE", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEventConnection_SINGLE", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEventConnection_SOME", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEvent_ALL", + "description": "Return MafCompletes where all of the related Tempos match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEvent_NONE", + "description": "Return MafCompletes where none of the related Tempos match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEvent_SINGLE", + "description": "Return MafCompletes where one of the related Tempos match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "temposHasEvent_SOME", + "description": "Return MafCompletes where some of the related Tempos match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MafCompletesConnection", + "description": null, + "fields": [ + { + "name": "edges", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MafCompleteEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Mutation", + "description": null, + "fields": [ + { + "name": "createBamCompletes", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateBamCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createCohortCompletes", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateCohortCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createCohorts", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateCohortsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createMafCompletes", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateMafCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createPatientAliases", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreatePatientAliasesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createPatients", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreatePatientsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createProjects", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateProjectsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createQcCompletes", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateQcCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createRequestMetadata", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateRequestMetadataMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createRequests", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateRequestsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createSampleAliases", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateSampleAliasesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createSampleMetadata", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateSampleMetadataMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createSamples", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateSamplesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createStatuses", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "StatusCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateStatusesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createTempos", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoCreateInput", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CreateTemposMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteBamCompletes", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCohortCompletes", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteCohorts", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteMafCompletes", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletePatientAliases", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletePatients", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteProjects", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteQcCompletes", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteRequestMetadata", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteRequests", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteSampleAliases", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteSampleMetadata", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteSamples", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteStatuses", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteTempos", + "description": null, + "args": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeleteInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateBamCompletes", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateBamCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCohortCompletes", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateCohortCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateCohorts", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateCohortsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateMafCompletes", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateMafCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatePatientAliases", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdatePatientAliasesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatePatients", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdatePatientsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateProjects", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateProjectsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateQcCompletes", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateQcCompletesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateRequestMetadata", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateRequestMetadataMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateRequests", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateRequestsMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateSampleAliases", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateSampleAliasesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateSampleMetadata", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateSampleMetadataMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateSamples", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateSamplesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateStatuses", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateStatusesMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateTempos", + "description": null, + "args": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoConnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoRelationInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "UpdateTemposMutationResponse", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PageInfo", + "description": "Pagination information (Relay)", + "fields": [ + { + "name": "endCursor", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasNextPage", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasPreviousPage", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startCursor", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Patient", + "description": null, + "fields": [ + { + "name": "hasSampleSamples", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamplesAggregate", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PatientSampleHasSampleSamplesAggregationSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamplesConnection", + "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientHasSampleSamplesConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAlias", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAlias", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAliasAggregate", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PatientPatientAliasPatientAliasesIsAliasAggregationSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAliasConnection", + "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientPatientAliasesIsAliasConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAggregateSelection", + "description": null, + "fields": [ + { + "name": "count", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAlias", + "description": null, + "fields": [ + { + "name": "isAliasPatients", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Patient", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsAggregate", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PatientAliasPatientIsAliasPatientsAggregationSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsConnection", + "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAliasIsAliasPatientsConnection", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasAggregateSelection", + "description": null, + "fields": [ + { + "name": "count", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasConnectInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "isAliasPatients", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasConnectWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasCreateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "isAliasPatients", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsFieldInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDeleteInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "isAliasPatients", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "isAliasPatients", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasEdge", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAlias", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsAggregateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientConnectInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientConnectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasIsAliasPatientsConnection", + "description": null, + "fields": [ + { + "name": "edges", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAliasIsAliasPatientsRelationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionSort", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientCreateInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasIsAliasPatientsRelationship", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Patient", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasOptions", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "limit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": "Specify one or more PatientAliasSort objects to sort PatientAliases by. The sorts will be applied in the order in which they are arranged in the array.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasPatientIsAliasPatientsAggregationSelection", + "description": null, + "fields": [ + { + "name": "count", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "PatientAliasPatientIsAliasPatientsNodeAggregateSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasPatientIsAliasPatientsNodeAggregateSelection", + "description": null, + "fields": [ + { + "name": "smilePatientId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasRelationInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "isAliasPatients", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasSort", + "description": "Fields to sort PatientAliases by. The order in which sorts are applied is not guaranteed when specifying many fields in one PatientAliasSort object.", + "fields": null, + "inputFields": [ + { + "name": "namespace", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasUpdateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "isAliasPatients", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsUpdateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsAggregate", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsAggregateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsConnection_ALL", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsConnection_NONE", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsConnection_SINGLE", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatientsConnection_SOME", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasIsAliasPatientsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatients_ALL", + "description": "Return PatientAliases where all of the related Patients match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatients_NONE", + "description": "Return PatientAliases where none of the related Patients match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatients_SINGLE", + "description": "Return PatientAliases where one of the related Patients match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAliasPatients_SOME", + "description": "Return PatientAliases where some of the related Patients match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_NOT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_NOT_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_NOT_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_NOT_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_NOT_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_NOT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_NOT_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_NOT_ENDS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_NOT_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_NOT_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientAliasesConnection", + "description": null, + "fields": [ + { + "name": "edges", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAliasEdge", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientConnectInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "hasSampleSamples", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAlias", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientConnectWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientCreateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "hasSampleSamples", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesFieldInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAlias", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasFieldInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smilePatientId", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientDeleteInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "hasSampleSamples", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAlias", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "hasSampleSamples", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAlias", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientEdge", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Patient", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesAggregateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleConnectInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleConnectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientHasSampleSamplesConnection", + "description": null, + "fields": [ + { + "name": "edges", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientHasSampleSamplesRelationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionSort", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCreateInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_SHORTEST_GT", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UpdateSamplesMutationResponse", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateStatuses", + "name": "sampleClass_SHORTEST_GTE", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UpdateStatusesMutationResponse", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateTempos", + "name": "sampleClass_SHORTEST_LT", "description": null, - "args": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoConnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoRelationInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDeleteInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "disconnect", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDisconnectInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UpdateTemposMutationResponse", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PageInfo", - "description": "Pagination information (Relay)", - "fields": [ + }, { - "name": "endCursor", + "name": "sampleClass_SHORTEST_LTE", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasNextPage", + "name": "smileSampleId_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasPreviousPage", + "name": "smileSampleId_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "startCursor", + "name": "smileSampleId_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId_EQUAL", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Patient", - "description": null, - "fields": [ + }, { - "name": "hasSampleSamples", + "name": "smileSampleId_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamplesAggregate", + "name": "smileSampleId_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "PatientSampleHasSampleSamplesAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamplesConnection", + "name": "smileSampleId_LONGEST_EQUAL", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientHasSampleSamplesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesIsAlias", + "name": "smileSampleId_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId_LONGEST_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientAlias", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesIsAliasAggregate", + "name": "smileSampleId_LONGEST_LT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "PatientPatientAliasPatientAliasesIsAliasAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesIsAliasConnection", + "name": "smileSampleId_LONGEST_LTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientPatientAliasesIsAliasConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId", + "name": "smileSampleId_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "smileSampleId_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId", + "name": "smileSampleId_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientAlias", - "description": null, - "fields": [ + }, { - "name": "isAliasPatients", + "name": "smileSampleId_SHORTEST_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Patient", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isAliasPatientsAggregate", + "name": "smileSampleId_SHORTEST_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "PatientAliasPatientIsAliasPatientsAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isAliasPatientsConnection", + "name": "smileSampleId_SHORTEST_LT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientAliasIsAliasPatientsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "smileSampleId_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientHasSampleSamplesRelationship", + "description": null, + "fields": [ + { + "name": "cursor", "description": null, "args": [], "type": { @@ -16719,15 +22800,15 @@ "deprecationReason": null }, { - "name": "value", + "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Sample", "ofType": null } }, @@ -16741,72 +22822,96 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "PatientAliasAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesUpdateConnectionInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "count", + "name": "node", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "SampleUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "create", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesCreateFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "delete", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesDeleteFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasConnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "isAliasPatients", + "name": "disconnect", "description": null, "type": { "kind": "LIST", @@ -16816,7 +22921,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "name": "PatientHasSampleSamplesDisconnectFieldInput", "ofType": null } } @@ -16824,29 +22929,26 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasConnectWhere", - "description": null, - "fields": null, - "inputFields": [ + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "node", + "name": "where", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -16858,69 +22960,85 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "PatientAliasCreateInput", + "kind": "OBJECT", + "name": "PatientIdsTriplet", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "isAliasPatients", + "name": "CMO_ID", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "DMP_ID", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "PT_MRN", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasDeleteInput", + "name": "PatientOptions", "description": null, "fields": null, "inputFields": [ { - "name": "isAliasPatients", + "name": "limit", "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "offset", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": "Specify one or more PatientSort objects to sort Patients by. The sorts will be applied in the order in which they are arranged in the array.", "type": { "kind": "LIST", "name": null, @@ -16929,7 +23047,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsDeleteFieldInput", + "name": "PatientSort", "ofType": null } } @@ -16944,51 +23062,59 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "PatientAliasDisconnectInput", + "kind": "OBJECT", + "name": "PatientPatientAliasPatientAliasesIsAliasAggregationSelection", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "isAliasPatients", + "name": "count", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsDisconnectFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, - "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "PatientPatientAliasPatientAliasesIsAliasNodeAggregateSelection", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "PatientAliasEdge", + "name": "PatientPatientAliasPatientAliasesIsAliasNodeAggregateSelection", "description": null, "fields": [ { - "name": "cursor", + "name": "namespace", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -16996,7 +23122,7 @@ "deprecationReason": null }, { - "name": "node", + "name": "value", "description": null, "args": [], "type": { @@ -17004,7 +23130,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PatientAlias", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -17019,7 +23145,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsAggregateInput", + "name": "PatientPatientAliasesIsAliasAggregateInput", "description": null, "fields": null, "inputFields": [ @@ -17034,7 +23160,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsAggregateInput", + "name": "PatientPatientAliasesIsAliasAggregateInput", "ofType": null } } @@ -17054,7 +23180,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsAggregateInput", + "name": "PatientPatientAliasesIsAliasAggregateInput", "ofType": null } } @@ -17128,7 +23254,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", + "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, @@ -17142,7 +23268,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "name": "PatientPatientAliasesIsAliasConnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -17157,7 +23283,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientConnectInput", + "name": "PatientAliasConnectInput", "ofType": null } } @@ -17171,7 +23297,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientConnectWhere", + "name": "PatientAliasConnectWhere", "ofType": null }, "defaultValue": null, @@ -17185,7 +23311,7 @@ }, { "kind": "OBJECT", - "name": "PatientAliasIsAliasPatientsConnection", + "name": "PatientPatientAliasesIsAliasConnection", "description": null, "fields": [ { @@ -17203,7 +23329,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PatientAliasIsAliasPatientsRelationship", + "name": "PatientPatientAliasesIsAliasRelationship", "ofType": null } } @@ -17252,7 +23378,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionSort", + "name": "PatientPatientAliasesIsAliasConnectionSort", "description": null, "fields": null, "inputFields": [ @@ -17261,7 +23387,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientSort", + "name": "PatientAliasSort", "ofType": null }, "defaultValue": null, @@ -17275,7 +23401,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "description": null, "fields": null, "inputFields": [ @@ -17290,7 +23416,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "ofType": null } } @@ -17310,7 +23436,230 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasCreateInput", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDeleteInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasDisconnectInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", "ofType": null } } @@ -17320,11 +23669,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "namespace_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -17332,61 +23789,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "namespace_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "namespace_LONGEST_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "namespace_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -17394,34 +23825,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "namespace_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "namespace_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -17429,121 +23849,67 @@ "deprecationReason": null }, { - "name": "where", + "name": "namespace_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "namespace_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "namespace_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "namespace_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "namespace_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId_AVERAGE_EQUAL", + "name": "value_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -17555,7 +23921,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_AVERAGE_GT", + "name": "value_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -17567,7 +23933,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_AVERAGE_GTE", + "name": "value_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -17579,7 +23945,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_AVERAGE_LT", + "name": "value_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -17591,7 +23957,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_AVERAGE_LTE", + "name": "value_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -17603,7 +23969,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_EQUAL", + "name": "value_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -17615,7 +23981,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_GT", + "name": "value_GT", "description": null, "type": { "kind": "SCALAR", @@ -17627,7 +23993,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_GTE", + "name": "value_GTE", "description": null, "type": { "kind": "SCALAR", @@ -17639,7 +24005,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LONGEST_EQUAL", + "name": "value_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -17651,7 +24017,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LONGEST_GT", + "name": "value_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -17663,7 +24029,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LONGEST_GTE", + "name": "value_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -17675,7 +24041,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LONGEST_LT", + "name": "value_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -17687,7 +24053,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LONGEST_LTE", + "name": "value_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -17699,7 +24065,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LT", + "name": "value_LT", "description": null, "type": { "kind": "SCALAR", @@ -17711,7 +24077,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_LTE", + "name": "value_LTE", "description": null, "type": { "kind": "SCALAR", @@ -17723,7 +24089,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_SHORTEST_EQUAL", + "name": "value_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -17735,7 +24101,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_SHORTEST_GT", + "name": "value_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -17747,7 +24113,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_SHORTEST_GTE", + "name": "value_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -17759,7 +24125,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_SHORTEST_LT", + "name": "value_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -17771,7 +24137,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_SHORTEST_LTE", + "name": "value_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -17789,7 +24155,7 @@ }, { "kind": "OBJECT", - "name": "PatientAliasIsAliasPatientsRelationship", + "name": "PatientPatientAliasesIsAliasRelationship", "description": null, "fields": [ { @@ -17817,7 +24183,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Patient", + "name": "PatientAlias", "ofType": null } }, @@ -17832,7 +24198,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsUpdateConnectionInput", + "name": "PatientPatientAliasesIsAliasUpdateConnectionInput", "description": null, "fields": null, "inputFields": [ @@ -17841,7 +24207,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientUpdateInput", + "name": "PatientAliasUpdateInput", "ofType": null }, "defaultValue": null, @@ -17855,7 +24221,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsUpdateFieldInput", + "name": "PatientPatientAliasesIsAliasUpdateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -17870,7 +24236,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectFieldInput", + "name": "PatientPatientAliasesIsAliasConnectFieldInput", "ofType": null } } @@ -17890,7 +24256,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsCreateFieldInput", + "name": "PatientPatientAliasesIsAliasCreateFieldInput", "ofType": null } } @@ -17910,7 +24276,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsDeleteFieldInput", + "name": "PatientPatientAliasesIsAliasDeleteFieldInput", "ofType": null } } @@ -17930,7 +24296,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsDisconnectFieldInput", + "name": "PatientPatientAliasesIsAliasDisconnectFieldInput", "ofType": null } } @@ -17944,7 +24310,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsUpdateConnectionInput", + "name": "PatientPatientAliasesIsAliasUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -17956,7 +24322,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "ofType": null }, "defaultValue": null, @@ -17970,37 +24336,33 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasOptions", + "name": "PatientRelationInput", "description": null, "fields": null, "inputFields": [ { - "name": "limit", + "name": "hasSampleSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "offset", + "name": "patientAliasesIsAlias", "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": "Specify one or more PatientAliasSort objects to sort PatientAliases by. The sorts will be applied in the order in which they are arranged in the array.", "type": { "kind": "LIST", "name": null, @@ -18009,7 +24371,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasSort", + "name": "PatientPatientAliasesIsAliasCreateFieldInput", "ofType": null } } @@ -18025,7 +24387,7 @@ }, { "kind": "OBJECT", - "name": "PatientAliasPatientIsAliasPatientsAggregationSelection", + "name": "PatientSampleHasSampleSamplesAggregationSelection", "description": null, "fields": [ { @@ -18050,7 +24412,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "PatientAliasPatientIsAliasPatientsNodeAggregateSelection", + "name": "PatientSampleHasSampleSamplesNodeAggregateSelection", "ofType": null }, "isDeprecated": false, @@ -18064,11 +24426,11 @@ }, { "kind": "OBJECT", - "name": "PatientAliasPatientIsAliasPatientsNodeAggregateSelection", + "name": "PatientSampleHasSampleSamplesNodeAggregateSelection", "description": null, "fields": [ { - "name": "smilePatientId", + "name": "datasource", "description": null, "args": [], "type": { @@ -18082,64 +24444,69 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientAliasRelationInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "isAliasPatients", + "name": "sampleCategory", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsCreateFieldInput", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasSort", - "description": "Fields to sort PatientAliases by. The order in which sorts are applied is not guaranteed when specifying many fields in one PatientAliasSort object.", + "name": "PatientSort", + "description": "Fields to sort Patients by. The order in which sorts are applied is not guaranteed when specifying many fields in one PatientSort object.", "fields": null, "inputFields": [ { - "name": "namespace", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", + "name": "smilePatientId", "description": null, "type": { "kind": "ENUM", @@ -18157,12 +24524,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasUpdateInput", + "name": "PatientUpdateInput", "description": null, "fields": null, "inputFields": [ { - "name": "isAliasPatients", + "name": "hasSampleSamples", "description": null, "type": { "kind": "LIST", @@ -18172,7 +24539,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsUpdateFieldInput", + "name": "PatientHasSampleSamplesUpdateFieldInput", "ofType": null } } @@ -18182,19 +24549,27 @@ "deprecationReason": null }, { - "name": "namespace", + "name": "patientAliasesIsAlias", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "smilePatientId", "description": null, "type": { "kind": "SCALAR", @@ -18212,7 +24587,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "name": "PatientWhere", "description": null, "fields": null, "inputFields": [ @@ -18227,7 +24602,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "name": "PatientWhere", "ofType": null } } @@ -18247,7 +24622,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "name": "PatientWhere", "ofType": null } } @@ -18257,11 +24632,11 @@ "deprecationReason": null }, { - "name": "isAliasPatientsAggregate", + "name": "hasSampleSamplesAggregate", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsAggregateInput", + "name": "PatientHasSampleSamplesAggregateInput", "ofType": null }, "defaultValue": null, @@ -18269,11 +24644,119 @@ "deprecationReason": null }, { - "name": "isAliasPatientsConnection_ALL", + "name": "hasSampleSamplesConnection_ALL", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamplesConnection_NONE", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamplesConnection_SINGLE", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamplesConnection_SOME", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamples_ALL", + "description": "Return Patients where all of the related Samples match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamples_NONE", + "description": "Return Patients where none of the related Samples match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamples_SINGLE", + "description": "Return Patients where one of the related Samples match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamples_SOME", + "description": "Return Patients where some of the related Samples match this filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAliasAggregate", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasAggregateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "patientAliasesIsAliasConnection_ALL", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "ofType": null }, "defaultValue": null, @@ -18281,11 +24764,11 @@ "deprecationReason": null }, { - "name": "isAliasPatientsConnection_NONE", + "name": "patientAliasesIsAliasConnection_NONE", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "ofType": null }, "defaultValue": null, @@ -18293,11 +24776,11 @@ "deprecationReason": null }, { - "name": "isAliasPatientsConnection_SINGLE", + "name": "patientAliasesIsAliasConnection_SINGLE", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "ofType": null }, "defaultValue": null, @@ -18305,11 +24788,11 @@ "deprecationReason": null }, { - "name": "isAliasPatientsConnection_SOME", + "name": "patientAliasesIsAliasConnection_SOME", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientAliasIsAliasPatientsConnectionWhere", + "name": "PatientPatientAliasesIsAliasConnectionWhere", "ofType": null }, "defaultValue": null, @@ -18317,11 +24800,11 @@ "deprecationReason": null }, { - "name": "isAliasPatients_ALL", - "description": "Return PatientAliases where all of the related Patients match this filter", + "name": "patientAliasesIsAlias_ALL", + "description": "Return Patients where all of the related PatientAliases match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "name": "PatientAliasWhere", "ofType": null }, "defaultValue": null, @@ -18329,11 +24812,11 @@ "deprecationReason": null }, { - "name": "isAliasPatients_NONE", - "description": "Return PatientAliases where none of the related Patients match this filter", + "name": "patientAliasesIsAlias_NONE", + "description": "Return Patients where none of the related PatientAliases match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "name": "PatientAliasWhere", "ofType": null }, "defaultValue": null, @@ -18341,11 +24824,11 @@ "deprecationReason": null }, { - "name": "isAliasPatients_SINGLE", - "description": "Return PatientAliases where one of the related Patients match this filter", + "name": "patientAliasesIsAlias_SINGLE", + "description": "Return Patients where one of the related PatientAliases match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "name": "PatientAliasWhere", "ofType": null }, "defaultValue": null, @@ -18353,11 +24836,11 @@ "deprecationReason": null }, { - "name": "isAliasPatients_SOME", - "description": "Return PatientAliases where some of the related Patients match this filter", + "name": "patientAliasesIsAlias_SOME", + "description": "Return Patients where some of the related PatientAliases match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "name": "PatientAliasWhere", "ofType": null }, "defaultValue": null, @@ -18365,7 +24848,7 @@ "deprecationReason": null }, { - "name": "namespace", + "name": "smilePatientId", "description": null, "type": { "kind": "SCALAR", @@ -18377,7 +24860,7 @@ "deprecationReason": null }, { - "name": "namespace_CONTAINS", + "name": "smilePatientId_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -18389,7 +24872,7 @@ "deprecationReason": null }, { - "name": "namespace_ENDS_WITH", + "name": "smilePatientId_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -18401,7 +24884,7 @@ "deprecationReason": null }, { - "name": "namespace_IN", + "name": "smilePatientId_IN", "description": null, "type": { "kind": "LIST", @@ -18421,7 +24904,7 @@ "deprecationReason": null }, { - "name": "namespace_NOT", + "name": "smilePatientId_NOT", "description": null, "type": { "kind": "SCALAR", @@ -18433,7 +24916,7 @@ "deprecationReason": null }, { - "name": "namespace_NOT_CONTAINS", + "name": "smilePatientId_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -18445,7 +24928,7 @@ "deprecationReason": null }, { - "name": "namespace_NOT_ENDS_WITH", + "name": "smilePatientId_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -18457,7 +24940,7 @@ "deprecationReason": null }, { - "name": "namespace_NOT_IN", + "name": "smilePatientId_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -18477,7 +24960,7 @@ "deprecationReason": null }, { - "name": "namespace_NOT_STARTS_WITH", + "name": "smilePatientId_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -18489,7 +24972,7 @@ "deprecationReason": null }, { - "name": "namespace_STARTS_WITH", + "name": "smilePatientId_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -18499,179 +24982,328 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PatientsConnection", + "description": null, + "fields": [ { - "name": "value", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_CONTAINS", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_ENDS_WITH", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Project", + "description": null, + "fields": [ { - "name": "value_IN", + "name": "hasRequestRequests", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Request", + "ofType": null + } } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_NOT_ENDS_WITH", + "name": "hasRequestRequestsAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProjectRequestHasRequestRequestsAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_NOT_IN", + "name": "hasRequestRequestsConnection", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "after", + "description": null, + "type": { "kind": "SCALAR", "name": "String", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectHasRequestRequestsConnection", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_NOT_STARTS_WITH", + "name": "igoProjectId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_STARTS_WITH", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "PatientAliasesConnection", + "name": "ProjectAggregateSelection", "description": null, "fields": [ { - "name": "edges", + "name": "count", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientAliasEdge", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "igoProjectId", "description": null, "args": [], "type": { @@ -18679,7 +25311,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -18687,15 +25319,15 @@ "deprecationReason": null }, { - "name": "totalCount", + "name": "namespace", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -18710,32 +25342,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientConnectInput", + "name": "ProjectConnectInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasSampleSamples", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "patientAliasesIsAlias", + "name": "hasRequestRequests", "description": null, "type": { "kind": "LIST", @@ -18745,7 +25357,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectFieldInput", + "name": "ProjectHasRequestRequestsConnectFieldInput", "ofType": null } } @@ -18761,7 +25373,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientConnectWhere", + "name": "ProjectConnectWhere", "description": null, "fields": null, "inputFields": [ @@ -18773,7 +25385,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientWhere", + "name": "ProjectWhere", "ofType": null } }, @@ -18788,16 +25400,16 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientCreateInput", + "name": "ProjectCreateInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasSampleSamples", + "name": "hasRequestRequests", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesFieldInput", + "name": "ProjectHasRequestRequestsFieldInput", "ofType": null }, "defaultValue": null, @@ -18805,19 +25417,23 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAlias", + "name": "igoProjectId", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasFieldInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId", + "name": "namespace", "description": null, "type": { "kind": "NON_NULL", @@ -18839,32 +25455,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientDeleteInput", + "name": "ProjectDeleteInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasSampleSamples", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesDeleteFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "patientAliasesIsAlias", + "name": "hasRequestRequests", "description": null, "type": { "kind": "LIST", @@ -18874,7 +25470,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasDeleteFieldInput", + "name": "ProjectHasRequestRequestsDeleteFieldInput", "ofType": null } } @@ -18890,32 +25486,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientDisconnectInput", + "name": "ProjectDisconnectInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasSampleSamples", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesDisconnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "patientAliasesIsAlias", + "name": "hasRequestRequests", "description": null, "type": { "kind": "LIST", @@ -18925,7 +25501,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasDisconnectFieldInput", + "name": "ProjectHasRequestRequestsDisconnectFieldInput", "ofType": null } } @@ -18941,7 +25517,7 @@ }, { "kind": "OBJECT", - "name": "PatientEdge", + "name": "ProjectEdge", "description": null, "fields": [ { @@ -18969,7 +25545,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Patient", + "name": "Project", "ofType": null } }, @@ -18984,7 +25560,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesAggregateInput", + "name": "ProjectHasRequestRequestsAggregateInput", "description": null, "fields": null, "inputFields": [ @@ -18999,7 +25575,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesAggregateInput", + "name": "ProjectHasRequestRequestsAggregateInput", "ofType": null } } @@ -19019,7 +25595,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesAggregateInput", + "name": "ProjectHasRequestRequestsAggregateInput", "ofType": null } } @@ -19093,7 +25669,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, @@ -19107,7 +25683,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectFieldInput", + "name": "ProjectHasRequestRequestsConnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -19122,7 +25698,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", + "name": "RequestConnectInput", "ofType": null } } @@ -19136,7 +25712,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleConnectWhere", + "name": "RequestConnectWhere", "ofType": null }, "defaultValue": null, @@ -19150,7 +25726,7 @@ }, { "kind": "OBJECT", - "name": "PatientHasSampleSamplesConnection", + "name": "ProjectHasRequestRequestsConnection", "description": null, "fields": [ { @@ -19168,7 +25744,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PatientHasSampleSamplesRelationship", + "name": "ProjectHasRequestRequestsRelationship", "ofType": null } } @@ -19217,7 +25793,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionSort", + "name": "ProjectHasRequestRequestsConnectionSort", "description": null, "fields": null, "inputFields": [ @@ -19226,7 +25802,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleSort", + "name": "RequestSort", "ofType": null }, "defaultValue": null, @@ -19240,7 +25816,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "name": "ProjectHasRequestRequestsConnectionWhere", "description": null, "fields": null, "inputFields": [ @@ -19255,7 +25831,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null } } @@ -19275,7 +25851,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null } } @@ -19289,7 +25865,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -19301,7 +25877,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -19315,7 +25891,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesCreateFieldInput", + "name": "ProjectHasRequestRequestsCreateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -19327,7 +25903,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", + "name": "RequestCreateInput", "ofType": null } }, @@ -19342,7 +25918,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesDeleteFieldInput", + "name": "ProjectHasRequestRequestsDeleteFieldInput", "description": null, "fields": null, "inputFields": [ @@ -19351,7 +25927,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", + "name": "RequestDeleteInput", "ofType": null }, "defaultValue": null, @@ -19363,7 +25939,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, @@ -19377,7 +25953,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesDisconnectFieldInput", + "name": "ProjectHasRequestRequestsDisconnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -19386,7 +25962,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", + "name": "RequestDisconnectInput", "ofType": null }, "defaultValue": null, @@ -19398,7 +25974,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, @@ -19412,7 +25988,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesFieldInput", + "name": "ProjectHasRequestRequestsFieldInput", "description": null, "fields": null, "inputFields": [ @@ -19427,7 +26003,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectFieldInput", + "name": "ProjectHasRequestRequestsConnectFieldInput", "ofType": null } } @@ -19447,7 +26023,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesCreateFieldInput", + "name": "ProjectHasRequestRequestsCreateFieldInput", "ofType": null } } @@ -19463,7 +26039,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", "description": null, "fields": null, "inputFields": [ @@ -19478,7 +26054,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", "ofType": null } } @@ -19498,7 +26074,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesNodeAggregationWhereInput", + "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", "ofType": null } } @@ -19508,7 +26084,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_EQUAL", + "name": "dataAccessEmails_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19520,7 +26096,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GT", + "name": "dataAccessEmails_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -19532,7 +26108,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GTE", + "name": "dataAccessEmails_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19544,7 +26120,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LT", + "name": "dataAccessEmails_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -19556,7 +26132,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LTE", + "name": "dataAccessEmails_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19568,7 +26144,7 @@ "deprecationReason": null }, { - "name": "datasource_EQUAL", + "name": "dataAccessEmails_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19580,7 +26156,7 @@ "deprecationReason": null }, { - "name": "datasource_GT", + "name": "dataAccessEmails_GT", "description": null, "type": { "kind": "SCALAR", @@ -19592,7 +26168,7 @@ "deprecationReason": null }, { - "name": "datasource_GTE", + "name": "dataAccessEmails_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19604,7 +26180,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_EQUAL", + "name": "dataAccessEmails_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19616,7 +26192,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GT", + "name": "dataAccessEmails_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -19628,7 +26204,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GTE", + "name": "dataAccessEmails_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19640,7 +26216,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LT", + "name": "dataAccessEmails_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -19652,7 +26228,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LTE", + "name": "dataAccessEmails_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19664,7 +26240,7 @@ "deprecationReason": null }, { - "name": "datasource_LT", + "name": "dataAccessEmails_LT", "description": null, "type": { "kind": "SCALAR", @@ -19676,7 +26252,7 @@ "deprecationReason": null }, { - "name": "datasource_LTE", + "name": "dataAccessEmails_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19688,7 +26264,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_EQUAL", + "name": "dataAccessEmails_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19700,7 +26276,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GT", + "name": "dataAccessEmails_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -19712,7 +26288,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GTE", + "name": "dataAccessEmails_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19724,7 +26300,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LT", + "name": "dataAccessEmails_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -19736,7 +26312,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LTE", + "name": "dataAccessEmails_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19748,7 +26324,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_EQUAL", + "name": "dataAnalystEmail_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19760,7 +26336,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GT", + "name": "dataAnalystEmail_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -19772,7 +26348,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GTE", + "name": "dataAnalystEmail_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19784,7 +26360,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LT", + "name": "dataAnalystEmail_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -19796,7 +26372,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LTE", + "name": "dataAnalystEmail_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19808,7 +26384,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_EQUAL", + "name": "dataAnalystEmail_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19820,7 +26396,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_GT", + "name": "dataAnalystEmail_GT", "description": null, "type": { "kind": "SCALAR", @@ -19832,7 +26408,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_GTE", + "name": "dataAnalystEmail_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19844,7 +26420,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_EQUAL", + "name": "dataAnalystEmail_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19856,7 +26432,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GT", + "name": "dataAnalystEmail_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -19868,7 +26444,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GTE", + "name": "dataAnalystEmail_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19880,7 +26456,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LT", + "name": "dataAnalystEmail_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -19892,7 +26468,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LTE", + "name": "dataAnalystEmail_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19904,7 +26480,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LT", + "name": "dataAnalystEmail_LT", "description": null, "type": { "kind": "SCALAR", @@ -19916,7 +26492,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LTE", + "name": "dataAnalystEmail_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19928,7 +26504,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_EQUAL", + "name": "dataAnalystEmail_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -19940,7 +26516,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GT", + "name": "dataAnalystEmail_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -19952,7 +26528,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GTE", + "name": "dataAnalystEmail_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -19964,7 +26540,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LT", + "name": "dataAnalystEmail_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -19976,7 +26552,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LTE", + "name": "dataAnalystEmail_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -19988,7 +26564,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_EQUAL", + "name": "dataAnalystName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20000,7 +26576,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GT", + "name": "dataAnalystName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -20012,7 +26588,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GTE", + "name": "dataAnalystName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20024,7 +26600,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LT", + "name": "dataAnalystName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -20036,7 +26612,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LTE", + "name": "dataAnalystName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20048,7 +26624,7 @@ "deprecationReason": null }, { - "name": "sampleClass_EQUAL", + "name": "dataAnalystName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20060,7 +26636,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GT", + "name": "dataAnalystName_GT", "description": null, "type": { "kind": "SCALAR", @@ -20072,7 +26648,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GTE", + "name": "dataAnalystName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20084,7 +26660,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_EQUAL", + "name": "dataAnalystName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20096,7 +26672,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GT", + "name": "dataAnalystName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -20108,7 +26684,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GTE", + "name": "dataAnalystName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20120,7 +26696,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LT", + "name": "dataAnalystName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -20132,7 +26708,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LTE", + "name": "dataAnalystName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20144,7 +26720,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LT", + "name": "dataAnalystName_LT", "description": null, "type": { "kind": "SCALAR", @@ -20156,7 +26732,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LTE", + "name": "dataAnalystName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20168,7 +26744,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_EQUAL", + "name": "dataAnalystName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20180,7 +26756,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GT", + "name": "dataAnalystName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -20192,7 +26768,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GTE", + "name": "dataAnalystName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20204,7 +26780,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LT", + "name": "dataAnalystName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -20216,7 +26792,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LTE", + "name": "dataAnalystName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20228,7 +26804,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_EQUAL", + "name": "genePanel_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20240,7 +26816,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GT", + "name": "genePanel_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -20252,7 +26828,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GTE", + "name": "genePanel_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20264,7 +26840,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LT", + "name": "genePanel_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -20276,7 +26852,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LTE", + "name": "genePanel_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20288,7 +26864,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_EQUAL", + "name": "genePanel_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20300,7 +26876,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_GT", + "name": "genePanel_GT", "description": null, "type": { "kind": "SCALAR", @@ -20312,7 +26888,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_GTE", + "name": "genePanel_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20324,7 +26900,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_EQUAL", + "name": "genePanel_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20336,7 +26912,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GT", + "name": "genePanel_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -20348,7 +26924,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GTE", + "name": "genePanel_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20360,7 +26936,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LT", + "name": "genePanel_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -20372,7 +26948,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LTE", + "name": "genePanel_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20384,7 +26960,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LT", + "name": "genePanel_LT", "description": null, "type": { "kind": "SCALAR", @@ -20396,7 +26972,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LTE", + "name": "genePanel_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20408,7 +26984,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_EQUAL", + "name": "genePanel_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20420,7 +26996,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GT", + "name": "genePanel_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -20432,7 +27008,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GTE", + "name": "genePanel_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20444,7 +27020,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LT", + "name": "genePanel_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -20456,7 +27032,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LTE", + "name": "genePanel_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20466,170 +27042,49 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientHasSampleSamplesRelationship", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", + "name": "igoProjectId_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleUpdateInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesCreateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "delete", + "name": "igoProjectId_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "igoProjectId_AVERAGE_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "igoProjectId_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesUpdateConnectionInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -20637,77 +27092,55 @@ "deprecationReason": null }, { - "name": "where", + "name": "igoProjectId_AVERAGE_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientIdsTriplet", - "description": null, - "fields": [ + }, { - "name": "CMO_ID", + "name": "igoProjectId_EQUAL", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "DMP_ID", + "name": "igoProjectId_GT", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PT_MRN", + "name": "igoProjectId_GTE", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientOptions", - "description": null, - "fields": null, - "inputFields": [ + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "limit", + "name": "igoProjectId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -20719,7 +27152,7 @@ "deprecationReason": null }, { - "name": "offset", + "name": "igoProjectId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -20731,160 +27164,91 @@ "deprecationReason": null }, { - "name": "sort", - "description": "Specify one or more PatientSort objects to sort Patients by. The sorts will be applied in the order in which they are arranged in the array.", + "name": "igoProjectId_LONGEST_GTE", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientSort", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientPatientAliasPatientAliasesIsAliasAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "igoProjectId_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "igoProjectId_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "PatientPatientAliasPatientAliasesIsAliasNodeAggregateSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientPatientAliasPatientAliasesIsAliasNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "namespace", + "name": "igoProjectId_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "igoProjectId_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "igoProjectId_SHORTEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "igoProjectId_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "igoProjectId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -20896,7 +27260,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "igoProjectId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -20908,7 +27272,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "igoProjectId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -20920,11 +27284,11 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "igoRequestId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -20932,11 +27296,11 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "igoRequestId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -20944,207 +27308,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "igoRequestId_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "igoRequestId_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "igoRequestId_AVERAGE_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasConnectWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientPatientAliasesIsAliasConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "igoRequestId_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientPatientAliasesIsAliasRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "igoRequestId_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "igoRequestId_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "igoRequestId_LONGEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasSort", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "igoRequestId_LONGEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "igoRequestId_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "igoRequestId_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21152,61 +27428,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "igoRequestId_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "igoRequestId_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "igoRequestId_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21214,34 +27464,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "igoRequestId_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "igoRequestId_SHORTEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21249,121 +27488,67 @@ "deprecationReason": null }, { - "name": "where", + "name": "igoRequestId_SHORTEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "igoRequestId_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "igoRequestId_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "investigatorEmail_AVERAGE_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "investigatorEmail_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_AVERAGE_EQUAL", + "name": "investigatorEmail_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -21375,7 +27560,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_GT", + "name": "investigatorEmail_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -21387,7 +27572,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_GTE", + "name": "investigatorEmail_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21399,11 +27584,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LT", + "name": "investigatorEmail_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21411,11 +27596,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LTE", + "name": "investigatorEmail_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21423,11 +27608,11 @@ "deprecationReason": null }, { - "name": "namespace_EQUAL", + "name": "investigatorEmail_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21435,7 +27620,7 @@ "deprecationReason": null }, { - "name": "namespace_GT", + "name": "investigatorEmail_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -21447,7 +27632,7 @@ "deprecationReason": null }, { - "name": "namespace_GTE", + "name": "investigatorEmail_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -21459,7 +27644,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_EQUAL", + "name": "investigatorEmail_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -21471,7 +27656,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_GT", + "name": "investigatorEmail_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -21483,7 +27668,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_GTE", + "name": "investigatorEmail_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21495,7 +27680,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_LT", + "name": "investigatorEmail_LT", "description": null, "type": { "kind": "SCALAR", @@ -21507,7 +27692,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_LTE", + "name": "investigatorEmail_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21519,7 +27704,7 @@ "deprecationReason": null }, { - "name": "namespace_LT", + "name": "investigatorEmail_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -21531,7 +27716,7 @@ "deprecationReason": null }, { - "name": "namespace_LTE", + "name": "investigatorEmail_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -21543,7 +27728,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_EQUAL", + "name": "investigatorEmail_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -21555,7 +27740,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GT", + "name": "investigatorEmail_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -21567,7 +27752,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GTE", + "name": "investigatorEmail_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21579,11 +27764,11 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LT", + "name": "investigatorName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -21591,11 +27776,11 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LTE", + "name": "investigatorName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -21603,7 +27788,7 @@ "deprecationReason": null }, { - "name": "value_AVERAGE_EQUAL", + "name": "investigatorName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -21615,7 +27800,7 @@ "deprecationReason": null }, { - "name": "value_AVERAGE_GT", + "name": "investigatorName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -21627,7 +27812,7 @@ "deprecationReason": null }, { - "name": "value_AVERAGE_GTE", + "name": "investigatorName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21639,11 +27824,11 @@ "deprecationReason": null }, { - "name": "value_AVERAGE_LT", + "name": "investigatorName_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -21651,11 +27836,11 @@ "deprecationReason": null }, { - "name": "value_AVERAGE_LTE", + "name": "investigatorName_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21663,11 +27848,11 @@ "deprecationReason": null }, { - "name": "value_EQUAL", + "name": "investigatorName_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -21675,7 +27860,7 @@ "deprecationReason": null }, { - "name": "value_GT", + "name": "investigatorName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -21687,7 +27872,7 @@ "deprecationReason": null }, { - "name": "value_GTE", + "name": "investigatorName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -21699,7 +27884,7 @@ "deprecationReason": null }, { - "name": "value_LONGEST_EQUAL", + "name": "investigatorName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -21711,7 +27896,7 @@ "deprecationReason": null }, { - "name": "value_LONGEST_GT", + "name": "investigatorName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -21723,7 +27908,7 @@ "deprecationReason": null }, { - "name": "value_LONGEST_GTE", + "name": "investigatorName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21735,7 +27920,7 @@ "deprecationReason": null }, { - "name": "value_LONGEST_LT", + "name": "investigatorName_LT", "description": null, "type": { "kind": "SCALAR", @@ -21747,7 +27932,7 @@ "deprecationReason": null }, { - "name": "value_LONGEST_LTE", + "name": "investigatorName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21759,7 +27944,7 @@ "deprecationReason": null }, { - "name": "value_LT", + "name": "investigatorName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -21771,7 +27956,7 @@ "deprecationReason": null }, { - "name": "value_LTE", + "name": "investigatorName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -21783,7 +27968,7 @@ "deprecationReason": null }, { - "name": "value_SHORTEST_EQUAL", + "name": "investigatorName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -21795,7 +27980,7 @@ "deprecationReason": null }, { - "name": "value_SHORTEST_GT", + "name": "investigatorName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -21807,7 +27992,7 @@ "deprecationReason": null }, { - "name": "value_SHORTEST_GTE", + "name": "investigatorName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -21819,11 +28004,11 @@ "deprecationReason": null }, { - "name": "value_SHORTEST_LT", + "name": "labHeadEmail_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -21831,180 +28016,107 @@ "deprecationReason": null }, { - "name": "value_SHORTEST_LTE", + "name": "labHeadEmail_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientPatientAliasesIsAliasRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "labHeadEmail_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "labHeadEmail_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientAlias", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "labHeadEmail_AVERAGE_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasUpdateInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "labHeadEmail_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "labHeadEmail_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "labHeadEmail_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "labHeadEmail_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "labHeadEmail_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasUpdateConnectionInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22012,325 +28124,191 @@ "deprecationReason": null }, { - "name": "where", + "name": "labHeadEmail_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientRelationInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasSampleSamples", + "name": "labHeadEmail_LONGEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesIsAlias", + "name": "labHeadEmail_LONGEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientSampleHasSampleSamplesAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "labHeadEmail_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "labHeadEmail_LTE", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "PatientSampleHasSampleSamplesNodeAggregateSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientSampleHasSampleSamplesNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "datasource", + "name": "labHeadEmail_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "labHeadEmail_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "labHeadEmail_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "labHeadEmail_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientSort", - "description": "Fields to sort Patients by. The order in which sorts are applied is not guaranteed when specifying many fields in one PatientSort object.", - "fields": null, - "inputFields": [ + }, { - "name": "smilePatientId", + "name": "labHeadEmail_SHORTEST_LTE", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientUpdateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasSampleSamples", + "name": "labHeadName_AVERAGE_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesIsAlias", + "name": "labHeadName_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId", + "name": "labHeadName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "labHeadName_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "labHeadName_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamplesAggregate", + "name": "labHeadName_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesAggregateInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -22338,11 +28316,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_ALL", + "name": "labHeadName_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22350,11 +28328,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_NONE", + "name": "labHeadName_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22362,11 +28340,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_SINGLE", + "name": "labHeadName_LONGEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22374,11 +28352,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_SOME", + "name": "labHeadName_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientHasSampleSamplesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22386,11 +28364,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_ALL", - "description": "Return Patients where all of the related Samples match this filter", + "name": "labHeadName_LONGEST_GTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22398,11 +28376,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_NONE", - "description": "Return Patients where none of the related Samples match this filter", + "name": "labHeadName_LONGEST_LT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22410,11 +28388,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_SINGLE", - "description": "Return Patients where one of the related Samples match this filter", + "name": "labHeadName_LONGEST_LTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22422,11 +28400,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_SOME", - "description": "Return Patients where some of the related Samples match this filter", + "name": "labHeadName_LT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22434,11 +28412,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAliasAggregate", + "name": "labHeadName_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasAggregateInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22446,11 +28424,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAliasConnection_ALL", + "name": "labHeadName_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22458,11 +28436,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAliasConnection_NONE", + "name": "labHeadName_SHORTEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22470,11 +28448,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAliasConnection_SINGLE", + "name": "labHeadName_SHORTEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22482,11 +28460,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAliasConnection_SOME", + "name": "labHeadName_SHORTEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientPatientAliasesIsAliasConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22494,11 +28472,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAlias_ALL", - "description": "Return Patients where all of the related PatientAliases match this filter", + "name": "labHeadName_SHORTEST_LTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22506,11 +28484,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAlias_NONE", - "description": "Return Patients where none of the related PatientAliases match this filter", + "name": "libraryType_AVERAGE_EQUAL", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -22518,11 +28496,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAlias_SINGLE", - "description": "Return Patients where one of the related PatientAliases match this filter", + "name": "libraryType_AVERAGE_GT", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -22530,11 +28508,11 @@ "deprecationReason": null }, { - "name": "patientAliasesIsAlias_SOME", - "description": "Return Patients where some of the related PatientAliases match this filter", + "name": "libraryType_AVERAGE_GTE", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -22542,11 +28520,11 @@ "deprecationReason": null }, { - "name": "smilePatientId", + "name": "libraryType_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -22554,11 +28532,11 @@ "deprecationReason": null }, { - "name": "smilePatientId_CONTAINS", + "name": "libraryType_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -22566,7 +28544,7 @@ "deprecationReason": null }, { - "name": "smilePatientId_ENDS_WITH", + "name": "libraryType_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -22578,31 +28556,23 @@ "deprecationReason": null }, { - "name": "smilePatientId_IN", + "name": "libraryType_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId_NOT", + "name": "libraryType_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22610,11 +28580,11 @@ "deprecationReason": null }, { - "name": "smilePatientId_NOT_CONTAINS", + "name": "libraryType_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22622,11 +28592,11 @@ "deprecationReason": null }, { - "name": "smilePatientId_NOT_ENDS_WITH", + "name": "libraryType_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22634,31 +28604,23 @@ "deprecationReason": null }, { - "name": "smilePatientId_NOT_IN", + "name": "libraryType_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smilePatientId_NOT_STARTS_WITH", + "name": "libraryType_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -22666,444 +28628,179 @@ "deprecationReason": null }, { - "name": "smilePatientId_STARTS_WITH", + "name": "libraryType_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PatientsConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "libraryType_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "libraryType_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "libraryType_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Project", - "description": null, - "fields": [ + }, { - "name": "hasRequestRequests", + "name": "libraryType_SHORTEST_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Request", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasRequestRequestsAggregate", + "name": "libraryType_SHORTEST_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "ProjectRequestHasRequestRequestsAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasRequestRequestsConnection", + "name": "libraryType_SHORTEST_LT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectHasRequestRequestsConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "libraryType_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "namespace_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "namespace_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "namespace_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "name": "namespace_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectConnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasRequestRequests", + "name": "namespace_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectConnectWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "namespace_EQUAL", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectCreateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasRequestRequests", + "name": "namespace_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -23111,195 +28808,103 @@ "deprecationReason": null }, { - "name": "igoProjectId", + "name": "namespace_GTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "namespace_LONGEST_EQUAL", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectDeleteInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasRequestRequests", + "name": "namespace_LONGEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectDisconnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasRequestRequests", + "name": "namespace_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "namespace_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "namespace_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "namespace_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "namespace_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "namespace_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -23311,7 +28916,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "namespace_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -23323,7 +28928,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "namespace_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -23335,7 +28940,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "namespace_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -23347,7 +28952,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "namespace_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -23359,207 +28964,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "otherContactEmails_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "otherContactEmails_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "otherContactEmails_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestConnectWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectHasRequestRequestsConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "otherContactEmails_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ProjectHasRequestRequestsRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "otherContactEmails_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "otherContactEmails_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "otherContactEmails_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestSort", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "otherContactEmails_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "otherContactEmails_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "otherContactEmails_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -23567,61 +29084,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "otherContactEmails_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "otherContactEmails_LONGEST_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "otherContactEmails_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -23629,34 +29120,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "otherContactEmails_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "otherContactEmails_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -23664,121 +29144,67 @@ "deprecationReason": null }, { - "name": "where", + "name": "otherContactEmails_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "otherContactEmails_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "otherContactEmails_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "otherContactEmails_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "otherContactEmails_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_EQUAL", + "name": "piEmail_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -23790,7 +29216,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_GT", + "name": "piEmail_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -23802,7 +29228,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_GTE", + "name": "piEmail_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -23814,7 +29240,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_LT", + "name": "piEmail_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -23826,7 +29252,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_LTE", + "name": "piEmail_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -23838,7 +29264,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_EQUAL", + "name": "piEmail_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -23850,7 +29276,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_GT", + "name": "piEmail_GT", "description": null, "type": { "kind": "SCALAR", @@ -23862,7 +29288,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_GTE", + "name": "piEmail_GTE", "description": null, "type": { "kind": "SCALAR", @@ -23874,7 +29300,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_EQUAL", + "name": "piEmail_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -23886,7 +29312,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_GT", + "name": "piEmail_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -23898,7 +29324,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_GTE", + "name": "piEmail_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -23910,7 +29336,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_LT", + "name": "piEmail_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -23922,7 +29348,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_LTE", + "name": "piEmail_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -23934,7 +29360,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LT", + "name": "piEmail_LT", "description": null, "type": { "kind": "SCALAR", @@ -23946,7 +29372,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LTE", + "name": "piEmail_LTE", "description": null, "type": { "kind": "SCALAR", @@ -23958,7 +29384,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_EQUAL", + "name": "piEmail_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -23970,7 +29396,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_GT", + "name": "piEmail_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -23982,7 +29408,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_GTE", + "name": "piEmail_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -23994,7 +29420,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_LT", + "name": "piEmail_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24006,7 +29432,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_LTE", + "name": "piEmail_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24018,7 +29444,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_EQUAL", + "name": "projectManagerName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24030,7 +29456,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_GT", + "name": "projectManagerName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -24042,7 +29468,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_GTE", + "name": "projectManagerName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24054,7 +29480,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_LT", + "name": "projectManagerName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -24066,7 +29492,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_LTE", + "name": "projectManagerName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24078,7 +29504,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_EQUAL", + "name": "projectManagerName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24090,7 +29516,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_GT", + "name": "projectManagerName_GT", "description": null, "type": { "kind": "SCALAR", @@ -24102,7 +29528,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_GTE", + "name": "projectManagerName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24114,7 +29540,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_EQUAL", + "name": "projectManagerName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24126,7 +29552,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_GT", + "name": "projectManagerName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24138,7 +29564,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_GTE", + "name": "projectManagerName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24150,7 +29576,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_LT", + "name": "projectManagerName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24162,7 +29588,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_LTE", + "name": "projectManagerName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24174,7 +29600,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LT", + "name": "projectManagerName_LT", "description": null, "type": { "kind": "SCALAR", @@ -24186,7 +29612,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LTE", + "name": "projectManagerName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24198,7 +29624,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_EQUAL", + "name": "projectManagerName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24210,7 +29636,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_GT", + "name": "projectManagerName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24222,7 +29648,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_GTE", + "name": "projectManagerName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24234,7 +29660,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_LT", + "name": "projectManagerName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24246,7 +29672,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_LTE", + "name": "projectManagerName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24258,7 +29684,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_EQUAL", + "name": "qcAccessEmails_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24270,7 +29696,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_GT", + "name": "qcAccessEmails_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -24282,7 +29708,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_GTE", + "name": "qcAccessEmails_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24294,7 +29720,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_LT", + "name": "qcAccessEmails_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -24306,7 +29732,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_LTE", + "name": "qcAccessEmails_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24318,7 +29744,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_EQUAL", + "name": "qcAccessEmails_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24330,7 +29756,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_GT", + "name": "qcAccessEmails_GT", "description": null, "type": { "kind": "SCALAR", @@ -24342,7 +29768,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_GTE", + "name": "qcAccessEmails_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24354,7 +29780,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_EQUAL", + "name": "qcAccessEmails_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24366,7 +29792,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_GT", + "name": "qcAccessEmails_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24378,7 +29804,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_GTE", + "name": "qcAccessEmails_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24390,7 +29816,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_LT", + "name": "qcAccessEmails_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24402,7 +29828,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_LTE", + "name": "qcAccessEmails_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24414,7 +29840,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LT", + "name": "qcAccessEmails_LT", "description": null, "type": { "kind": "SCALAR", @@ -24426,7 +29852,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LTE", + "name": "qcAccessEmails_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24438,7 +29864,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_EQUAL", + "name": "qcAccessEmails_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24450,7 +29876,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_GT", + "name": "qcAccessEmails_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24462,7 +29888,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_GTE", + "name": "qcAccessEmails_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24474,7 +29900,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_LT", + "name": "qcAccessEmails_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24486,7 +29912,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_LTE", + "name": "qcAccessEmails_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24498,7 +29924,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_EQUAL", + "name": "requestJson_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24510,7 +29936,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_GT", + "name": "requestJson_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -24522,7 +29948,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_GTE", + "name": "requestJson_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24534,7 +29960,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_LT", + "name": "requestJson_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -24546,7 +29972,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_LTE", + "name": "requestJson_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24558,7 +29984,7 @@ "deprecationReason": null }, { - "name": "genePanel_EQUAL", + "name": "requestJson_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24570,7 +29996,7 @@ "deprecationReason": null }, { - "name": "genePanel_GT", + "name": "requestJson_GT", "description": null, "type": { "kind": "SCALAR", @@ -24582,7 +30008,7 @@ "deprecationReason": null }, { - "name": "genePanel_GTE", + "name": "requestJson_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24594,7 +30020,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_EQUAL", + "name": "requestJson_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24606,7 +30032,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_GT", + "name": "requestJson_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24618,7 +30044,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_GTE", + "name": "requestJson_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24630,7 +30056,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_LT", + "name": "requestJson_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24642,7 +30068,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_LTE", + "name": "requestJson_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24654,7 +30080,7 @@ "deprecationReason": null }, { - "name": "genePanel_LT", + "name": "requestJson_LT", "description": null, "type": { "kind": "SCALAR", @@ -24666,7 +30092,7 @@ "deprecationReason": null }, { - "name": "genePanel_LTE", + "name": "requestJson_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24678,7 +30104,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_EQUAL", + "name": "requestJson_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24690,7 +30116,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_GT", + "name": "requestJson_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24702,7 +30128,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_GTE", + "name": "requestJson_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24714,7 +30140,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_LT", + "name": "requestJson_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24726,7 +30152,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_LTE", + "name": "requestJson_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24738,7 +30164,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_EQUAL", + "name": "smileRequestId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24750,7 +30176,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_GT", + "name": "smileRequestId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -24762,7 +30188,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_GTE", + "name": "smileRequestId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24774,7 +30200,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_LT", + "name": "smileRequestId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -24786,7 +30212,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_LTE", + "name": "smileRequestId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24798,7 +30224,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_EQUAL", + "name": "smileRequestId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24810,7 +30236,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_GT", + "name": "smileRequestId_GT", "description": null, "type": { "kind": "SCALAR", @@ -24822,7 +30248,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_GTE", + "name": "smileRequestId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24834,7 +30260,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_EQUAL", + "name": "smileRequestId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24846,7 +30272,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_GT", + "name": "smileRequestId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24858,7 +30284,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_GTE", + "name": "smileRequestId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24870,7 +30296,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_LT", + "name": "smileRequestId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24882,7 +30308,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_LTE", + "name": "smileRequestId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24894,7 +30320,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LT", + "name": "smileRequestId_LT", "description": null, "type": { "kind": "SCALAR", @@ -24906,7 +30332,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LTE", + "name": "smileRequestId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24918,7 +30344,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_EQUAL", + "name": "smileRequestId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24930,7 +30356,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_GT", + "name": "smileRequestId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -24942,7 +30368,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_GTE", + "name": "smileRequestId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -24954,7 +30380,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_LT", + "name": "smileRequestId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -24966,7 +30392,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_LTE", + "name": "smileRequestId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -24978,7 +30404,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_EQUAL", + "name": "strand_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -24990,7 +30416,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GT", + "name": "strand_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -25002,7 +30428,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GTE", + "name": "strand_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -25014,7 +30440,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LT", + "name": "strand_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -25026,7 +30452,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LTE", + "name": "strand_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -25038,7 +30464,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_EQUAL", + "name": "strand_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -25050,7 +30476,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GT", + "name": "strand_GT", "description": null, "type": { "kind": "SCALAR", @@ -25062,7 +30488,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GTE", + "name": "strand_GTE", "description": null, "type": { "kind": "SCALAR", @@ -25074,7 +30500,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_EQUAL", + "name": "strand_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -25086,7 +30512,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GT", + "name": "strand_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -25098,7 +30524,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GTE", + "name": "strand_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -25110,7 +30536,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LT", + "name": "strand_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -25122,7 +30548,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LTE", + "name": "strand_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -25134,7 +30560,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LT", + "name": "strand_LT", "description": null, "type": { "kind": "SCALAR", @@ -25146,7 +30572,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LTE", + "name": "strand_LTE", "description": null, "type": { "kind": "SCALAR", @@ -25158,7 +30584,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_EQUAL", + "name": "strand_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -25170,7 +30596,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GT", + "name": "strand_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -25182,7 +30608,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GTE", + "name": "strand_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -25194,7 +30620,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LT", + "name": "strand_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -25206,7 +30632,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LTE", + "name": "strand_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -25216,133 +30642,170 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "investigatorEmail_AVERAGE_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "investigatorEmail_AVERAGE_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "investigatorEmail_AVERAGE_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectHasRequestRequestsRelationship", + "description": null, + "fields": [ { - "name": "investigatorEmail_AVERAGE_LT", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_AVERAGE_LTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Request", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "investigatorEmail_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "investigatorEmail_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_GTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_EQUAL", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_GT", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_GTE", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -25350,19 +30813,30 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_LT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "investigatorEmail_LONGEST_LTE", + "name": "limit", "description": null, "type": { "kind": "SCALAR", @@ -25374,7 +30848,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LT", + "name": "offset", "description": null, "type": { "kind": "SCALAR", @@ -25386,287 +30860,427 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LTE", - "description": null, + "name": "sort", + "description": "Specify one or more ProjectSort objects to sort Projects by. The sorts will be applied in the order in which they are arranged in the array.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectRelationInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "investigatorEmail_SHORTEST_EQUAL", + "name": "hasRequestRequests", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRequestHasRequestRequestsAggregationSelection", + "description": null, + "fields": [ { - "name": "investigatorEmail_SHORTEST_GT", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_GTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "ProjectRequestHasRequestRequestsNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectRequestHasRequestRequestsNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "investigatorEmail_SHORTEST_LT", + "name": "dataAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_LTE", + "name": "dataAnalystEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_EQUAL", + "name": "dataAnalystName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_GT", + "name": "genePanel", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_GTE", + "name": "igoProjectId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_LT", + "name": "igoRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_LTE", + "name": "investigatorEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_EQUAL", + "name": "investigatorName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_GT", + "name": "labHeadEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_GTE", + "name": "labHeadName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LONGEST_EQUAL", + "name": "libraryType", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LONGEST_GT", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LONGEST_GTE", + "name": "otherContactEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LONGEST_LT", + "name": "piEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LONGEST_LTE", + "name": "projectManagerName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LT", + "name": "qcAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_LTE", + "name": "requestJson", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_EQUAL", + "name": "smileRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_GT", + "name": "strand", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectSort", + "description": "Fields to sort Projects by. The order in which sorts are applied is not guaranteed when specifying many fields in one ProjectSort object.", + "fields": null, + "inputFields": [ { - "name": "investigatorName_SHORTEST_GTE", + "name": "igoProjectId", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -25674,35 +31288,54 @@ "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_LT", + "name": "namespace", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectUpdateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "investigatorName_SHORTEST_LTE", + "name": "hasRequestRequests", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_EQUAL", + "name": "igoProjectId", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25710,47 +31343,74 @@ "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_GT", + "name": "namespace", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "labHeadEmail_AVERAGE_GTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_LT", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_LTE", + "name": "hasRequestRequestsAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsAggregateInput", "ofType": null }, "defaultValue": null, @@ -25758,11 +31418,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_EQUAL", + "name": "hasRequestRequestsConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, @@ -25770,11 +31430,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_GT", + "name": "hasRequestRequestsConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, @@ -25782,11 +31442,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_GTE", + "name": "hasRequestRequestsConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, @@ -25794,11 +31454,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_EQUAL", + "name": "hasRequestRequestsConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectHasRequestRequestsConnectionWhere", "ofType": null }, "defaultValue": null, @@ -25806,11 +31466,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_GT", - "description": null, + "name": "hasRequestRequests_ALL", + "description": "Return Projects where all of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -25818,11 +31478,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_GTE", - "description": null, + "name": "hasRequestRequests_NONE", + "description": "Return Projects where none of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -25830,11 +31490,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_LT", - "description": null, + "name": "hasRequestRequests_SINGLE", + "description": "Return Projects where one of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -25842,11 +31502,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_LTE", - "description": null, + "name": "hasRequestRequests_SOME", + "description": "Return Projects where some of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -25854,11 +31514,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LT", + "name": "igoProjectId", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25866,11 +31526,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LTE", + "name": "igoProjectId_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25878,11 +31538,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_EQUAL", + "name": "igoProjectId_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25890,23 +31550,31 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_GT", + "name": "igoProjectId_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_GTE", + "name": "igoProjectId_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25914,11 +31582,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_LT", + "name": "igoProjectId_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25926,11 +31594,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_LTE", + "name": "igoProjectId_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25938,23 +31606,31 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_EQUAL", + "name": "igoProjectId_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_GT", + "name": "igoProjectId_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25962,11 +31638,11 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_GTE", + "name": "igoProjectId_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25974,11 +31650,11 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_LT", + "name": "namespace", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25986,11 +31662,11 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_LTE", + "name": "namespace_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -25998,7 +31674,7 @@ "deprecationReason": null }, { - "name": "labHeadName_EQUAL", + "name": "namespace_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -26010,23 +31686,31 @@ "deprecationReason": null }, { - "name": "labHeadName_GT", + "name": "namespace_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_GTE", + "name": "namespace_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -26034,11 +31718,11 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_EQUAL", + "name": "namespace_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -26046,11 +31730,11 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_GT", + "name": "namespace_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -26058,23 +31742,31 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_GTE", + "name": "namespace_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_LONGEST_LT", + "name": "namespace_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -26082,331 +31774,696 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_LTE", + "name": "namespace_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProjectsConnection", + "description": null, + "fields": [ { - "name": "labHeadName_LT", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_LTE", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_EQUAL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcComplete", + "description": null, + "fields": [ { - "name": "labHeadName_SHORTEST_GT", + "name": "date", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_GTE", + "name": "reason", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_LT", + "name": "result", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_LTE", + "name": "status", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_AVERAGE_EQUAL", + "name": "temposHasEvent", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tempo", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_AVERAGE_GT", + "name": "temposHasEventAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "QcCompleteTempoTemposHasEventAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_AVERAGE_GTE", + "name": "temposHasEventConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcCompleteTemposHasEventConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompleteAggregateSelection", + "description": null, + "fields": [ { - "name": "libraryType_AVERAGE_LT", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_AVERAGE_LTE", + "name": "date", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_EQUAL", + "name": "reason", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_GT", + "name": "result", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_GTE", + "name": "status", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "libraryType_LONGEST_EQUAL", + "name": "temposHasEvent", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteConnectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "libraryType_LONGEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "libraryType_LONGEST_GTE", + "name": "date", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_LONGEST_LT", + "name": "reason", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_LONGEST_LTE", + "name": "result", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_LT", + "name": "status", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_LTE", + "name": "temposHasEvent", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventFieldInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteDeleteInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "libraryType_SHORTEST_EQUAL", + "name": "temposHasEvent", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "libraryType_SHORTEST_GT", + "name": "temposHasEvent", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompleteEdge", + "description": null, + "fields": [ { - "name": "libraryType_SHORTEST_GTE", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_SHORTEST_LT", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcComplete", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "libraryType_SHORTEST_LTE", + "name": "limit", "description": null, "type": { "kind": "SCALAR", @@ -26418,11 +32475,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_EQUAL", + "name": "offset", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -26430,35 +32487,73 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_GT", - "description": null, + "name": "sort", + "description": "Specify one or more QcCompleteSort objects to sort QcCompletes by. The sorts will be applied in the order in which they are arranged in the array.", "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteRelationInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "namespace_AVERAGE_GTE", + "name": "temposHasEvent", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteSort", + "description": "Fields to sort QcCompletes by. The order in which sorts are applied is not guaranteed when specifying many fields in one QcCompleteSort object.", + "fields": null, + "inputFields": [ { - "name": "namespace_AVERAGE_LT", + "name": "date", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -26466,11 +32561,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LTE", + "name": "reason", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -26478,11 +32573,11 @@ "deprecationReason": null }, { - "name": "namespace_EQUAL", + "name": "result", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -26490,115 +32585,184 @@ "deprecationReason": null }, { - "name": "namespace_GT", + "name": "status", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompleteTempoTemposHasEventAggregationSelection", + "description": null, + "fields": [ { - "name": "namespace_GTE", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_LONGEST_EQUAL", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "QcCompleteTempoTemposHasEventNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompleteTempoTemposHasEventNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "namespace_LONGEST_GT", + "name": "accessLevel", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_LONGEST_GTE", + "name": "billedBy", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_LONGEST_LT", + "name": "costCenter", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_LONGEST_LTE", + "name": "custodianInformation", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "namespace_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_SHORTEST_EQUAL", + "name": "count", "description": null, "type": { "kind": "SCALAR", @@ -26610,7 +32774,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GT", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", @@ -26622,7 +32786,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GTE", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", @@ -26634,7 +32798,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LT", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", @@ -26646,7 +32810,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LTE", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", @@ -26658,119 +32822,207 @@ "deprecationReason": null }, { - "name": "otherContactEmails_AVERAGE_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_AVERAGE_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoConnectInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_AVERAGE_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "TempoConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompleteTemposHasEventConnection", + "description": null, + "fields": [ { - "name": "otherContactEmails_AVERAGE_LT", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcCompleteTemposHasEventRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_AVERAGE_LTE", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_EQUAL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_GTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_EQUAL", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, @@ -26778,35 +33030,61 @@ "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_GTE", + "name": "node_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_LONGEST_LT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoCreateInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_LONGEST_LTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoDeleteInput", "ofType": null }, "defaultValue": null, @@ -26814,23 +33092,34 @@ "deprecationReason": null }, { - "name": "otherContactEmails_LT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_LTE", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoDisconnectInput", "ofType": null }, "defaultValue": null, @@ -26838,67 +33127,121 @@ "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_EQUAL", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_SHORTEST_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_GTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_SHORTEST_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail_AVERAGE_EQUAL", + "name": "accessLevel_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -26910,7 +33253,7 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_GT", + "name": "accessLevel_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -26922,7 +33265,7 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_GTE", + "name": "accessLevel_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -26934,7 +33277,7 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_LT", + "name": "accessLevel_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -26946,7 +33289,7 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_LTE", + "name": "accessLevel_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -26958,7 +33301,7 @@ "deprecationReason": null }, { - "name": "piEmail_EQUAL", + "name": "accessLevel_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -26970,7 +33313,7 @@ "deprecationReason": null }, { - "name": "piEmail_GT", + "name": "accessLevel_GT", "description": null, "type": { "kind": "SCALAR", @@ -26982,7 +33325,7 @@ "deprecationReason": null }, { - "name": "piEmail_GTE", + "name": "accessLevel_GTE", "description": null, "type": { "kind": "SCALAR", @@ -26994,7 +33337,7 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_EQUAL", + "name": "accessLevel_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27006,7 +33349,7 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_GT", + "name": "accessLevel_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27018,7 +33361,7 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_GTE", + "name": "accessLevel_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27030,7 +33373,7 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_LT", + "name": "accessLevel_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27042,7 +33385,7 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_LTE", + "name": "accessLevel_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27054,7 +33397,7 @@ "deprecationReason": null }, { - "name": "piEmail_LT", + "name": "accessLevel_LT", "description": null, "type": { "kind": "SCALAR", @@ -27066,7 +33409,7 @@ "deprecationReason": null }, { - "name": "piEmail_LTE", + "name": "accessLevel_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27078,7 +33421,7 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_EQUAL", + "name": "accessLevel_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27090,7 +33433,7 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_GT", + "name": "accessLevel_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27102,7 +33445,7 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_GTE", + "name": "accessLevel_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27114,7 +33457,7 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_LT", + "name": "accessLevel_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27126,7 +33469,7 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_LTE", + "name": "accessLevel_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27138,7 +33481,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_EQUAL", + "name": "billedBy_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27150,7 +33493,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_GT", + "name": "billedBy_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -27162,7 +33505,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_GTE", + "name": "billedBy_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27174,7 +33517,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_LT", + "name": "billedBy_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -27186,7 +33529,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_LTE", + "name": "billedBy_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27198,7 +33541,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_EQUAL", + "name": "billedBy_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27210,7 +33553,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_GT", + "name": "billedBy_GT", "description": null, "type": { "kind": "SCALAR", @@ -27222,7 +33565,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_GTE", + "name": "billedBy_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27234,7 +33577,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_EQUAL", + "name": "billedBy_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27246,7 +33589,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_GT", + "name": "billedBy_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27258,7 +33601,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_GTE", + "name": "billedBy_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27270,7 +33613,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_LT", + "name": "billedBy_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27282,7 +33625,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_LTE", + "name": "billedBy_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27294,7 +33637,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LT", + "name": "billedBy_LT", "description": null, "type": { "kind": "SCALAR", @@ -27306,7 +33649,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_LTE", + "name": "billedBy_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27318,7 +33661,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_EQUAL", + "name": "billedBy_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27330,7 +33673,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_GT", + "name": "billedBy_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27342,7 +33685,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_GTE", + "name": "billedBy_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27354,7 +33697,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_LT", + "name": "billedBy_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27366,7 +33709,7 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_LTE", + "name": "billedBy_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27378,7 +33721,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_EQUAL", + "name": "costCenter_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27390,7 +33733,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_GT", + "name": "costCenter_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -27402,7 +33745,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_GTE", + "name": "costCenter_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27414,7 +33757,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_LT", + "name": "costCenter_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -27426,7 +33769,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_LTE", + "name": "costCenter_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27438,7 +33781,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_EQUAL", + "name": "costCenter_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27450,7 +33793,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_GT", + "name": "costCenter_GT", "description": null, "type": { "kind": "SCALAR", @@ -27462,7 +33805,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_GTE", + "name": "costCenter_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27474,7 +33817,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_EQUAL", + "name": "costCenter_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27486,7 +33829,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_GT", + "name": "costCenter_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27498,7 +33841,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_GTE", + "name": "costCenter_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27510,7 +33853,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_LT", + "name": "costCenter_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27522,7 +33865,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_LTE", + "name": "costCenter_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27534,7 +33877,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LT", + "name": "costCenter_LT", "description": null, "type": { "kind": "SCALAR", @@ -27546,7 +33889,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LTE", + "name": "costCenter_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27558,7 +33901,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_EQUAL", + "name": "costCenter_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27570,7 +33913,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_GT", + "name": "costCenter_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27582,7 +33925,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_GTE", + "name": "costCenter_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27594,7 +33937,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_LT", + "name": "costCenter_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27606,7 +33949,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_LTE", + "name": "costCenter_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27618,7 +33961,7 @@ "deprecationReason": null }, { - "name": "requestJson_AVERAGE_EQUAL", + "name": "custodianInformation_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27630,7 +33973,7 @@ "deprecationReason": null }, { - "name": "requestJson_AVERAGE_GT", + "name": "custodianInformation_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -27642,7 +33985,7 @@ "deprecationReason": null }, { - "name": "requestJson_AVERAGE_GTE", + "name": "custodianInformation_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27654,7 +33997,7 @@ "deprecationReason": null }, { - "name": "requestJson_AVERAGE_LT", + "name": "custodianInformation_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -27666,7 +34009,7 @@ "deprecationReason": null }, { - "name": "requestJson_AVERAGE_LTE", + "name": "custodianInformation_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27678,7 +34021,7 @@ "deprecationReason": null }, { - "name": "requestJson_EQUAL", + "name": "custodianInformation_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27690,7 +34033,7 @@ "deprecationReason": null }, { - "name": "requestJson_GT", + "name": "custodianInformation_GT", "description": null, "type": { "kind": "SCALAR", @@ -27702,7 +34045,7 @@ "deprecationReason": null }, { - "name": "requestJson_GTE", + "name": "custodianInformation_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27714,7 +34057,7 @@ "deprecationReason": null }, { - "name": "requestJson_LONGEST_EQUAL", + "name": "custodianInformation_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -27726,7 +34069,7 @@ "deprecationReason": null }, { - "name": "requestJson_LONGEST_GT", + "name": "custodianInformation_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -27738,7 +34081,7 @@ "deprecationReason": null }, { - "name": "requestJson_LONGEST_GTE", + "name": "custodianInformation_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -27750,7 +34093,7 @@ "deprecationReason": null }, { - "name": "requestJson_LONGEST_LT", + "name": "custodianInformation_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -27762,7 +34105,7 @@ "deprecationReason": null }, { - "name": "requestJson_LONGEST_LTE", + "name": "custodianInformation_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27774,7 +34117,79 @@ "deprecationReason": null }, { - "name": "requestJson_LT", + "name": "custodianInformation_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -27784,85 +34199,170 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompleteTemposHasEventRelationship", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "requestJson_LTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tempo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_SHORTEST_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_SHORTEST_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_SHORTEST_GTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_SHORTEST_LT", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_SHORTEST_LTE", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_EQUAL", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -27870,23 +34370,34 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_GT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteUpdateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "smileRequestId_AVERAGE_GTE", + "name": "date", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -27894,11 +34405,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_LT", + "name": "reason", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -27906,11 +34417,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_LTE", + "name": "result", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -27918,7 +34429,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_EQUAL", + "name": "status", "description": null, "type": { "kind": "SCALAR", @@ -27930,47 +34441,82 @@ "deprecationReason": null }, { - "name": "smileRequestId_GT", + "name": "temposHasEvent", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "smileRequestId_GTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_EQUAL", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_GT", + "name": "date", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -27978,11 +34524,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_GTE", + "name": "date_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -27990,11 +34536,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_LT", + "name": "date_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28002,23 +34548,31 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_LTE", + "name": "date_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_LT", + "name": "date_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28026,11 +34580,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_LTE", + "name": "date_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28038,11 +34592,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_EQUAL", + "name": "date_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28050,23 +34604,31 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_GT", + "name": "date_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_GTE", + "name": "date_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28074,11 +34636,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_LT", + "name": "date_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28086,11 +34648,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_LTE", + "name": "reason", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28098,11 +34660,11 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_EQUAL", + "name": "reason_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28110,11 +34672,11 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_GT", + "name": "reason_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28122,23 +34684,31 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_GTE", + "name": "reason_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand_AVERAGE_LT", + "name": "reason_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28146,11 +34716,11 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_LTE", + "name": "reason_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28158,7 +34728,7 @@ "deprecationReason": null }, { - "name": "strand_EQUAL", + "name": "reason_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -28170,23 +34740,31 @@ "deprecationReason": null }, { - "name": "strand_GT", + "name": "reason_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand_GTE", + "name": "reason_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28194,11 +34772,11 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_EQUAL", + "name": "reason_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28206,11 +34784,11 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_GT", + "name": "result", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28218,11 +34796,11 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_GTE", + "name": "result_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28230,11 +34808,11 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_LT", + "name": "result_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28242,23 +34820,31 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_LTE", + "name": "result_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand_LT", + "name": "result_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28266,11 +34852,11 @@ "deprecationReason": null }, { - "name": "strand_LTE", + "name": "result_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28278,11 +34864,11 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_EQUAL", + "name": "result_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28290,23 +34876,31 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_GT", + "name": "result_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand_SHORTEST_GTE", + "name": "result_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28314,11 +34908,11 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_LT", + "name": "result_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28326,96 +34920,43 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_LTE", + "name": "status", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectHasRequestRequestsRelationship", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", + "name": "status_CONTAINS", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Request", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "status_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestUpdateInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "status_IN", "description": null, "type": { "kind": "LIST", @@ -28424,8 +34965,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -28435,47 +34976,43 @@ "deprecationReason": null }, { - "name": "create", + "name": "status_NOT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_NOT_CONTAINS", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "status_NOT_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "status_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -28484,8 +35021,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsDisconnectFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -28495,11 +35032,11 @@ "deprecationReason": null }, { - "name": "update", + "name": "status_NOT_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsUpdateConnectionInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -28507,34 +35044,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "status_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectOptions", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "limit", + "name": "temposHasEventAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventAggregateInput", "ofType": null }, "defaultValue": null, @@ -28542,11 +35068,11 @@ "deprecationReason": null }, { - "name": "offset", + "name": "temposHasEventConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", "ofType": null }, "defaultValue": null, @@ -28554,187 +35080,125 @@ "deprecationReason": null }, { - "name": "sort", - "description": "Specify one or more ProjectSort objects to sort Projects by. The sorts will be applied in the order in which they are arranged in the array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectRelationInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "hasRequestRequests", + "name": "temposHasEventConnection_NONE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsCreateFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRequestHasRequestRequestsAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "temposHasEventConnection_SINGLE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "temposHasEventConnection_SOME", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "ProjectRequestHasRequestRequestsNodeAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "QcCompleteTemposHasEventConnectionWhere", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectRequestHasRequestRequestsNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "dataAccessEmails", - "description": null, - "args": [], + "name": "temposHasEvent_ALL", + "description": "Return QcCompletes where all of the related Tempos match this filter", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystEmail", - "description": null, - "args": [], + "name": "temposHasEvent_NONE", + "description": "Return QcCompletes where none of the related Tempos match this filter", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystName", - "description": null, - "args": [], + "name": "temposHasEvent_SINGLE", + "description": "Return QcCompletes where one of the related Tempos match this filter", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel", - "description": null, - "args": [], + "name": "temposHasEvent_SOME", + "description": "Return QcCompletes where some of the related Tempos match this filter", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "QcCompletesConnection", + "description": null, + "fields": [ { - "name": "igoProjectId", + "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcCompleteEdge", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId", + "name": "pageInfo", "description": null, "args": [], "type": { @@ -28742,7 +35206,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "PageInfo", "ofType": null } }, @@ -28750,47 +35214,104 @@ "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Query", + "description": null, + "fields": [ { - "name": "investigatorName", + "name": "bamCompletes", "description": null, - "args": [], + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "BamComplete", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "bamCompletesAggregate", "description": null, - "args": [], + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "BamCompleteAggregateSelection", "ofType": null } }, @@ -28798,15 +35319,68 @@ "deprecationReason": null }, { - "name": "labHeadName", + "name": "bamCompletesConnection", "description": null, - "args": [], + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "BamCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "BamCompletesConnection", "ofType": null } }, @@ -28814,31 +35388,77 @@ "deprecationReason": null }, { - "name": "libraryType", + "name": "cohortCompletes", "description": null, - "args": [], + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CohortComplete", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "cohortCompletesAggregate", "description": null, - "args": [], + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "CohortCompleteAggregateSelection", "ofType": null } }, @@ -28846,31 +35466,68 @@ "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "cohortCompletesConnection", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "piEmail", - "description": null, - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "CohortCompletesConnection", "ofType": null } }, @@ -28878,63 +35535,77 @@ "deprecationReason": null }, { - "name": "projectManagerName", + "name": "cohorts", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "qcAccessEmails", - "description": null, - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Cohort", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson", + "name": "cohortsAggregate", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "smileRequestId", - "description": null, - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "CohortAggregateSelection", "ofType": null } }, @@ -28942,557 +35613,1026 @@ "deprecationReason": null }, { - "name": "strand", + "name": "cohortsConnection", "description": null, - "args": [], + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", + "name": "CohortsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectSort", - "description": "Fields to sort Projects by. The order in which sorts are applied is not guaranteed when specifying many fields in one ProjectSort object.", - "fields": null, - "inputFields": [ - { - "name": "igoProjectId", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "namespace", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectUpdateInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "hasRequestRequests", + "name": "mafCompletes", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "options", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsUpdateFieldInput", + "name": "MafCompleteOptions", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "igoProjectId", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MafComplete", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "mafCompletesAggregate", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "where", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "MafCompleteWhere", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequestsAggregate", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsAggregateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequestsConnection_ALL", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequestsConnection_NONE", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequestsConnection_SINGLE", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequestsConnection_SOME", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectHasRequestRequestsConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequests_ALL", - "description": "Return Projects where all of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequests_NONE", - "description": "Return Projects where none of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequests_SINGLE", - "description": "Return Projects where one of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasRequestRequests_SOME", - "description": "Return Projects where some of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "igoProjectId", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "igoProjectId_CONTAINS", - "description": null, + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MafCompleteAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_ENDS_WITH", + "name": "mafCompletesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "MafCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MafCompletesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_IN", + "name": "patientAliases", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAlias", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_NOT", + "name": "patientAliasesAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAliasAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_NOT_CONTAINS", + "name": "patientAliasesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAliasesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_NOT_ENDS_WITH", + "name": "patientIdsTriplets", "description": null, + "args": [ + { + "name": "patientIds", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientIdsTriplet", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_NOT_IN", + "name": "patients", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Patient", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_NOT_STARTS_WITH", + "name": "patientsAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_STARTS_WITH", + "name": "patientsConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PatientSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PatientsConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "projects", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_CONTAINS", + "name": "projectsAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_ENDS_WITH", + "name": "projectsConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProjectsConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_IN", + "name": "qcCompletes", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcComplete", + "ofType": null + } } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_NOT_CONTAINS", + "name": "qcCompletesAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcCompleteAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_NOT_ENDS_WITH", + "name": "qcCompletesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcCompletesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_NOT_IN", + "name": "requestMetadata", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadata", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_NOT_STARTS_WITH", + "name": "requestMetadataAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadataAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_STARTS_WITH", + "name": "requestMetadataConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadataConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ProjectsConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "requests", "description": null, - "args": [], + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, @@ -29504,7 +36644,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectEdge", + "name": "Request", "ofType": null } } @@ -29514,15 +36654,28 @@ "deprecationReason": null }, { - "name": "pageInfo", + "name": "requestsAggregate", "description": null, - "args": [], + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "PageInfo", + "name": "RequestAggregateSelection", "ofType": null } }, @@ -29530,42 +36683,68 @@ "deprecationReason": null }, { - "name": "totalCount", + "name": "requestsConnection", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "QcComplete", - "description": null, - "fields": [ - { - "name": "date", - "description": null, - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "RequestsConnection", "ofType": null } }, @@ -29573,31 +36752,77 @@ "deprecationReason": null }, { - "name": "reason", + "name": "sampleAliases", "description": null, - "args": [], + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAlias", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "result", + "name": "sampleAliasesAggregate", "description": null, - "args": [], + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleAliasAggregateSelection", "ofType": null } }, @@ -29605,15 +36830,68 @@ "deprecationReason": null }, { - "name": "status", + "name": "sampleAliasesConnection", "description": null, - "args": [], + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleAliasesConnection", "ofType": null } }, @@ -29621,27 +36899,15 @@ "deprecationReason": null }, { - "name": "temposHasEvent", + "name": "sampleMetadata", "description": null, "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "TempoOptions", + "name": "SampleMetadataOptions", "ofType": null }, "defaultValue": null, @@ -29653,7 +36919,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "name": "SampleMetadataWhere", "ofType": null }, "defaultValue": null, @@ -29672,7 +36938,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Tempo", + "name": "SampleMetadata", "ofType": null } } @@ -29682,27 +36948,15 @@ "deprecationReason": null }, { - "name": "temposHasEventAggregate", + "name": "sampleMetadataAggregate", "description": null, "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "name": "SampleMetadataWhere", "ofType": null }, "defaultValue": null, @@ -29711,15 +36965,19 @@ } ], "type": { - "kind": "OBJECT", - "name": "QcCompleteTempoTemposHasEventAggregationSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleMetadataAggregateSelection", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventConnection", + "name": "sampleMetadataConnection", "description": null, "args": [ { @@ -29734,18 +36992,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, { "name": "first", "description": null, @@ -29759,742 +37005,524 @@ "deprecationReason": null }, { - "name": "where", + "name": "sort", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataSort", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcCompleteTemposHasEventConnection", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "QcCompleteAggregateSelection", - "description": null, - "fields": [ - { - "name": "count", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reason", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "result", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteConnectInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "temposHasEvent", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteConnectWhere", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteCreateInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "date", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reason", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "result", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "temposHasEvent", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventFieldInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteDeleteInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "temposHasEvent", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventDeleteFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteDisconnectInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "temposHasEvent", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventDisconnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "QcCompleteEdge", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "node", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcComplete", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteOptions", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": "Specify one or more QcCompleteSort objects to sort QcCompletes by. The sorts will be applied in the order in which they are arranged in the array.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteRelationInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "temposHasEvent", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + }, + { + "name": "where", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventCreateFieldInput", + "name": "SampleMetadataWhere", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteSort", - "description": "Fields to sort QcCompletes by. The order in which sorts are applied is not guaranteed when specifying many fields in one QcCompleteSort object.", - "fields": null, - "inputFields": [ - { - "name": "date", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reason", - "description": null, + ], "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleMetadataConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result", + "name": "samples", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "QcCompleteTempoTemposHasEventAggregationSelection", - "description": null, - "fields": [ - { - "name": "count", + "name": "samplesAggregate", "description": null, - "args": [], + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "SampleAggregateSelection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "samplesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventAggregateInput", - "ofType": null - } + "kind": "OBJECT", + "name": "SamplesConnection", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "statuses", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventAggregateInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Status", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "statusesAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StatusAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_GT", + "name": "statusesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "StatusSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StatusesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_GTE", + "name": "tempos", "description": null, + "args": [ + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tempo", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_LT", + "name": "temposAggregate", "description": null, + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TempoAggregateSelection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_LTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", + "name": "temposConnection", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSort", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "TempoConnectInput", + "name": "TempoWhere", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, + ], "type": { - "kind": "INPUT_OBJECT", - "name": "TempoConnectWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TemposConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "QcCompleteTemposHasEventConnection", + "name": "Request", "description": null, "fields": [ { - "name": "edges", + "name": "bicAnalysis", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcCompleteTemposHasEventRelationship", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "dataAccessEmails", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -30502,7 +37530,7 @@ "deprecationReason": null }, { - "name": "totalCount", + "name": "dataAnalystEmail", "description": null, "args": [], "type": { @@ -30510,249 +37538,413 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "dataAnalystName", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "genePanel", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "hasMetadataRequestMetadata", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadata", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node_NOT", + "name": "hasMetadataRequestMetadataAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "OBJECT", + "name": "RequestRequestMetadataHasMetadataRequestMetadataAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "hasMetadataRequestMetadataConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoCreateInput", + "kind": "OBJECT", + "name": "RequestHasMetadataRequestMetadataConnection", "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "delete", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDeleteInput", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "disconnect", + "name": "hasSampleSamples", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDisconnectInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "hasSampleSamplesAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", + "kind": "OBJECT", + "name": "RequestSampleHasSampleSamplesAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "hasSampleSamplesConnection", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectFieldInput", + "name": "RequestHasSampleSamplesConnectionWhere", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventCreateFieldInput", - "ofType": null - } + "kind": "OBJECT", + "name": "RequestHasSampleSamplesConnection", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "QcCompleteTemposHasEventRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "igoProjectId", "description": null, "args": [], "type": { @@ -30768,736 +37960,781 @@ "deprecationReason": null }, { - "name": "node", + "name": "igoRequestId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Tempo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "investigatorEmail", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "investigatorName", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventCreateFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "isCmoRequest", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventDeleteFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "labHeadEmail", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventDisconnectFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventUpdateConnectionInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteUpdateInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "date", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason", + "name": "labHeadName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result", + "name": "libraryType", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEvent", + "name": "otherContactEmails", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventUpdateFieldInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "piEmail", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "pooledNormals", "description": null, + "args": [], "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_ENDS_WITH", + "name": "projectManagerName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_IN", + "name": "projectsHasRequest", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Project", + "ofType": null + } } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT_ENDS_WITH", + "name": "projectsHasRequestAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "RequestProjectProjectsHasRequestAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_NOT_IN", + "name": "projectsHasRequestConnection", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "after", + "description": null, + "type": { "kind": "SCALAR", "name": "String", "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date_NOT_STARTS_WITH", - "description": null, + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestProjectsHasRequestConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "date_STARTS_WITH", + "name": "qcAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason", + "name": "requestJson", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_CONTAINS", + "name": "smileRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_ENDS_WITH", + "name": "strand", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestAggregateSelection", + "description": null, + "fields": [ { - "name": "reason_IN", + "name": "count", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_NOT", + "name": "dataAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_NOT_CONTAINS", + "name": "dataAnalystEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_NOT_ENDS_WITH", + "name": "dataAnalystName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_NOT_IN", + "name": "genePanel", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_NOT_STARTS_WITH", + "name": "igoProjectId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason_STARTS_WITH", + "name": "igoRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result", + "name": "investigatorEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_CONTAINS", + "name": "investigatorName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_ENDS_WITH", + "name": "labHeadEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_IN", + "name": "labHeadName", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_NOT", + "name": "libraryType", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_NOT_CONTAINS", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_NOT_ENDS_WITH", + "name": "otherContactEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_NOT_IN", + "name": "piEmail", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_NOT_STARTS_WITH", + "name": "projectManagerName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "result_STARTS_WITH", + "name": "qcAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "requestJson", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_CONTAINS", + "name": "smileRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_ENDS_WITH", + "name": "strand", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_IN", + "name": "hasMetadataRequestMetadata", "description": null, "type": { "kind": "LIST", @@ -31506,8 +38743,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectFieldInput", "ofType": null } } @@ -31517,43 +38754,7 @@ "deprecationReason": null }, { - "name": "status_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status_NOT_ENDS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status_NOT_IN", + "name": "hasSampleSamples", "description": null, "type": { "kind": "LIST", @@ -31562,8 +38763,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectFieldInput", "ofType": null } } @@ -31573,119 +38774,149 @@ "deprecationReason": null }, { - "name": "status_NOT_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "status_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "temposHasEventAggregate", + "name": "projectsHasRequest", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventAggregateInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestConnectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "temposHasEventConnection_ALL", + "name": "node", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "temposHasEventConnection_NONE", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null + "name": "bicAnalysis", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventConnection_SINGLE", + "name": "dataAccessEmails", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEventConnection_SOME", + "name": "dataAnalystEmail", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteTemposHasEventConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEvent_ALL", - "description": "Return QcCompletes where all of the related Tempos match this filter", + "name": "dataAnalystName", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEvent_NONE", - "description": "Return QcCompletes where none of the related Tempos match this filter", + "name": "genePanel", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposHasEvent_SINGLE", - "description": "Return QcCompletes where one of the related Tempos match this filter", + "name": "hasMetadataRequestMetadata", + "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "name": "RequestHasMetadataRequestMetadataFieldInput", "ofType": null }, "defaultValue": null, @@ -31693,1089 +38924,455 @@ "deprecationReason": null }, { - "name": "temposHasEvent_SOME", - "description": "Return QcCompletes where some of the related Tempos match this filter", + "name": "hasSampleSamples", + "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "name": "RequestHasSampleSamplesFieldInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "QcCompletesConnection", - "description": null, - "fields": [ - { - "name": "edges", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcCompleteEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "pageInfo", + "name": "igoProjectId", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "igoRequestId", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Query", - "description": null, - "fields": [ - { - "name": "bamCompletes", - "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BamComplete", - "ofType": null - } - } - } - }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "bamCompletesAggregate", + "name": "investigatorEmail", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "BamCompleteAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "bamCompletesConnection", + "name": "investigatorName", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "BamCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "BamCompletesConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortCompletes", + "name": "isCmoRequest", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CohortComplete", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortCompletesAggregate", + "name": "labHeadEmail", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CohortCompleteAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortCompletesConnection", + "name": "labHeadName", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CohortCompletesConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohorts", + "name": "libraryType", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cohort", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsAggregate", + "name": "namespace", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CohortAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsConnection", + "name": "otherContactEmails", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CohortSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "CohortsConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mafCompletes", + "name": "piEmail", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MafComplete", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mafCompletesAggregate", + "name": "pooledNormals", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MafCompleteAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "mafCompletesConnection", + "name": "projectManagerName", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "MafCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MafCompletesConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliases", + "name": "projectsHasRequest", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PatientAlias", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestFieldInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesAggregate", + "name": "qcAccessEmails", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PatientAliasAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientAliasesConnection", + "name": "requestJson", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PatientAliasesConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientIdsTriplets", + "name": "smileRequestId", "description": null, - "args": [ - { - "name": "patientIds", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PatientIdsTriplet", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patients", + "name": "strand", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestDeleteInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "hasMetadataRequestMetadata", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Patient", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataDeleteFieldInput", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsAggregate", + "name": "hasSampleSamples", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PatientAggregateSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesDeleteFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsConnection", + "name": "projectsHasRequest", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PatientSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PatientsConnection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestDeleteFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projects", + "name": "hasMetadataRequestMetadata", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "RequestHasMetadataRequestMetadataDisconnectFieldInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasSampleSamples", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesDisconnectFieldInput", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsAggregate", + "name": "projectsHasRequest", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "RequestProjectsHasRequestDisconnectFieldInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestEdge", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ProjectAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -32783,397 +39380,202 @@ "deprecationReason": null }, { - "name": "projectsConnection", + "name": "node", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ProjectsConnection", + "name": "Request", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "qcCompletes", + "name": "AND", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcComplete", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataAggregateInput", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcCompletesAggregate", + "name": "OR", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "QcCompleteAggregateSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataAggregateInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcCompletesConnection", + "name": "count", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QcCompletesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadata", + "name": "count_GT", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadata", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataAggregate", + "name": "count_GTE", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataAggregateSelection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataConnection", + "name": "count_LT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requests", + "name": "node", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "name": "RequestMetadataConnectInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataConnectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestHasMetadataRequestMetadataConnection", + "description": null, + "fields": [ + { + "name": "edges", + "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -33185,7 +39587,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Request", + "name": "RequestHasMetadataRequestMetadataRelationship", "ofType": null } } @@ -33195,28 +39597,15 @@ "deprecationReason": null }, { - "name": "requestsAggregate", + "name": "pageInfo", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "RequestAggregateSelection", + "name": "PageInfo", "ofType": null } }, @@ -33224,2006 +39613,1059 @@ "deprecationReason": null }, { - "name": "requestsConnection", + "name": "totalCount", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "RequestsConnection", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleAliases", + "name": "node", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAlias", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesAggregate", + "name": "OR", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SampleAliasAggregateSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesConnection", + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SampleAliasesConnection", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataCreateInput", "ofType": null } }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "delete", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataDeleteInput", + "ofType": null + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleMetadata", + "name": "where", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleMetadata", - "ofType": null - } - } - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataDisconnectInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleMetadataAggregate", + "name": "where", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SampleMetadataAggregateSelection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleMetadataConnection", + "name": "create", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", + "name": "RequestHasMetadataRequestMetadataCreateFieldInput", "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null + } } - ], + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SampleMetadataConnection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "samples", + "name": "OR", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "samplesAggregate", + "name": "igoRequestId_AVERAGE_EQUAL", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAggregateSelection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "samplesConnection", + "name": "igoRequestId_AVERAGE_GT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SamplesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "statuses", + "name": "igoRequestId_AVERAGE_GTE", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Status", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "statusesAggregate", + "name": "igoRequestId_AVERAGE_LT", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StatusAggregateSelection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "statusesConnection", + "name": "igoRequestId_AVERAGE_LTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StatusSort", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StatusesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "tempos", + "name": "igoRequestId_EQUAL", "description": null, - "args": [ - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Tempo", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposAggregate", + "name": "igoRequestId_GT", "description": null, - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TempoAggregateSelection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "temposConnection", + "name": "igoRequestId_GTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TemposConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Request", - "description": null, - "fields": [ + }, { - "name": "bicAnalysis", + "name": "igoRequestId_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "igoRequestId_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAccessEmails", + "name": "igoRequestId_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "igoRequestId_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "igoRequestId_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "igoRequestId_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystName", + "name": "igoRequestId_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel", + "name": "igoRequestId_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataRequestMetadata", + "name": "igoRequestId_SHORTEST_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadata", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataRequestMetadataAggregate", + "name": "igoRequestId_SHORTEST_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "RequestRequestMetadataHasMetadataRequestMetadataAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataRequestMetadataConnection", + "name": "igoRequestId_SHORTEST_LT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestHasMetadataRequestMetadataConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "igoRequestId_SHORTEST_LTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamplesAggregate", + "name": "importDate_AVERAGE_EQUAL", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "RequestSampleHasSampleSamplesAggregationSelection", + "kind": "SCALAR", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamplesConnection", + "name": "importDate_AVERAGE_GT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestHasSampleSamplesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "importDate_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId", + "name": "importDate_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "importDate_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName", + "name": "importDate_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isCmoRequest", + "name": "importDate_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "importDate_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName", + "name": "importDate_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType", + "name": "importDate_LONGEST_GT", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "importDate_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "importDate_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail", + "name": "importDate_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pooledNormals", + "name": "importDate_LT", "description": null, - "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName", + "name": "importDate_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "importDate_SHORTEST_EQUAL", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsHasRequestAggregate", + "name": "importDate_SHORTEST_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "RequestProjectProjectsHasRequestAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsHasRequestConnection", + "name": "importDate_SHORTEST_GTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestProjectsHasRequestConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails", + "name": "importDate_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson", + "name": "importDate_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId", + "name": "requestMetadataJson_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand", + "name": "requestMetadataJson_AVERAGE_GT", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "requestMetadataJson_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAccessEmails", + "name": "requestMetadataJson_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "requestMetadataJson_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystName", + "name": "requestMetadataJson_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel", + "name": "requestMetadataJson_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "requestMetadataJson_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId", + "name": "requestMetadataJson_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "requestMetadataJson_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName", + "name": "requestMetadataJson_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "requestMetadataJson_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName", + "name": "requestMetadataJson_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType", + "name": "requestMetadataJson_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "requestMetadataJson_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "requestMetadataJson_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail", + "name": "requestMetadataJson_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName", + "name": "requestMetadataJson_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails", + "name": "requestMetadataJson_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson", + "name": "requestMetadataJson_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestHasMetadataRequestMetadataRelationship", + "description": null, + "fields": [ { - "name": "smileRequestId", + "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -35231,7 +40673,7 @@ "deprecationReason": null }, { - "name": "strand", + "name": "node", "description": null, "args": [], "type": { @@ -35239,7 +40681,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", + "name": "RequestMetadata", "ofType": null } }, @@ -35254,12 +40696,35 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestConnectInput", + "name": "RequestHasMetadataRequestMetadataUpdateConnectionInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasMetadataRequestMetadata", + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -35279,7 +40744,7 @@ "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -35289,7 +40754,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectFieldInput", + "name": "RequestHasMetadataRequestMetadataCreateFieldInput", "ofType": null } } @@ -35299,7 +40764,7 @@ "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "delete", "description": null, "type": { "kind": "LIST", @@ -35309,7 +40774,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectFieldInput", + "name": "RequestHasMetadataRequestMetadataDeleteFieldInput", "ofType": null } } @@ -35317,55 +40782,21 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestConnectWhere", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestCreateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "bicAnalysis", + "name": "disconnect", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataDisconnectFieldInput", + "ofType": null + } } }, "defaultValue": null, @@ -35373,47 +40804,54 @@ "deprecationReason": null }, { - "name": "dataAccessEmails", + "name": "update", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataUpdateConnectionInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "where", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "dataAnalystName", + "name": "AND", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesAggregateInput", + "ofType": null + } } }, "defaultValue": null, @@ -35421,15 +40859,19 @@ "deprecationReason": null }, { - "name": "genePanel", + "name": "OR", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesAggregateInput", + "ofType": null + } } }, "defaultValue": null, @@ -35437,11 +40879,11 @@ "deprecationReason": null }, { - "name": "hasMetadataRequestMetadata", + "name": "count", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -35449,11 +40891,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "count_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -35461,79 +40903,78 @@ "deprecationReason": null }, { - "name": "igoProjectId", + "name": "count_GTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId", + "name": "count_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "count_LTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName", + "name": "node", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesNodeAggregationWhereInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "isCmoRequest", + "name": "connect", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleConnectInput", + "ofType": null + } } }, "defaultValue": null, @@ -35541,107 +40982,132 @@ "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "where", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleConnectWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestHasSampleSamplesConnection", + "description": null, + "fields": [ { - "name": "labHeadName", + "name": "edges", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestHasSampleSamplesRelationship", + "ofType": null + } + } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "libraryType", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "pageInfo", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "totalCount", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "piEmail", + "name": "node", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleSort", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "pooledNormals", + "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", + "ofType": null + } } }, "defaultValue": null, @@ -35649,15 +41115,19 @@ "deprecationReason": null }, { - "name": "projectManagerName", + "name": "OR", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", + "ofType": null + } } }, "defaultValue": null, @@ -35665,11 +41135,11 @@ "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "node", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestFieldInput", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -35677,59 +41147,73 @@ "deprecationReason": null }, { - "name": "qcAccessEmails", + "name": "node_NOT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson", + "name": "node", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleCreateInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "smileRequestId", + "name": "delete", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -35743,32 +41227,47 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestDeleteInput", + "name": "RequestHasSampleSamplesDisconnectFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasMetadataRequestMetadata", + "name": "disconnect", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataDeleteFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleDisconnectInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -35778,7 +41277,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesDeleteFieldInput", + "name": "RequestHasSampleSamplesConnectFieldInput", "ofType": null } } @@ -35788,7 +41287,7 @@ "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -35798,7 +41297,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestDeleteFieldInput", + "name": "RequestHasSampleSamplesCreateFieldInput", "ofType": null } } @@ -35814,12 +41313,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestDisconnectInput", + "name": "RequestHasSampleSamplesNodeAggregationWhereInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasMetadataRequestMetadata", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -35829,7 +41328,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataDisconnectFieldInput", + "name": "RequestHasSampleSamplesNodeAggregationWhereInput", "ofType": null } } @@ -35839,7 +41338,7 @@ "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -35849,7 +41348,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesDisconnectFieldInput", + "name": "RequestHasSampleSamplesNodeAggregationWhereInput", "ofType": null } } @@ -35859,121 +41358,79 @@ "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "datasource_AVERAGE_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "datasource_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "datasource_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Request", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "datasource_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "datasource_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "datasource_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource_GT", "description": null, "type": { "kind": "SCALAR", @@ -35985,7 +41442,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "datasource_GTE", "description": null, "type": { "kind": "SCALAR", @@ -35997,7 +41454,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "datasource_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36009,7 +41466,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "datasource_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -36021,7 +41478,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "datasource_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36033,207 +41490,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "datasource_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "datasource_LONGEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "datasource_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataConnectWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestHasMetadataRequestMetadataConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "datasource_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestHasMetadataRequestMetadataRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "datasource_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "datasource_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "datasource_SHORTEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataSort", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "datasource_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "datasource_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "sampleCategory_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -36241,61 +41610,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "sampleCategory_AVERAGE_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "sampleCategory_AVERAGE_GTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "sampleCategory_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDeleteInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -36303,34 +41646,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "sampleCategory_AVERAGE_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "sampleCategory_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDisconnectInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -36338,121 +41670,175 @@ "deprecationReason": null }, { - "name": "where", + "name": "sampleCategory_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "sampleCategory_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "sampleCategory_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "sampleCategory_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "sampleCategory_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_EQUAL", + "name": "sampleClass_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36464,7 +41850,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GT", + "name": "sampleClass_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -36476,7 +41862,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GTE", + "name": "sampleClass_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36488,7 +41874,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LT", + "name": "sampleClass_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -36500,7 +41886,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LTE", + "name": "sampleClass_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36512,7 +41898,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_EQUAL", + "name": "sampleClass_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36524,7 +41910,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GT", + "name": "sampleClass_GT", "description": null, "type": { "kind": "SCALAR", @@ -36536,7 +41922,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GTE", + "name": "sampleClass_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36548,7 +41934,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_EQUAL", + "name": "sampleClass_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36560,7 +41946,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GT", + "name": "sampleClass_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -36572,7 +41958,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GTE", + "name": "sampleClass_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36584,7 +41970,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LT", + "name": "sampleClass_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -36596,7 +41982,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LTE", + "name": "sampleClass_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36608,7 +41994,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LT", + "name": "sampleClass_LT", "description": null, "type": { "kind": "SCALAR", @@ -36620,7 +42006,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LTE", + "name": "sampleClass_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36632,7 +42018,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_EQUAL", + "name": "sampleClass_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36644,7 +42030,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GT", + "name": "sampleClass_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -36656,7 +42042,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GTE", + "name": "sampleClass_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36668,7 +42054,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LT", + "name": "sampleClass_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -36680,7 +42066,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LTE", + "name": "sampleClass_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36692,7 +42078,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_EQUAL", + "name": "smileSampleId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36704,7 +42090,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_GT", + "name": "smileSampleId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -36716,7 +42102,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_GTE", + "name": "smileSampleId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36728,7 +42114,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_LT", + "name": "smileSampleId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -36740,7 +42126,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_LTE", + "name": "smileSampleId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36752,7 +42138,7 @@ "deprecationReason": null }, { - "name": "importDate_EQUAL", + "name": "smileSampleId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36764,7 +42150,7 @@ "deprecationReason": null }, { - "name": "importDate_GT", + "name": "smileSampleId_GT", "description": null, "type": { "kind": "SCALAR", @@ -36776,7 +42162,7 @@ "deprecationReason": null }, { - "name": "importDate_GTE", + "name": "smileSampleId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36788,7 +42174,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_EQUAL", + "name": "smileSampleId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36800,7 +42186,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_GT", + "name": "smileSampleId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -36812,7 +42198,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_GTE", + "name": "smileSampleId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36824,7 +42210,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_LT", + "name": "smileSampleId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -36836,7 +42222,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_LTE", + "name": "smileSampleId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36848,7 +42234,7 @@ "deprecationReason": null }, { - "name": "importDate_LT", + "name": "smileSampleId_LT", "description": null, "type": { "kind": "SCALAR", @@ -36860,7 +42246,7 @@ "deprecationReason": null }, { - "name": "importDate_LTE", + "name": "smileSampleId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36872,7 +42258,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_EQUAL", + "name": "smileSampleId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -36884,7 +42270,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_GT", + "name": "smileSampleId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -36896,7 +42282,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_GTE", + "name": "smileSampleId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -36908,7 +42294,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_LT", + "name": "smileSampleId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -36920,7 +42306,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_LTE", + "name": "smileSampleId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -36930,217 +42316,850 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestHasSampleSamplesRelationship", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "requestMetadataJson_AVERAGE_EQUAL", + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadata", + "description": null, + "fields": [ + { + "name": "hasStatusStatuses", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Status", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasStatusStatusesAggregate", + "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "StatusWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "RequestMetadataStatusHasStatusStatusesAggregationSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasStatusStatusesConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadataHasStatusStatusesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_AVERAGE_GT", + "name": "igoRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_AVERAGE_GTE", + "name": "importDate", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_AVERAGE_LT", + "name": "requestMetadataJson", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_AVERAGE_LTE", + "name": "requestsHasMetadata", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Request", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_EQUAL", + "name": "requestsHasMetadataAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "RequestMetadataRequestRequestsHasMetadataAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_GT", + "name": "requestsHasMetadataConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataAggregateSelection", + "description": null, + "fields": [ { - "name": "requestMetadataJson_GTE", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_LONGEST_EQUAL", + "name": "igoRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_LONGEST_GT", + "name": "importDate", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_LONGEST_GTE", + "name": "requestMetadataJson", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestMetadataJson_LONGEST_LT", + "name": "hasStatusStatuses", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_LONGEST_LTE", + "name": "requestsHasMetadata", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataConnectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestMetadataJson_LT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataConnection", + "description": null, + "fields": [ { - "name": "requestMetadataJson_LTE", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadataEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_SHORTEST_EQUAL", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_SHORTEST_GT", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestMetadataJson_SHORTEST_GTE", + "name": "hasStatusStatuses", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesFieldInput", "ofType": null }, "defaultValue": null, @@ -37148,43 +43167,24 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_SHORTEST_LT", + "name": "igoRequestId", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson_SHORTEST_LTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestHasMetadataRequestMetadataRelationship", - "description": null, - "fields": [ - { - "name": "cursor", + "name": "importDate", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -37194,43 +43194,32 @@ "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "requestMetadataJson", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "RequestMetadata", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "requestsHasMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataUpdateInput", + "name": "RequestMetadataRequestsHasMetadataFieldInput", "ofType": null }, "defaultValue": null, @@ -37244,12 +43233,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataUpdateFieldInput", + "name": "RequestMetadataDeleteInput", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "hasStatusStatuses", "description": null, "type": { "kind": "LIST", @@ -37259,7 +43248,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectFieldInput", + "name": "RequestMetadataHasStatusStatusesDeleteFieldInput", "ofType": null } } @@ -37269,7 +43258,7 @@ "deprecationReason": null }, { - "name": "create", + "name": "requestsHasMetadata", "description": null, "type": { "kind": "LIST", @@ -37279,7 +43268,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataCreateFieldInput", + "name": "RequestMetadataRequestsHasMetadataDeleteFieldInput", "ofType": null } } @@ -37287,9 +43276,20 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "delete", + "name": "hasStatusStatuses", "description": null, "type": { "kind": "LIST", @@ -37299,7 +43299,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataDeleteFieldInput", + "name": "RequestMetadataHasStatusStatusesDisconnectFieldInput", "ofType": null } } @@ -37309,7 +43309,7 @@ "deprecationReason": null }, { - "name": "disconnect", + "name": "requestsHasMetadata", "description": null, "type": { "kind": "LIST", @@ -37319,7 +43319,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataDisconnectFieldInput", + "name": "RequestMetadataRequestsHasMetadataDisconnectFieldInput", "ofType": null } } @@ -37327,39 +43327,58 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataEdge", + "description": null, + "fields": [ { - "name": "update", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataUpdateConnectionInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "node", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadata", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesAggregateInput", + "name": "RequestMetadataHasStatusStatusesAggregateInput", "description": null, "fields": null, "inputFields": [ @@ -37374,7 +43393,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesAggregateInput", + "name": "RequestMetadataHasStatusStatusesAggregateInput", "ofType": null } } @@ -37394,7 +43413,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesAggregateInput", + "name": "RequestMetadataHasStatusStatusesAggregateInput", "ofType": null } } @@ -37468,7 +43487,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesNodeAggregationWhereInput", + "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, @@ -37482,7 +43501,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectFieldInput", + "name": "RequestMetadataHasStatusStatusesConnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -37497,7 +43516,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", + "name": "StatusConnectInput", "ofType": null } } @@ -37511,7 +43530,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleConnectWhere", + "name": "StatusConnectWhere", "ofType": null }, "defaultValue": null, @@ -37525,7 +43544,7 @@ }, { "kind": "OBJECT", - "name": "RequestHasSampleSamplesConnection", + "name": "RequestMetadataHasStatusStatusesConnection", "description": null, "fields": [ { @@ -37543,7 +43562,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "RequestHasSampleSamplesRelationship", + "name": "RequestMetadataHasStatusStatusesRelationship", "ofType": null } } @@ -37592,7 +43611,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionSort", + "name": "RequestMetadataHasStatusStatusesConnectionSort", "description": null, "fields": null, "inputFields": [ @@ -37601,7 +43620,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleSort", + "name": "StatusSort", "ofType": null }, "defaultValue": null, @@ -37615,7 +43634,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "description": null, "fields": null, "inputFields": [ @@ -37630,7 +43649,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null } } @@ -37650,7 +43669,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null } } @@ -37664,7 +43683,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "StatusWhere", "ofType": null }, "defaultValue": null, @@ -37676,7 +43695,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "StatusWhere", "ofType": null }, "defaultValue": null, @@ -37690,7 +43709,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesCreateFieldInput", + "name": "RequestMetadataHasStatusStatusesCreateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -37702,7 +43721,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", + "name": "StatusCreateInput", "ofType": null } }, @@ -37717,7 +43736,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesDeleteFieldInput", + "name": "RequestMetadataHasStatusStatusesDeleteFieldInput", "description": null, "fields": null, "inputFields": [ @@ -37726,7 +43745,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", + "name": "StatusDeleteInput", "ofType": null }, "defaultValue": null, @@ -37738,7 +43757,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -37752,7 +43771,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesDisconnectFieldInput", + "name": "RequestMetadataHasStatusStatusesDisconnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -37761,7 +43780,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", + "name": "StatusDisconnectInput", "ofType": null }, "defaultValue": null, @@ -37773,7 +43792,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -37787,7 +43806,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesFieldInput", + "name": "RequestMetadataHasStatusStatusesFieldInput", "description": null, "fields": null, "inputFields": [ @@ -37795,423 +43814,99 @@ "name": "connect", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesCreateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesNodeAggregationWhereInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesNodeAggregationWhereInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_AVERAGE_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_AVERAGE_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_AVERAGE_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_AVERAGE_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_AVERAGE_LTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LONGEST_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LONGEST_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LONGEST_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LONGEST_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LONGEST_LTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_LTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_SHORTEST_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_SHORTEST_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_SHORTEST_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_SHORTEST_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasource_SHORTEST_LTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sampleCategory_AVERAGE_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sampleCategory_AVERAGE_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sampleCategory_AVERAGE_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sampleCategory_AVERAGE_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleCategory_EQUAL", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_GT", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_GTE", + "name": "validationReport_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -38219,11 +43914,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_EQUAL", + "name": "validationReport_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -38231,11 +43926,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GT", + "name": "validationReport_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -38243,11 +43938,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GTE", + "name": "validationReport_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -38255,11 +43950,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LT", + "name": "validationReport_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -38267,11 +43962,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LTE", + "name": "validationReport_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -38279,7 +43974,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LT", + "name": "validationReport_GT", "description": null, "type": { "kind": "SCALAR", @@ -38291,7 +43986,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LTE", + "name": "validationReport_GTE", "description": null, "type": { "kind": "SCALAR", @@ -38303,7 +43998,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_EQUAL", + "name": "validationReport_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -38315,7 +44010,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GT", + "name": "validationReport_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -38327,7 +44022,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GTE", + "name": "validationReport_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -38339,7 +44034,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LT", + "name": "validationReport_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -38351,7 +44046,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LTE", + "name": "validationReport_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -38363,11 +44058,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_EQUAL", + "name": "validationReport_LT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -38375,11 +44070,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GT", + "name": "validationReport_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -38387,11 +44082,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GTE", + "name": "validationReport_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -38399,11 +44094,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LT", + "name": "validationReport_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -38411,11 +44106,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LTE", + "name": "validationReport_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -38423,11 +44118,11 @@ "deprecationReason": null }, { - "name": "sampleClass_EQUAL", + "name": "validationReport_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -38435,7 +44130,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GT", + "name": "validationReport_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -38445,97 +44140,170 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataHasStatusStatusesRelationship", + "description": null, + "fields": [ { - "name": "sampleClass_GTE", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_EQUAL", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Status", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_LONGEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "StatusUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_LONGEST_GTE", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LT", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LT", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LTE", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -38543,19 +44311,30 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_EQUAL", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_SHORTEST_GT", + "name": "limit", "description": null, "type": { "kind": "SCALAR", @@ -38567,7 +44346,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GTE", + "name": "offset", "description": null, "type": { "kind": "SCALAR", @@ -38579,289 +44358,407 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LT", - "description": null, + "name": "sort", + "description": "Specify one or more RequestMetadataSort objects to sort RequestMetadata by. The sorts will be applied in the order in which they are arranged in the array.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRelationInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_SHORTEST_LTE", + "name": "hasStatusStatuses", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_EQUAL", + "name": "requestsHasMetadata", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataRequestRequestsHasMetadataAggregationSelection", + "description": null, + "fields": [ { - "name": "smileSampleId_AVERAGE_GT", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "RequestMetadataRequestRequestsHasMetadataNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataRequestRequestsHasMetadataNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "smileSampleId_AVERAGE_LT", + "name": "dataAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LTE", + "name": "dataAnalystEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_EQUAL", + "name": "dataAnalystName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_GT", + "name": "genePanel", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_GTE", + "name": "igoProjectId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_EQUAL", + "name": "igoRequestId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GT", + "name": "investigatorEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GTE", + "name": "investigatorName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LT", + "name": "labHeadEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LTE", + "name": "labHeadName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LT", + "name": "libraryType", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LTE", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_EQUAL", + "name": "otherContactEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GT", + "name": "piEmail", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GTE", + "name": "projectManagerName", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LT", + "name": "qcAccessEmails", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LTE", + "name": "requestJson", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestHasSampleSamplesRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "smileRequestId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -38869,7 +44766,7 @@ "deprecationReason": null }, { - "name": "node", + "name": "strand", "description": null, "args": [], "type": { @@ -38877,7 +44774,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sample", + "name": "StringAggregateSelectionNullable", "ofType": null } }, @@ -38892,35 +44789,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleUpdateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesUpdateFieldInput", + "name": "RequestMetadataRequestsHasMetadataAggregateInput", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -38930,7 +44804,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectFieldInput", + "name": "RequestMetadataRequestsHasMetadataAggregateInput", "ofType": null } } @@ -38940,7 +44814,7 @@ "deprecationReason": null }, { - "name": "create", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -38950,7 +44824,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesCreateFieldInput", + "name": "RequestMetadataRequestsHasMetadataAggregateInput", "ofType": null } } @@ -38960,51 +44834,35 @@ "deprecationReason": null }, { - "name": "delete", + "name": "count", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "count_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "count_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesUpdateConnectionInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -39012,11 +44870,35 @@ "deprecationReason": null }, { - "name": "where", + "name": "count_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, @@ -39029,203 +44911,87 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "RequestMetadata", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "hasStatusStatuses", + "name": "connect", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Status", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestConnectInput", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasStatusStatusesAggregate", + "name": "where", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "RequestMetadataStatusHasStatusStatusesAggregationSelection", + "kind": "INPUT_OBJECT", + "name": "RequestConnectWhere", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnection", + "description": null, + "fields": [ { - "name": "hasStatusStatusesConnection", + "name": "edges", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataHasStatusStatusesConnection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestMetadataRequestsHasMetadataRelationship", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId", + "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } }, @@ -39233,7 +44999,7 @@ "deprecationReason": null }, { - "name": "importDate", + "name": "totalCount", "description": null, "args": [], "type": { @@ -39241,301 +45007,222 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestMetadataJson", + "name": "node", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "RequestSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadata", + "name": "OR", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Request", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadataAggregate", + "name": "node", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "RequestMetadataRequestRequestsHasMetadataAggregationSelection", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadataConnection", + "name": "node_NOT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnection", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "RequestMetadataAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "count", + "name": "node", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestCreateInput", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "igoRequestId", + "name": "delete", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestDeleteInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "importDate", + "name": "where", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "disconnect", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestDisconnectInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson", + "name": "where", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "RequestMetadataConnectInput", + "name": "RequestMetadataRequestsHasMetadataFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasStatusStatuses", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -39545,7 +45232,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectFieldInput", + "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", "ofType": null } } @@ -39555,7 +45242,7 @@ "deprecationReason": null }, { - "name": "requestsHasMetadata", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -39565,7 +45252,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", + "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", "ofType": null } } @@ -39581,110 +45268,284 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestMetadataConnectWhere", + "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", "description": null, "fields": null, "inputFields": [ { - "name": "node", + "name": "AND", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", + "ofType": null + } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataConnection", - "description": null, - "fields": [ + }, + { + "name": "dataAccessEmails_AVERAGE_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataAccessEmails_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "edges", + "name": "dataAccessEmails_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataEdge", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "dataAccessEmails_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "dataAccessEmails_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataCreateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasStatusStatuses", + "name": "dataAccessEmails_SHORTEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -39692,263 +45553,151 @@ "deprecationReason": null }, { - "name": "igoRequestId", + "name": "dataAnalystEmail_AVERAGE_EQUAL", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "importDate", + "name": "dataAnalystEmail_AVERAGE_GT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson", + "name": "dataAnalystEmail_AVERAGE_GTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadata", + "name": "dataAnalystEmail_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataFieldInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDeleteInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasStatusStatuses", + "name": "dataAnalystEmail_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadata", + "name": "dataAnalystEmail_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataDisconnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasStatusStatuses", + "name": "dataAnalystEmail_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadata", + "name": "dataAnalystEmail_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "dataAnalystEmail_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "dataAnalystEmail_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadata", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "dataAnalystEmail_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "dataAnalystEmail_LONGEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "dataAnalystEmail_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -39960,7 +45709,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "dataAnalystEmail_LT", "description": null, "type": { "kind": "SCALAR", @@ -39972,7 +45721,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "dataAnalystEmail_LTE", "description": null, "type": { "kind": "SCALAR", @@ -39984,7 +45733,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "dataAnalystEmail_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -39996,7 +45745,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "dataAnalystEmail_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -40008,207 +45757,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "dataAnalystEmail_SHORTEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "dataAnalystEmail_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StatusConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "dataAnalystEmail_SHORTEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusConnectWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataHasStatusStatusesConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "dataAnalystName_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataHasStatusStatusesRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "dataAnalystName_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "dataAnalystName_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "dataAnalystName_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusSort", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "dataAnalystName_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "dataAnalystName_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "dataAnalystName_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -40216,61 +45877,47 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "dataAnalystName_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, + { + "name": "dataAnalystName_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "node", + "name": "dataAnalystName_LONGEST_GT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StatusCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "dataAnalystName_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -40278,34 +45925,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "dataAnalystName_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "dataAnalystName_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -40313,125 +45949,71 @@ "deprecationReason": null }, { - "name": "where", + "name": "dataAnalystName_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "dataAnalystName_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "dataAnalystName_SHORTEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "dataAnalystName_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "dataAnalystName_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "validationReport_AVERAGE_EQUAL", + "name": "dataAnalystName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -40439,11 +46021,11 @@ "deprecationReason": null }, { - "name": "validationReport_AVERAGE_GT", + "name": "dataAnalystName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -40451,7 +46033,7 @@ "deprecationReason": null }, { - "name": "validationReport_AVERAGE_GTE", + "name": "genePanel_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -40463,7 +46045,7 @@ "deprecationReason": null }, { - "name": "validationReport_AVERAGE_LT", + "name": "genePanel_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -40475,7 +46057,7 @@ "deprecationReason": null }, { - "name": "validationReport_AVERAGE_LTE", + "name": "genePanel_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -40487,11 +46069,11 @@ "deprecationReason": null }, { - "name": "validationReport_EQUAL", + "name": "genePanel_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -40499,11 +46081,11 @@ "deprecationReason": null }, { - "name": "validationReport_GT", + "name": "genePanel_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -40511,11 +46093,11 @@ "deprecationReason": null }, { - "name": "validationReport_GTE", + "name": "genePanel_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -40523,7 +46105,7 @@ "deprecationReason": null }, { - "name": "validationReport_LONGEST_EQUAL", + "name": "genePanel_GT", "description": null, "type": { "kind": "SCALAR", @@ -40535,7 +46117,7 @@ "deprecationReason": null }, { - "name": "validationReport_LONGEST_GT", + "name": "genePanel_GTE", "description": null, "type": { "kind": "SCALAR", @@ -40547,7 +46129,7 @@ "deprecationReason": null }, { - "name": "validationReport_LONGEST_GTE", + "name": "genePanel_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -40559,7 +46141,7 @@ "deprecationReason": null }, { - "name": "validationReport_LONGEST_LT", + "name": "genePanel_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -40571,7 +46153,7 @@ "deprecationReason": null }, { - "name": "validationReport_LONGEST_LTE", + "name": "genePanel_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -40583,7 +46165,7 @@ "deprecationReason": null }, { - "name": "validationReport_LT", + "name": "genePanel_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -40595,7 +46177,7 @@ "deprecationReason": null }, { - "name": "validationReport_LTE", + "name": "genePanel_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -40607,7 +46189,7 @@ "deprecationReason": null }, { - "name": "validationReport_SHORTEST_EQUAL", + "name": "genePanel_LT", "description": null, "type": { "kind": "SCALAR", @@ -40619,7 +46201,7 @@ "deprecationReason": null }, { - "name": "validationReport_SHORTEST_GT", + "name": "genePanel_LTE", "description": null, "type": { "kind": "SCALAR", @@ -40631,7 +46213,7 @@ "deprecationReason": null }, { - "name": "validationReport_SHORTEST_GTE", + "name": "genePanel_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -40643,7 +46225,7 @@ "deprecationReason": null }, { - "name": "validationReport_SHORTEST_LT", + "name": "genePanel_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -40655,7 +46237,7 @@ "deprecationReason": null }, { - "name": "validationReport_SHORTEST_LTE", + "name": "genePanel_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -40665,170 +46247,97 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataHasStatusStatusesRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "genePanel_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "genePanel_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Status", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "igoProjectId_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusUpdateInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "igoProjectId_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "igoProjectId_AVERAGE_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "igoProjectId_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "igoProjectId_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "igoProjectId_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesUpdateConnectionInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -40836,30 +46345,19 @@ "deprecationReason": null }, { - "name": "where", + "name": "igoProjectId_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataOptions", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "limit", + "name": "igoProjectId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -40871,7 +46369,7 @@ "deprecationReason": null }, { - "name": "offset", + "name": "igoProjectId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -40883,483 +46381,319 @@ "deprecationReason": null }, { - "name": "sort", - "description": "Specify one or more RequestMetadataSort objects to sort RequestMetadata by. The sorts will be applied in the order in which they are arranged in the array.", + "name": "igoProjectId_LONGEST_GT", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataSort", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRelationInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasStatusStatuses", + "name": "igoProjectId_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasMetadata", + "name": "igoProjectId_LONGEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataRequestRequestsHasMetadataAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "igoProjectId_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "igoProjectId_LT", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "RequestMetadataRequestRequestsHasMetadataNodeAggregateSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataRequestRequestsHasMetadataNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "dataAccessEmails", + "name": "igoProjectId_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "igoProjectId_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAnalystName", + "name": "igoProjectId_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel", + "name": "igoProjectId_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "igoProjectId_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId", + "name": "igoProjectId_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "igoRequestId_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName", + "name": "igoRequestId_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "igoRequestId_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName", + "name": "igoRequestId_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType", + "name": "igoRequestId_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "igoRequestId_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "igoRequestId_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail", + "name": "igoRequestId_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName", + "name": "igoRequestId_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails", + "name": "igoRequestId_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson", + "name": "igoRequestId_LONGEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId", + "name": "igoRequestId_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand", + "name": "igoRequestId_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "igoRequestId_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "igoRequestId_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "igoRequestId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -41371,7 +46705,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "igoRequestId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -41383,7 +46717,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "igoRequestId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -41395,7 +46729,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "igoRequestId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -41407,7 +46741,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "igoRequestId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -41419,207 +46753,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "investigatorEmail_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "investigatorEmail_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "investigatorEmail_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestConnectWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "investigatorEmail_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestMetadataRequestsHasMetadataRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "investigatorEmail_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "investigatorEmail_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "investigatorEmail_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestSort", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "investigatorEmail_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "investigatorEmail_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "investigatorEmail_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -41627,61 +46873,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "investigatorEmail_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "investigatorEmail_LONGEST_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + "deprecationReason": null + }, { - "name": "delete", + "name": "investigatorEmail_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -41689,34 +46909,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "investigatorEmail_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "investigatorEmail_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -41724,121 +46933,67 @@ "deprecationReason": null }, { - "name": "where", + "name": "investigatorEmail_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "investigatorEmail_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "investigatorEmail_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "investigatorEmail_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "investigatorEmail_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_EQUAL", + "name": "investigatorName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -41850,7 +47005,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_GT", + "name": "investigatorName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -41862,7 +47017,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_GTE", + "name": "investigatorName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -41874,7 +47029,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_LT", + "name": "investigatorName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -41886,7 +47041,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_AVERAGE_LTE", + "name": "investigatorName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -41898,7 +47053,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_EQUAL", + "name": "investigatorName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -41910,7 +47065,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_GT", + "name": "investigatorName_GT", "description": null, "type": { "kind": "SCALAR", @@ -41922,7 +47077,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_GTE", + "name": "investigatorName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -41934,7 +47089,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_EQUAL", + "name": "investigatorName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -41946,7 +47101,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_GT", + "name": "investigatorName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -41958,7 +47113,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_GTE", + "name": "investigatorName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -41970,7 +47125,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_LT", + "name": "investigatorName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -41982,7 +47137,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LONGEST_LTE", + "name": "investigatorName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -41994,7 +47149,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LT", + "name": "investigatorName_LT", "description": null, "type": { "kind": "SCALAR", @@ -42006,7 +47161,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_LTE", + "name": "investigatorName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42018,7 +47173,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_EQUAL", + "name": "investigatorName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42030,7 +47185,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_GT", + "name": "investigatorName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42042,7 +47197,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_GTE", + "name": "investigatorName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42054,7 +47209,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_LT", + "name": "investigatorName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42066,7 +47221,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_SHORTEST_LTE", + "name": "investigatorName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42078,7 +47233,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_EQUAL", + "name": "labHeadEmail_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42090,7 +47245,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_GT", + "name": "labHeadEmail_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -42102,7 +47257,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_GTE", + "name": "labHeadEmail_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42114,7 +47269,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_LT", + "name": "labHeadEmail_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -42126,7 +47281,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_AVERAGE_LTE", + "name": "labHeadEmail_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42138,7 +47293,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_EQUAL", + "name": "labHeadEmail_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42150,7 +47305,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_GT", + "name": "labHeadEmail_GT", "description": null, "type": { "kind": "SCALAR", @@ -42162,7 +47317,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_GTE", + "name": "labHeadEmail_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42174,7 +47329,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_EQUAL", + "name": "labHeadEmail_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42186,7 +47341,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_GT", + "name": "labHeadEmail_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42198,7 +47353,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_GTE", + "name": "labHeadEmail_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42210,7 +47365,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_LT", + "name": "labHeadEmail_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42222,7 +47377,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LONGEST_LTE", + "name": "labHeadEmail_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42234,7 +47389,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LT", + "name": "labHeadEmail_LT", "description": null, "type": { "kind": "SCALAR", @@ -42246,7 +47401,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_LTE", + "name": "labHeadEmail_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42258,7 +47413,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_EQUAL", + "name": "labHeadEmail_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42270,7 +47425,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_GT", + "name": "labHeadEmail_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42282,7 +47437,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_GTE", + "name": "labHeadEmail_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42294,7 +47449,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_LT", + "name": "labHeadEmail_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42306,7 +47461,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_SHORTEST_LTE", + "name": "labHeadEmail_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42318,7 +47473,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_EQUAL", + "name": "labHeadName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42330,7 +47485,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_GT", + "name": "labHeadName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -42342,7 +47497,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_GTE", + "name": "labHeadName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42354,7 +47509,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_LT", + "name": "labHeadName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -42366,7 +47521,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_AVERAGE_LTE", + "name": "labHeadName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42378,7 +47533,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_EQUAL", + "name": "labHeadName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42390,7 +47545,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_GT", + "name": "labHeadName_GT", "description": null, "type": { "kind": "SCALAR", @@ -42402,7 +47557,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_GTE", + "name": "labHeadName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42414,7 +47569,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_EQUAL", + "name": "labHeadName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42426,7 +47581,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_GT", + "name": "labHeadName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42438,7 +47593,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_GTE", + "name": "labHeadName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42450,7 +47605,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_LT", + "name": "labHeadName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42462,7 +47617,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LONGEST_LTE", + "name": "labHeadName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42474,7 +47629,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LT", + "name": "labHeadName_LT", "description": null, "type": { "kind": "SCALAR", @@ -42486,7 +47641,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_LTE", + "name": "labHeadName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42498,7 +47653,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_EQUAL", + "name": "labHeadName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42510,7 +47665,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_GT", + "name": "labHeadName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42522,7 +47677,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_GTE", + "name": "labHeadName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42534,7 +47689,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_LT", + "name": "labHeadName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42546,7 +47701,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_SHORTEST_LTE", + "name": "labHeadName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42558,7 +47713,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_EQUAL", + "name": "libraryType_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42570,7 +47725,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_GT", + "name": "libraryType_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -42582,7 +47737,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_GTE", + "name": "libraryType_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42594,7 +47749,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_LT", + "name": "libraryType_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -42606,7 +47761,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_LTE", + "name": "libraryType_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42618,7 +47773,7 @@ "deprecationReason": null }, { - "name": "genePanel_EQUAL", + "name": "libraryType_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42630,7 +47785,7 @@ "deprecationReason": null }, { - "name": "genePanel_GT", + "name": "libraryType_GT", "description": null, "type": { "kind": "SCALAR", @@ -42642,7 +47797,7 @@ "deprecationReason": null }, { - "name": "genePanel_GTE", + "name": "libraryType_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42654,7 +47809,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_EQUAL", + "name": "libraryType_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42666,7 +47821,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_GT", + "name": "libraryType_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42678,7 +47833,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_GTE", + "name": "libraryType_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42690,7 +47845,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_LT", + "name": "libraryType_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42702,7 +47857,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_LTE", + "name": "libraryType_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42714,7 +47869,7 @@ "deprecationReason": null }, { - "name": "genePanel_LT", + "name": "libraryType_LT", "description": null, "type": { "kind": "SCALAR", @@ -42726,7 +47881,7 @@ "deprecationReason": null }, { - "name": "genePanel_LTE", + "name": "libraryType_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42738,7 +47893,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_EQUAL", + "name": "libraryType_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42750,7 +47905,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_GT", + "name": "libraryType_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42762,7 +47917,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_GTE", + "name": "libraryType_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42774,7 +47929,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_LT", + "name": "libraryType_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42786,7 +47941,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_LTE", + "name": "libraryType_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42798,7 +47953,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_EQUAL", + "name": "namespace_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42810,7 +47965,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_GT", + "name": "namespace_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -42822,7 +47977,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_GTE", + "name": "namespace_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42834,7 +47989,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_LT", + "name": "namespace_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -42846,7 +48001,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_LTE", + "name": "namespace_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42858,7 +48013,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_EQUAL", + "name": "namespace_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42870,7 +48025,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_GT", + "name": "namespace_GT", "description": null, "type": { "kind": "SCALAR", @@ -42882,7 +48037,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_GTE", + "name": "namespace_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42894,7 +48049,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_EQUAL", + "name": "namespace_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42906,7 +48061,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_GT", + "name": "namespace_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -42918,7 +48073,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_GTE", + "name": "namespace_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -42930,7 +48085,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_LT", + "name": "namespace_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -42942,7 +48097,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_LTE", + "name": "namespace_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42954,7 +48109,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LT", + "name": "namespace_LT", "description": null, "type": { "kind": "SCALAR", @@ -42966,7 +48121,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_LTE", + "name": "namespace_LTE", "description": null, "type": { "kind": "SCALAR", @@ -42978,7 +48133,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_EQUAL", + "name": "namespace_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -42990,7 +48145,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_GT", + "name": "namespace_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43002,7 +48157,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_GTE", + "name": "namespace_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43014,7 +48169,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_LT", + "name": "namespace_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43026,7 +48181,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_LTE", + "name": "namespace_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43038,7 +48193,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_EQUAL", + "name": "otherContactEmails_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43050,7 +48205,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GT", + "name": "otherContactEmails_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -43062,7 +48217,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GTE", + "name": "otherContactEmails_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43074,7 +48229,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LT", + "name": "otherContactEmails_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -43086,7 +48241,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LTE", + "name": "otherContactEmails_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43098,7 +48253,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_EQUAL", + "name": "otherContactEmails_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43110,7 +48265,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GT", + "name": "otherContactEmails_GT", "description": null, "type": { "kind": "SCALAR", @@ -43122,7 +48277,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GTE", + "name": "otherContactEmails_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43134,7 +48289,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_EQUAL", + "name": "otherContactEmails_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43146,7 +48301,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GT", + "name": "otherContactEmails_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43158,7 +48313,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GTE", + "name": "otherContactEmails_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43170,7 +48325,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LT", + "name": "otherContactEmails_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43182,7 +48337,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LTE", + "name": "otherContactEmails_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43194,7 +48349,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LT", + "name": "otherContactEmails_LT", "description": null, "type": { "kind": "SCALAR", @@ -43206,7 +48361,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LTE", + "name": "otherContactEmails_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43218,7 +48373,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_EQUAL", + "name": "otherContactEmails_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43230,7 +48385,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GT", + "name": "otherContactEmails_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43242,7 +48397,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GTE", + "name": "otherContactEmails_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43254,7 +48409,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LT", + "name": "otherContactEmails_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43266,7 +48421,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LTE", + "name": "otherContactEmails_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43278,7 +48433,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_AVERAGE_EQUAL", + "name": "piEmail_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43290,7 +48445,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_AVERAGE_GT", + "name": "piEmail_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -43302,7 +48457,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_AVERAGE_GTE", + "name": "piEmail_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43314,7 +48469,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_AVERAGE_LT", + "name": "piEmail_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -43326,7 +48481,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_AVERAGE_LTE", + "name": "piEmail_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43338,7 +48493,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_EQUAL", + "name": "piEmail_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43350,7 +48505,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_GT", + "name": "piEmail_GT", "description": null, "type": { "kind": "SCALAR", @@ -43362,7 +48517,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_GTE", + "name": "piEmail_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43374,7 +48529,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_EQUAL", + "name": "piEmail_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43386,7 +48541,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_GT", + "name": "piEmail_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43398,7 +48553,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_GTE", + "name": "piEmail_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43410,7 +48565,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_LT", + "name": "piEmail_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43422,7 +48577,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LONGEST_LTE", + "name": "piEmail_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43434,7 +48589,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LT", + "name": "piEmail_LT", "description": null, "type": { "kind": "SCALAR", @@ -43446,7 +48601,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_LTE", + "name": "piEmail_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43458,7 +48613,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_EQUAL", + "name": "piEmail_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43470,7 +48625,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_GT", + "name": "piEmail_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43482,7 +48637,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_GTE", + "name": "piEmail_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43494,7 +48649,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_LT", + "name": "piEmail_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43506,7 +48661,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_SHORTEST_LTE", + "name": "piEmail_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43518,7 +48673,7 @@ "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_EQUAL", + "name": "projectManagerName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43530,7 +48685,7 @@ "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_GT", + "name": "projectManagerName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -43542,7 +48697,7 @@ "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_GTE", + "name": "projectManagerName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43554,7 +48709,7 @@ "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_LT", + "name": "projectManagerName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -43566,7 +48721,7 @@ "deprecationReason": null }, { - "name": "investigatorName_AVERAGE_LTE", + "name": "projectManagerName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43578,7 +48733,7 @@ "deprecationReason": null }, { - "name": "investigatorName_EQUAL", + "name": "projectManagerName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43590,7 +48745,7 @@ "deprecationReason": null }, { - "name": "investigatorName_GT", + "name": "projectManagerName_GT", "description": null, "type": { "kind": "SCALAR", @@ -43602,7 +48757,7 @@ "deprecationReason": null }, { - "name": "investigatorName_GTE", + "name": "projectManagerName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43614,7 +48769,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LONGEST_EQUAL", + "name": "projectManagerName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43626,7 +48781,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LONGEST_GT", + "name": "projectManagerName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43638,7 +48793,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LONGEST_GTE", + "name": "projectManagerName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43650,7 +48805,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LONGEST_LT", + "name": "projectManagerName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43662,7 +48817,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LONGEST_LTE", + "name": "projectManagerName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43674,7 +48829,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LT", + "name": "projectManagerName_LT", "description": null, "type": { "kind": "SCALAR", @@ -43686,7 +48841,7 @@ "deprecationReason": null }, { - "name": "investigatorName_LTE", + "name": "projectManagerName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43698,7 +48853,7 @@ "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_EQUAL", + "name": "projectManagerName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43710,7 +48865,7 @@ "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_GT", + "name": "projectManagerName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43722,7 +48877,7 @@ "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_GTE", + "name": "projectManagerName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43734,7 +48889,7 @@ "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_LT", + "name": "projectManagerName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43746,7 +48901,7 @@ "deprecationReason": null }, { - "name": "investigatorName_SHORTEST_LTE", + "name": "projectManagerName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43758,7 +48913,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_EQUAL", + "name": "qcAccessEmails_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43770,7 +48925,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_GT", + "name": "qcAccessEmails_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -43782,7 +48937,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_GTE", + "name": "qcAccessEmails_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43794,7 +48949,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_LT", + "name": "qcAccessEmails_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -43806,7 +48961,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_AVERAGE_LTE", + "name": "qcAccessEmails_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43818,7 +48973,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_EQUAL", + "name": "qcAccessEmails_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43830,7 +48985,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_GT", + "name": "qcAccessEmails_GT", "description": null, "type": { "kind": "SCALAR", @@ -43842,7 +48997,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_GTE", + "name": "qcAccessEmails_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43854,7 +49009,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_EQUAL", + "name": "qcAccessEmails_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43866,7 +49021,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_GT", + "name": "qcAccessEmails_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43878,7 +49033,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_GTE", + "name": "qcAccessEmails_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43890,7 +49045,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_LT", + "name": "qcAccessEmails_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43902,7 +49057,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LONGEST_LTE", + "name": "qcAccessEmails_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43914,7 +49069,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LT", + "name": "qcAccessEmails_LT", "description": null, "type": { "kind": "SCALAR", @@ -43926,7 +49081,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_LTE", + "name": "qcAccessEmails_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43938,7 +49093,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_EQUAL", + "name": "qcAccessEmails_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -43950,7 +49105,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_GT", + "name": "qcAccessEmails_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -43962,7 +49117,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_GTE", + "name": "qcAccessEmails_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -43974,7 +49129,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_LT", + "name": "qcAccessEmails_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -43986,7 +49141,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail_SHORTEST_LTE", + "name": "qcAccessEmails_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -43998,7 +49153,7 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_EQUAL", + "name": "requestJson_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44010,7 +49165,7 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_GT", + "name": "requestJson_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -44022,7 +49177,7 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_GTE", + "name": "requestJson_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44034,7 +49189,7 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_LT", + "name": "requestJson_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -44046,7 +49201,7 @@ "deprecationReason": null }, { - "name": "labHeadName_AVERAGE_LTE", + "name": "requestJson_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44058,7 +49213,7 @@ "deprecationReason": null }, { - "name": "labHeadName_EQUAL", + "name": "requestJson_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44070,7 +49225,7 @@ "deprecationReason": null }, { - "name": "labHeadName_GT", + "name": "requestJson_GT", "description": null, "type": { "kind": "SCALAR", @@ -44082,7 +49237,7 @@ "deprecationReason": null }, { - "name": "labHeadName_GTE", + "name": "requestJson_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44094,7 +49249,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_EQUAL", + "name": "requestJson_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44106,7 +49261,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_GT", + "name": "requestJson_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -44118,7 +49273,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_GTE", + "name": "requestJson_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44130,7 +49285,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_LT", + "name": "requestJson_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -44142,7 +49297,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LONGEST_LTE", + "name": "requestJson_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44154,7 +49309,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LT", + "name": "requestJson_LT", "description": null, "type": { "kind": "SCALAR", @@ -44166,7 +49321,7 @@ "deprecationReason": null }, { - "name": "labHeadName_LTE", + "name": "requestJson_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44178,7 +49333,7 @@ "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_EQUAL", + "name": "requestJson_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44190,7 +49345,7 @@ "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_GT", + "name": "requestJson_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -44202,7 +49357,7 @@ "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_GTE", + "name": "requestJson_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44214,7 +49369,7 @@ "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_LT", + "name": "requestJson_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -44226,7 +49381,7 @@ "deprecationReason": null }, { - "name": "labHeadName_SHORTEST_LTE", + "name": "requestJson_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44238,7 +49393,7 @@ "deprecationReason": null }, { - "name": "libraryType_AVERAGE_EQUAL", + "name": "smileRequestId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44250,7 +49405,7 @@ "deprecationReason": null }, { - "name": "libraryType_AVERAGE_GT", + "name": "smileRequestId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -44262,7 +49417,7 @@ "deprecationReason": null }, { - "name": "libraryType_AVERAGE_GTE", + "name": "smileRequestId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44274,7 +49429,7 @@ "deprecationReason": null }, { - "name": "libraryType_AVERAGE_LT", + "name": "smileRequestId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -44286,7 +49441,7 @@ "deprecationReason": null }, { - "name": "libraryType_AVERAGE_LTE", + "name": "smileRequestId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44298,7 +49453,7 @@ "deprecationReason": null }, { - "name": "libraryType_EQUAL", + "name": "smileRequestId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44310,7 +49465,7 @@ "deprecationReason": null }, { - "name": "libraryType_GT", + "name": "smileRequestId_GT", "description": null, "type": { "kind": "SCALAR", @@ -44322,7 +49477,7 @@ "deprecationReason": null }, { - "name": "libraryType_GTE", + "name": "smileRequestId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44334,7 +49489,7 @@ "deprecationReason": null }, { - "name": "libraryType_LONGEST_EQUAL", + "name": "smileRequestId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44346,7 +49501,7 @@ "deprecationReason": null }, { - "name": "libraryType_LONGEST_GT", + "name": "smileRequestId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -44358,7 +49513,7 @@ "deprecationReason": null }, { - "name": "libraryType_LONGEST_GTE", + "name": "smileRequestId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44370,7 +49525,7 @@ "deprecationReason": null }, { - "name": "libraryType_LONGEST_LT", + "name": "smileRequestId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -44382,7 +49537,7 @@ "deprecationReason": null }, { - "name": "libraryType_LONGEST_LTE", + "name": "smileRequestId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44394,7 +49549,7 @@ "deprecationReason": null }, { - "name": "libraryType_LT", + "name": "smileRequestId_LT", "description": null, "type": { "kind": "SCALAR", @@ -44406,7 +49561,7 @@ "deprecationReason": null }, { - "name": "libraryType_LTE", + "name": "smileRequestId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44418,7 +49573,7 @@ "deprecationReason": null }, { - "name": "libraryType_SHORTEST_EQUAL", + "name": "smileRequestId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44430,7 +49585,7 @@ "deprecationReason": null }, { - "name": "libraryType_SHORTEST_GT", + "name": "smileRequestId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -44442,7 +49597,7 @@ "deprecationReason": null }, { - "name": "libraryType_SHORTEST_GTE", + "name": "smileRequestId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44454,7 +49609,7 @@ "deprecationReason": null }, { - "name": "libraryType_SHORTEST_LT", + "name": "smileRequestId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -44466,7 +49621,7 @@ "deprecationReason": null }, { - "name": "libraryType_SHORTEST_LTE", + "name": "smileRequestId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44478,7 +49633,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_EQUAL", + "name": "strand_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44490,7 +49645,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_GT", + "name": "strand_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -44502,7 +49657,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_GTE", + "name": "strand_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44514,7 +49669,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LT", + "name": "strand_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -44526,7 +49681,7 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LTE", + "name": "strand_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44538,7 +49693,7 @@ "deprecationReason": null }, { - "name": "namespace_EQUAL", + "name": "strand_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44550,7 +49705,7 @@ "deprecationReason": null }, { - "name": "namespace_GT", + "name": "strand_GT", "description": null, "type": { "kind": "SCALAR", @@ -44562,7 +49717,7 @@ "deprecationReason": null }, { - "name": "namespace_GTE", + "name": "strand_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44574,7 +49729,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_EQUAL", + "name": "strand_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44586,7 +49741,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_GT", + "name": "strand_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -44598,7 +49753,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_GTE", + "name": "strand_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44610,7 +49765,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_LT", + "name": "strand_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -44622,7 +49777,7 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_LTE", + "name": "strand_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44634,7 +49789,7 @@ "deprecationReason": null }, { - "name": "namespace_LT", + "name": "strand_LT", "description": null, "type": { "kind": "SCALAR", @@ -44646,7 +49801,7 @@ "deprecationReason": null }, { - "name": "namespace_LTE", + "name": "strand_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44658,7 +49813,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_EQUAL", + "name": "strand_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -44670,7 +49825,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GT", + "name": "strand_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -44682,7 +49837,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GTE", + "name": "strand_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -44694,7 +49849,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LT", + "name": "strand_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -44706,7 +49861,7 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LTE", + "name": "strand_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -44716,85 +49871,170 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataRequestsHasMetadataRelationship", + "description": null, + "fields": [ { - "name": "otherContactEmails_AVERAGE_EQUAL", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_AVERAGE_GT", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Request", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_AVERAGE_GTE", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_AVERAGE_LT", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_AVERAGE_LTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_EQUAL", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_GT", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -44802,23 +50042,34 @@ "deprecationReason": null }, { - "name": "otherContactEmails_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataSort", + "description": "Fields to sort RequestMetadata by. The order in which sorts are applied is not guaranteed when specifying many fields in one RequestMetadataSort object.", + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_LONGEST_EQUAL", + "name": "igoRequestId", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -44826,11 +50077,11 @@ "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_GT", + "name": "importDate", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -44838,35 +50089,120 @@ "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_GTE", + "name": "requestMetadataJson", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataStatusHasStatusStatusesAggregationSelection", + "description": null, + "fields": [ + { + "name": "count", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_LT", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "RequestMetadataStatusHasStatusStatusesNodeAggregateSelection", "ofType": null }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestMetadataStatusHasStatusStatusesNodeAggregateSelection", + "description": null, + "fields": [ + { + "name": "validationReport", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataUpdateInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "hasStatusStatuses", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesUpdateFieldInput", + "ofType": null + } + } + }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_LONGEST_LTE", + "name": "igoRequestId", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -44874,11 +50210,11 @@ "deprecationReason": null }, { - "name": "otherContactEmails_LT", + "name": "importDate", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -44886,11 +50222,11 @@ "deprecationReason": null }, { - "name": "otherContactEmails_LTE", + "name": "requestMetadataJson", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -44898,47 +50234,82 @@ "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_EQUAL", + "name": "requestsHasMetadata", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_SHORTEST_GT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_GTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_LT", + "name": "hasStatusStatusesAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesAggregateInput", "ofType": null }, "defaultValue": null, @@ -44946,11 +50317,11 @@ "deprecationReason": null }, { - "name": "otherContactEmails_SHORTEST_LTE", + "name": "hasStatusStatusesConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -44958,11 +50329,11 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_EQUAL", + "name": "hasStatusStatusesConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -44970,11 +50341,11 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_GT", + "name": "hasStatusStatusesConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -44982,11 +50353,11 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_GTE", + "name": "hasStatusStatusesConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataHasStatusStatusesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -44994,11 +50365,11 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_LT", - "description": null, + "name": "hasStatusStatuses_ALL", + "description": "Return RequestMetadata where all of the related Statuses match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "StatusWhere", "ofType": null }, "defaultValue": null, @@ -45006,11 +50377,11 @@ "deprecationReason": null }, { - "name": "piEmail_AVERAGE_LTE", - "description": null, + "name": "hasStatusStatuses_NONE", + "description": "Return RequestMetadata where none of the related Statuses match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "StatusWhere", "ofType": null }, "defaultValue": null, @@ -45018,11 +50389,11 @@ "deprecationReason": null }, { - "name": "piEmail_EQUAL", - "description": null, + "name": "hasStatusStatuses_SINGLE", + "description": "Return RequestMetadata where one of the related Statuses match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "StatusWhere", "ofType": null }, "defaultValue": null, @@ -45030,11 +50401,11 @@ "deprecationReason": null }, { - "name": "piEmail_GT", - "description": null, + "name": "hasStatusStatuses_SOME", + "description": "Return RequestMetadata where some of the related Statuses match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "StatusWhere", "ofType": null }, "defaultValue": null, @@ -45042,11 +50413,11 @@ "deprecationReason": null }, { - "name": "piEmail_GTE", + "name": "igoRequestId", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45054,11 +50425,11 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_EQUAL", + "name": "igoRequestId_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45066,11 +50437,11 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_GT", + "name": "igoRequestId_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45078,23 +50449,31 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_GTE", + "name": "igoRequestId_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail_LONGEST_LT", + "name": "igoRequestId_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45102,11 +50481,11 @@ "deprecationReason": null }, { - "name": "piEmail_LONGEST_LTE", + "name": "igoRequestId_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45114,11 +50493,11 @@ "deprecationReason": null }, { - "name": "piEmail_LT", + "name": "igoRequestId_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45126,23 +50505,31 @@ "deprecationReason": null }, { - "name": "piEmail_LTE", + "name": "igoRequestId_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail_SHORTEST_EQUAL", + "name": "igoRequestId_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45150,11 +50537,11 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_GT", + "name": "igoRequestId_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45162,11 +50549,11 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_GTE", + "name": "importDate", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45174,11 +50561,11 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_LT", + "name": "importDate_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45186,11 +50573,11 @@ "deprecationReason": null }, { - "name": "piEmail_SHORTEST_LTE", + "name": "importDate_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45198,23 +50585,31 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_EQUAL", + "name": "importDate_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_GT", + "name": "importDate_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45222,11 +50617,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_GTE", + "name": "importDate_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45234,11 +50629,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_LT", + "name": "importDate_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45246,19 +50641,27 @@ "deprecationReason": null }, { - "name": "projectManagerName_AVERAGE_LTE", + "name": "importDate_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName_EQUAL", + "name": "importDate_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -45270,11 +50673,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_GT", + "name": "importDate_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45282,11 +50685,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_GTE", + "name": "requestMetadataJson", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45294,11 +50697,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_EQUAL", + "name": "requestMetadataJson_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45306,11 +50709,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_GT", + "name": "requestMetadataJson_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45318,23 +50721,31 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_GTE", + "name": "requestMetadataJson_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_LT", + "name": "requestMetadataJson_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45342,11 +50753,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_LONGEST_LTE", + "name": "requestMetadataJson_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45354,11 +50765,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_LT", + "name": "requestMetadataJson_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45366,23 +50777,31 @@ "deprecationReason": null }, { - "name": "projectManagerName_LTE", + "name": "requestMetadataJson_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_EQUAL", + "name": "requestMetadataJson_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45390,11 +50809,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_GT", + "name": "requestMetadataJson_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -45402,11 +50821,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_GTE", + "name": "requestsHasMetadataAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataAggregateInput", "ofType": null }, "defaultValue": null, @@ -45414,11 +50833,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_LT", + "name": "requestsHasMetadataConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -45426,11 +50845,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_SHORTEST_LTE", + "name": "requestsHasMetadataConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -45438,11 +50857,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_EQUAL", + "name": "requestsHasMetadataConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -45450,11 +50869,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_GT", + "name": "requestsHasMetadataConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataRequestsHasMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -45462,11 +50881,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_GTE", - "description": null, + "name": "requestsHasMetadata_ALL", + "description": "Return RequestMetadata where all of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -45474,11 +50893,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_LT", - "description": null, + "name": "requestsHasMetadata_NONE", + "description": "Return RequestMetadata where none of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -45486,11 +50905,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_AVERAGE_LTE", - "description": null, + "name": "requestsHasMetadata_SINGLE", + "description": "Return RequestMetadata where one of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, @@ -45498,19 +50917,30 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_EQUAL", - "description": null, + "name": "requestsHasMetadata_SOME", + "description": "Return RequestMetadata where some of the related Requests match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "qcAccessEmails_GT", + "name": "limit", "description": null, "type": { "kind": "SCALAR", @@ -45522,7 +50952,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_GTE", + "name": "offset", "description": null, "type": { "kind": "SCALAR", @@ -45534,91 +50964,160 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_EQUAL", - "description": null, + "name": "sort", + "description": "Specify one or more RequestSort objects to sort Requests by. The sorts will be applied in the order in which they are arranged in the array.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestProjectProjectsHasRequestAggregationSelection", + "description": null, + "fields": [ { - "name": "qcAccessEmails_LONGEST_GT", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_GTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "RequestProjectProjectsHasRequestNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestProjectProjectsHasRequestNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "qcAccessEmails_LONGEST_LT", + "name": "igoProjectId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_LONGEST_LTE", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "qcAccessEmails_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_EQUAL", + "name": "count", "description": null, "type": { "kind": "SCALAR", @@ -45630,7 +51129,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_GT", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", @@ -45642,7 +51141,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_GTE", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", @@ -45654,7 +51153,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_LT", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", @@ -45666,7 +51165,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_SHORTEST_LTE", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", @@ -45678,119 +51177,207 @@ "deprecationReason": null }, { - "name": "requestJson_AVERAGE_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_AVERAGE_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectConnectInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_AVERAGE_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "ProjectConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestProjectsHasRequestConnection", + "description": null, + "fields": [ { - "name": "requestJson_AVERAGE_LT", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestProjectsHasRequestRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_AVERAGE_LTE", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_EQUAL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_GTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_LONGEST_EQUAL", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_LONGEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", "ofType": null }, "defaultValue": null, @@ -45798,35 +51385,61 @@ "deprecationReason": null }, { - "name": "requestJson_LONGEST_GTE", + "name": "node_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_LONGEST_LT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ProjectCreateInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_LONGEST_LTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectDeleteInput", "ofType": null }, "defaultValue": null, @@ -45834,23 +51447,34 @@ "deprecationReason": null }, { - "name": "requestJson_LT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_LTE", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "ProjectDisconnectInput", "ofType": null }, "defaultValue": null, @@ -45858,67 +51482,121 @@ "deprecationReason": null }, { - "name": "requestJson_SHORTEST_EQUAL", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_SHORTEST_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_SHORTEST_GTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "requestJson_SHORTEST_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_SHORTEST_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_EQUAL", + "name": "igoProjectId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -45930,7 +51608,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_GT", + "name": "igoProjectId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -45942,7 +51620,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_GTE", + "name": "igoProjectId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -45954,7 +51632,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_LT", + "name": "igoProjectId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -45966,7 +51644,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_AVERAGE_LTE", + "name": "igoProjectId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -45978,7 +51656,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_EQUAL", + "name": "igoProjectId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -45990,7 +51668,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_GT", + "name": "igoProjectId_GT", "description": null, "type": { "kind": "SCALAR", @@ -46002,7 +51680,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_GTE", + "name": "igoProjectId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46014,7 +51692,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_EQUAL", + "name": "igoProjectId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -46026,7 +51704,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_GT", + "name": "igoProjectId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -46038,7 +51716,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_GTE", + "name": "igoProjectId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46050,7 +51728,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_LT", + "name": "igoProjectId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -46062,7 +51740,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LONGEST_LTE", + "name": "igoProjectId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46074,7 +51752,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LT", + "name": "igoProjectId_LT", "description": null, "type": { "kind": "SCALAR", @@ -46086,7 +51764,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_LTE", + "name": "igoProjectId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46098,7 +51776,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_EQUAL", + "name": "igoProjectId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -46110,7 +51788,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_GT", + "name": "igoProjectId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -46122,7 +51800,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_GTE", + "name": "igoProjectId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46134,7 +51812,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_LT", + "name": "igoProjectId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -46146,7 +51824,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_SHORTEST_LTE", + "name": "igoProjectId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46158,7 +51836,7 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_EQUAL", + "name": "namespace_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -46170,7 +51848,7 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_GT", + "name": "namespace_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -46182,7 +51860,7 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_GTE", + "name": "namespace_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46194,7 +51872,7 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_LT", + "name": "namespace_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -46206,7 +51884,7 @@ "deprecationReason": null }, { - "name": "strand_AVERAGE_LTE", + "name": "namespace_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46218,7 +51896,7 @@ "deprecationReason": null }, { - "name": "strand_EQUAL", + "name": "namespace_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -46230,7 +51908,7 @@ "deprecationReason": null }, { - "name": "strand_GT", + "name": "namespace_GT", "description": null, "type": { "kind": "SCALAR", @@ -46242,7 +51920,7 @@ "deprecationReason": null }, { - "name": "strand_GTE", + "name": "namespace_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46254,7 +51932,7 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_EQUAL", + "name": "namespace_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -46266,7 +51944,7 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_GT", + "name": "namespace_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -46278,7 +51956,7 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_GTE", + "name": "namespace_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46290,7 +51968,7 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_LT", + "name": "namespace_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -46302,7 +51980,7 @@ "deprecationReason": null }, { - "name": "strand_LONGEST_LTE", + "name": "namespace_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46314,7 +51992,7 @@ "deprecationReason": null }, { - "name": "strand_LT", + "name": "namespace_LT", "description": null, "type": { "kind": "SCALAR", @@ -46326,7 +52004,7 @@ "deprecationReason": null }, { - "name": "strand_LTE", + "name": "namespace_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46338,7 +52016,7 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_EQUAL", + "name": "namespace_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -46350,7 +52028,7 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_GT", + "name": "namespace_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -46362,7 +52040,7 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_GTE", + "name": "namespace_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -46374,7 +52052,7 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_LT", + "name": "namespace_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -46386,7 +52064,7 @@ "deprecationReason": null }, { - "name": "strand_SHORTEST_LTE", + "name": "namespace_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -46404,7 +52082,7 @@ }, { "kind": "OBJECT", - "name": "RequestMetadataRequestsHasMetadataRelationship", + "name": "RequestProjectsHasRequestRelationship", "description": null, "fields": [ { @@ -46432,7 +52110,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Request", + "name": "Project", "ofType": null } }, @@ -46447,7 +52125,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataUpdateConnectionInput", + "name": "RequestProjectsHasRequestUpdateConnectionInput", "description": null, "fields": null, "inputFields": [ @@ -46456,7 +52134,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestUpdateInput", + "name": "ProjectUpdateInput", "ofType": null }, "defaultValue": null, @@ -46470,7 +52148,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataUpdateFieldInput", + "name": "RequestProjectsHasRequestUpdateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -46485,7 +52163,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectFieldInput", + "name": "RequestProjectsHasRequestConnectFieldInput", "ofType": null } } @@ -46505,7 +52183,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataCreateFieldInput", + "name": "RequestProjectsHasRequestCreateFieldInput", "ofType": null } } @@ -46525,7 +52203,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataDeleteFieldInput", + "name": "RequestProjectsHasRequestDeleteFieldInput", "ofType": null } } @@ -46545,7 +52223,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataDisconnectFieldInput", + "name": "RequestProjectsHasRequestDisconnectFieldInput", "ofType": null } } @@ -46559,7 +52237,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataUpdateConnectionInput", + "name": "RequestProjectsHasRequestUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -46571,7 +52249,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, @@ -46585,41 +52263,65 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestMetadataSort", - "description": "Fields to sort RequestMetadata by. The order in which sorts are applied is not guaranteed when specifying many fields in one RequestMetadataSort object.", + "name": "RequestRelationInput", + "description": null, "fields": null, "inputFields": [ { - "name": "igoRequestId", + "name": "hasMetadataRequestMetadata", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "importDate", + "name": "hasSampleSamples", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson", + "name": "projectsHasRequest", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, @@ -46632,7 +52334,7 @@ }, { "kind": "OBJECT", - "name": "RequestMetadataStatusHasStatusStatusesAggregationSelection", + "name": "RequestRequestMetadataHasMetadataRequestMetadataAggregationSelection", "description": null, "fields": [ { @@ -46657,7 +52359,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "RequestMetadataStatusHasStatusStatusesNodeAggregateSelection", + "name": "RequestRequestMetadataHasMetadataRequestMetadataNodeAggregateSelection", "ofType": null }, "isDeprecated": false, @@ -46671,242 +52373,189 @@ }, { "kind": "OBJECT", - "name": "RequestMetadataStatusHasStatusStatusesNodeAggregateSelection", + "name": "RequestRequestMetadataHasMetadataRequestMetadataNodeAggregateSelection", "description": null, "fields": [ { - "name": "validationReport", + "name": "igoRequestId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataUpdateInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "hasStatusStatuses", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesUpdateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "igoRequestId", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "importDate", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestMetadataJson", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadata", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataUpdateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "description": null, - "fields": null, - "inputFields": [ + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "AND", + "name": "importDate", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "requestMetadataJson", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestSampleHasSampleSamplesAggregationSelection", + "description": null, + "fields": [ { - "name": "hasStatusStatusesAggregate", + "name": "count", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesAggregateInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasStatusStatusesConnection_ALL", + "name": "node", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", + "kind": "OBJECT", + "name": "RequestSampleHasSampleSamplesNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestSampleHasSampleSamplesNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "hasStatusStatusesConnection_NONE", + "name": "datasource", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasStatusStatusesConnection_SINGLE", + "name": "sampleCategory", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasStatusStatusesConnection_SOME", + "name": "sampleClass", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataHasStatusStatusesConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasStatusStatuses_ALL", - "description": "Return RequestMetadata where all of the related Statuses match this filter", + "name": "smileSampleId", + "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestSort", + "description": "Fields to sort Requests by. The order in which sorts are applied is not guaranteed when specifying many fields in one RequestSort object.", + "fields": null, + "inputFields": [ { - "name": "hasStatusStatuses_NONE", - "description": "Return RequestMetadata where none of the related Statuses match this filter", + "name": "bicAnalysis", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -46914,11 +52563,11 @@ "deprecationReason": null }, { - "name": "hasStatusStatuses_SINGLE", - "description": "Return RequestMetadata where one of the related Statuses match this filter", + "name": "dataAccessEmails", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -46926,11 +52575,11 @@ "deprecationReason": null }, { - "name": "hasStatusStatuses_SOME", - "description": "Return RequestMetadata where some of the related Statuses match this filter", + "name": "dataAnalystEmail", + "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "StatusWhere", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -46938,11 +52587,11 @@ "deprecationReason": null }, { - "name": "igoRequestId", + "name": "dataAnalystName", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -46950,11 +52599,11 @@ "deprecationReason": null }, { - "name": "igoRequestId_CONTAINS", + "name": "genePanel", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -46962,11 +52611,11 @@ "deprecationReason": null }, { - "name": "igoRequestId_ENDS_WITH", + "name": "igoProjectId", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -46974,31 +52623,23 @@ "deprecationReason": null }, { - "name": "igoRequestId_IN", + "name": "igoRequestId", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId_NOT", + "name": "investigatorEmail", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47006,11 +52647,11 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_CONTAINS", + "name": "investigatorName", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47018,11 +52659,11 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_ENDS_WITH", + "name": "isCmoRequest", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47030,31 +52671,23 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_IN", + "name": "labHeadEmail", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoRequestId_NOT_STARTS_WITH", + "name": "labHeadName", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47062,11 +52695,11 @@ "deprecationReason": null }, { - "name": "igoRequestId_STARTS_WITH", + "name": "libraryType", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47074,11 +52707,11 @@ "deprecationReason": null }, { - "name": "importDate", + "name": "namespace", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47086,11 +52719,11 @@ "deprecationReason": null }, { - "name": "importDate_CONTAINS", + "name": "otherContactEmails", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47098,11 +52731,11 @@ "deprecationReason": null }, { - "name": "importDate_ENDS_WITH", + "name": "piEmail", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47110,31 +52743,23 @@ "deprecationReason": null }, { - "name": "importDate_IN", + "name": "projectManagerName", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "importDate_NOT", + "name": "qcAccessEmails", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47142,11 +52767,11 @@ "deprecationReason": null }, { - "name": "importDate_NOT_CONTAINS", + "name": "requestJson", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47154,11 +52779,11 @@ "deprecationReason": null }, { - "name": "importDate_NOT_ENDS_WITH", + "name": "smileRequestId", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -47166,31 +52791,34 @@ "deprecationReason": null }, { - "name": "importDate_NOT_IN", + "name": "strand", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "ENUM", + "name": "SortDirection", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RequestUpdateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "importDate_NOT_STARTS_WITH", + "name": "bicAnalysis", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -47198,7 +52826,7 @@ "deprecationReason": null }, { - "name": "importDate_STARTS_WITH", + "name": "dataAccessEmails", "description": null, "type": { "kind": "SCALAR", @@ -47210,7 +52838,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson", + "name": "dataAnalystEmail", "description": null, "type": { "kind": "SCALAR", @@ -47222,7 +52850,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_CONTAINS", + "name": "dataAnalystName", "description": null, "type": { "kind": "SCALAR", @@ -47234,7 +52862,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_ENDS_WITH", + "name": "genePanel", "description": null, "type": { "kind": "SCALAR", @@ -47246,7 +52874,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_IN", + "name": "hasMetadataRequestMetadata", "description": null, "type": { "kind": "LIST", @@ -47255,8 +52883,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataUpdateFieldInput", "ofType": null } } @@ -47266,43 +52894,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestMetadataJson_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestMetadataJson_NOT_ENDS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestMetadataJson_NOT_IN", + "name": "hasSampleSamples", "description": null, "type": { "kind": "LIST", @@ -47311,8 +52903,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesUpdateFieldInput", "ofType": null } } @@ -47322,7 +52914,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_NOT_STARTS_WITH", + "name": "igoProjectId", "description": null, "type": { "kind": "SCALAR", @@ -47334,7 +52926,7 @@ "deprecationReason": null }, { - "name": "requestMetadataJson_STARTS_WITH", + "name": "igoRequestId", "description": null, "type": { "kind": "SCALAR", @@ -47346,35 +52938,11 @@ "deprecationReason": null }, { - "name": "requestsHasMetadataAggregate", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataAggregateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadataConnection_ALL", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadataConnection_NONE", + "name": "investigatorEmail", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47382,11 +52950,11 @@ "deprecationReason": null }, { - "name": "requestsHasMetadataConnection_SINGLE", + "name": "investigatorName", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47394,82 +52962,23 @@ "deprecationReason": null }, { - "name": "requestsHasMetadataConnection_SOME", + "name": "isCmoRequest", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataRequestsHasMetadataConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadata_ALL", - "description": "Return RequestMetadata where all of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadata_NONE", - "description": "Return RequestMetadata where none of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadata_SINGLE", - "description": "Return RequestMetadata where one of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "requestsHasMetadata_SOME", - "description": "Return RequestMetadata where some of the related Requests match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestOptions", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "limit", + "name": "labHeadEmail", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47477,11 +52986,11 @@ "deprecationReason": null }, { - "name": "offset", + "name": "labHeadName", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47489,152 +52998,91 @@ "deprecationReason": null }, { - "name": "sort", - "description": "Specify one or more RequestSort objects to sort Requests by. The sorts will be applied in the order in which they are arranged in the array.", + "name": "libraryType", + "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestSort", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestProjectProjectsHasRequestAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "namespace", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "otherContactEmails", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "RequestProjectProjectsHasRequestNodeAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestProjectProjectsHasRequestNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "igoProjectId", + "name": "piEmail", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "pooledNormals", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "kind": "SCALAR", + "name": "String", "ofType": null } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "pooledNormals_POP", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "pooledNormals_PUSH", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestAggregateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -47642,11 +53090,11 @@ "deprecationReason": null }, { - "name": "count", + "name": "projectManagerName", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47654,23 +53102,31 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "projectsHasRequest", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestProjectsHasRequestUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_GTE", + "name": "qcAccessEmails", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47678,11 +53134,11 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "requestJson", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47690,11 +53146,11 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "smileRequestId", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47702,11 +53158,11 @@ "deprecationReason": null }, { - "name": "node", + "name": "strand", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47720,12 +53176,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectFieldInput", + "name": "RequestWhere", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -47735,7 +53191,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ProjectConnectInput", + "name": "RequestWhere", "ofType": null } } @@ -47745,120 +53201,87 @@ "deprecationReason": null }, { - "name": "where", + "name": "OR", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectConnectWhere", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "bicAnalysis", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestProjectsHasRequestConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "bicAnalysis_NOT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestProjectsHasRequestRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "dataAccessEmails", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "dataAccessEmails_CONTAINS", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "dataAccessEmails_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectSort", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "dataAccessEmails_IN", "description": null, "type": { "kind": "LIST", @@ -47867,8 +53290,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -47878,31 +53301,23 @@ "deprecationReason": null }, { - "name": "OR", + "name": "dataAccessEmails_NOT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "dataAccessEmails_NOT_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47910,61 +53325,43 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "dataAccessEmails_NOT_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "dataAccessEmails_NOT_IN", "description": null, "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ProjectCreateInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "dataAccessEmails_NOT_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectDeleteInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -47972,34 +53369,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "dataAccessEmails_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "dataAnalystEmail", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectDisconnectInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48007,50 +53393,31 @@ "deprecationReason": null }, { - "name": "where", + "name": "dataAnalystEmail_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "dataAnalystEmail_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "dataAnalystEmail_IN", "description": null, "type": { "kind": "LIST", @@ -48059,8 +53426,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestCreateFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -48068,64 +53435,37 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "dataAnalystEmail_NOT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "dataAnalystEmail_NOT_CONTAINS", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_EQUAL", + "name": "dataAnalystEmail_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48133,23 +53473,31 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_GT", + "name": "dataAnalystEmail_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_GTE", + "name": "dataAnalystEmail_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48157,11 +53505,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_LT", + "name": "dataAnalystEmail_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48169,11 +53517,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_AVERAGE_LTE", + "name": "dataAnalystName", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48181,7 +53529,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_EQUAL", + "name": "dataAnalystName_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -48193,11 +53541,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_GT", + "name": "dataAnalystName_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48205,23 +53553,31 @@ "deprecationReason": null }, { - "name": "igoProjectId_GTE", + "name": "dataAnalystName_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_EQUAL", + "name": "dataAnalystName_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48229,11 +53585,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_GT", + "name": "dataAnalystName_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48241,11 +53597,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_GTE", + "name": "dataAnalystName_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48253,23 +53609,31 @@ "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_LT", + "name": "dataAnalystName_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_LONGEST_LTE", + "name": "dataAnalystName_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48277,11 +53641,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_LT", + "name": "dataAnalystName_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48289,11 +53653,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_LTE", + "name": "genePanel", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48301,11 +53665,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_EQUAL", + "name": "genePanel_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48313,11 +53677,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_GT", + "name": "genePanel_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48325,23 +53689,31 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_GTE", + "name": "genePanel_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_LT", + "name": "genePanel_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48349,11 +53721,11 @@ "deprecationReason": null }, { - "name": "igoProjectId_SHORTEST_LTE", + "name": "genePanel_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48361,11 +53733,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_EQUAL", + "name": "genePanel_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48373,23 +53745,31 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_GT", + "name": "genePanel_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_AVERAGE_GTE", + "name": "genePanel_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48397,11 +53777,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LT", + "name": "genePanel_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48409,11 +53789,11 @@ "deprecationReason": null }, { - "name": "namespace_AVERAGE_LTE", + "name": "hasMetadataRequestMetadataAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataAggregateInput", "ofType": null }, "defaultValue": null, @@ -48421,11 +53801,11 @@ "deprecationReason": null }, { - "name": "namespace_EQUAL", + "name": "hasMetadataRequestMetadataConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48433,11 +53813,11 @@ "deprecationReason": null }, { - "name": "namespace_GT", + "name": "hasMetadataRequestMetadataConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48445,11 +53825,11 @@ "deprecationReason": null }, { - "name": "namespace_GTE", + "name": "hasMetadataRequestMetadataConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48457,11 +53837,11 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_EQUAL", + "name": "hasMetadataRequestMetadataConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasMetadataRequestMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48469,11 +53849,11 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_GT", - "description": null, + "name": "hasMetadataRequestMetadata_ALL", + "description": "Return Requests where all of the related RequestMetadata match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", "ofType": null }, "defaultValue": null, @@ -48481,11 +53861,11 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_GTE", - "description": null, + "name": "hasMetadataRequestMetadata_NONE", + "description": "Return Requests where none of the related RequestMetadata match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", "ofType": null }, "defaultValue": null, @@ -48493,11 +53873,11 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_LT", - "description": null, + "name": "hasMetadataRequestMetadata_SINGLE", + "description": "Return Requests where one of the related RequestMetadata match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", "ofType": null }, "defaultValue": null, @@ -48505,11 +53885,11 @@ "deprecationReason": null }, { - "name": "namespace_LONGEST_LTE", - "description": null, + "name": "hasMetadataRequestMetadata_SOME", + "description": "Return Requests where some of the related RequestMetadata match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestMetadataWhere", "ofType": null }, "defaultValue": null, @@ -48517,11 +53897,11 @@ "deprecationReason": null }, { - "name": "namespace_LT", + "name": "hasSampleSamplesAggregate", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesAggregateInput", "ofType": null }, "defaultValue": null, @@ -48529,11 +53909,11 @@ "deprecationReason": null }, { - "name": "namespace_LTE", + "name": "hasSampleSamplesConnection_ALL", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48541,11 +53921,11 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_EQUAL", + "name": "hasSampleSamplesConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48553,11 +53933,11 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GT", + "name": "hasSampleSamplesConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48565,11 +53945,11 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_GTE", + "name": "hasSampleSamplesConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "RequestHasSampleSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -48577,11 +53957,11 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LT", - "description": null, + "name": "hasSampleSamples_ALL", + "description": "Return Requests where all of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -48589,156 +53969,79 @@ "deprecationReason": null }, { - "name": "namespace_SHORTEST_LTE", - "description": null, + "name": "hasSampleSamples_NONE", + "description": "Return Requests where none of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestProjectsHasRequestRelationship", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": null, - "args": [], + "name": "hasSampleSamples_SINGLE", + "description": "Return Requests where one of the related Samples match this filter", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Project", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", - "description": null, + "name": "hasSampleSamples_SOME", + "description": "Return Requests where some of the related Samples match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "ProjectUpdateInput", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "igoProjectId", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "igoProjectId_CONTAINS", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "igoProjectId_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "igoProjectId_IN", "description": null, "type": { "kind": "LIST", @@ -48747,8 +54050,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestDisconnectFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -48758,11 +54061,11 @@ "deprecationReason": null }, { - "name": "update", + "name": "igoProjectId_NOT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestUpdateConnectionInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -48770,50 +54073,31 @@ "deprecationReason": null }, { - "name": "where", + "name": "igoProjectId_NOT_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestRelationInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasMetadataRequestMetadata", + "name": "igoProjectId_NOT_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "igoProjectId_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -48822,8 +54106,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesCreateFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -48833,254 +54117,159 @@ "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "igoProjectId_NOT_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestRequestMetadataHasMetadataRequestMetadataAggregationSelection", - "description": null, - "fields": [ - { - "name": "count", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", + "name": "igoProjectId_STARTS_WITH", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "RequestRequestMetadataHasMetadataRequestMetadataNodeAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestRequestMetadataHasMetadataRequestMetadataNodeAggregateSelection", - "description": null, - "fields": [ + }, { "name": "igoRequestId", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "importDate", + "name": "igoRequestId_CONTAINS", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestMetadataJson", + "name": "igoRequestId_ENDS_WITH", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestSampleHasSampleSamplesAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "igoRequestId_IN", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "igoRequestId_NOT", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "RequestSampleHasSampleSamplesNodeAggregateSelection", + "kind": "SCALAR", + "name": "String", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestSampleHasSampleSamplesNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "datasource", + "name": "igoRequestId_NOT_CONTAINS", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "igoRequestId_NOT_ENDS_WITH", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "igoRequestId_NOT_IN", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "igoRequestId_NOT_STARTS_WITH", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestSort", - "description": "Fields to sort Requests by. The order in which sorts are applied is not guaranteed when specifying many fields in one RequestSort object.", - "fields": null, - "inputFields": [ + }, { - "name": "bicAnalysis", + "name": "igoRequestId_STARTS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49088,11 +54277,11 @@ "deprecationReason": null }, { - "name": "dataAccessEmails", + "name": "investigatorEmail", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49100,11 +54289,11 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "investigatorEmail_CONTAINS", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49112,11 +54301,11 @@ "deprecationReason": null }, { - "name": "dataAnalystName", + "name": "investigatorEmail_ENDS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49124,23 +54313,31 @@ "deprecationReason": null }, { - "name": "genePanel", + "name": "investigatorEmail_IN", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "investigatorEmail_NOT", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49148,11 +54345,11 @@ "deprecationReason": null }, { - "name": "igoRequestId", + "name": "investigatorEmail_NOT_CONTAINS", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49160,11 +54357,11 @@ "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "investigatorEmail_NOT_ENDS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49172,23 +54369,31 @@ "deprecationReason": null }, { - "name": "investigatorName", + "name": "investigatorEmail_NOT_IN", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isCmoRequest", + "name": "investigatorEmail_NOT_STARTS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49196,11 +54401,11 @@ "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "investigatorEmail_STARTS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49208,11 +54413,11 @@ "deprecationReason": null }, { - "name": "labHeadName", + "name": "investigatorName", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49220,11 +54425,11 @@ "deprecationReason": null }, { - "name": "libraryType", + "name": "investigatorName_CONTAINS", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49232,11 +54437,11 @@ "deprecationReason": null }, { - "name": "namespace", + "name": "investigatorName_ENDS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49244,23 +54449,31 @@ "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "investigatorName_IN", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail", + "name": "investigatorName_NOT", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49268,11 +54481,11 @@ "deprecationReason": null }, { - "name": "projectManagerName", + "name": "investigatorName_NOT_CONTAINS", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49280,11 +54493,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails", + "name": "investigatorName_NOT_ENDS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49292,23 +54505,31 @@ "deprecationReason": null }, { - "name": "requestJson", + "name": "investigatorName_NOT_IN", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId", + "name": "investigatorName_NOT_STARTS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49316,30 +54537,19 @@ "deprecationReason": null }, { - "name": "strand", + "name": "investigatorName_STARTS_WITH", "description": null, "type": { - "kind": "ENUM", - "name": "SortDirection", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestUpdateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "bicAnalysis", + "name": "isCmoRequest", "description": null, "type": { "kind": "SCALAR", @@ -49351,11 +54561,11 @@ "deprecationReason": null }, { - "name": "dataAccessEmails", + "name": "isCmoRequest_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -49363,7 +54573,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "labHeadEmail", "description": null, "type": { "kind": "SCALAR", @@ -49375,7 +54585,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName", + "name": "labHeadEmail_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49387,7 +54597,7 @@ "deprecationReason": null }, { - "name": "genePanel", + "name": "labHeadEmail_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49399,7 +54609,7 @@ "deprecationReason": null }, { - "name": "hasMetadataRequestMetadata", + "name": "labHeadEmail_IN", "description": null, "type": { "kind": "LIST", @@ -49408,8 +54618,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataUpdateFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -49419,27 +54629,19 @@ "deprecationReason": null }, { - "name": "hasSampleSamples", + "name": "labHeadEmail_NOT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "igoProjectId", + "name": "labHeadEmail_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49451,7 +54653,7 @@ "deprecationReason": null }, { - "name": "igoRequestId", + "name": "labHeadEmail_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49463,19 +54665,27 @@ "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "labHeadEmail_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "investigatorName", + "name": "labHeadEmail_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49487,11 +54697,11 @@ "deprecationReason": null }, { - "name": "isCmoRequest", + "name": "labHeadEmail_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49499,7 +54709,7 @@ "deprecationReason": null }, { - "name": "labHeadEmail", + "name": "labHeadName", "description": null, "type": { "kind": "SCALAR", @@ -49511,7 +54721,7 @@ "deprecationReason": null }, { - "name": "labHeadName", + "name": "labHeadName_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49523,7 +54733,7 @@ "deprecationReason": null }, { - "name": "libraryType", + "name": "labHeadName_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49535,7 +54745,27 @@ "deprecationReason": null }, { - "name": "namespace", + "name": "labHeadName_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "labHeadName_NOT", "description": null, "type": { "kind": "SCALAR", @@ -49547,7 +54777,7 @@ "deprecationReason": null }, { - "name": "otherContactEmails", + "name": "labHeadName_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49559,7 +54789,7 @@ "deprecationReason": null }, { - "name": "piEmail", + "name": "labHeadName_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49571,15 +54801,19 @@ "deprecationReason": null }, { - "name": "pooledNormals", + "name": "labHeadName_NOT_IN", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, "defaultValue": null, @@ -49587,11 +54821,11 @@ "deprecationReason": null }, { - "name": "pooledNormals_POP", + "name": "labHeadName_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49599,23 +54833,19 @@ "deprecationReason": null }, { - "name": "pooledNormals_PUSH", + "name": "labHeadName_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName", + "name": "libraryType", "description": null, "type": { "kind": "SCALAR", @@ -49627,27 +54857,19 @@ "deprecationReason": null }, { - "name": "projectsHasRequest", + "name": "libraryType_CONTAINS", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails", + "name": "libraryType_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49659,19 +54881,23 @@ "deprecationReason": null }, { - "name": "requestJson", + "name": "libraryType_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId", + "name": "libraryType_NOT", "description": null, "type": { "kind": "SCALAR", @@ -49683,7 +54909,7 @@ "deprecationReason": null }, { - "name": "strand", + "name": "libraryType_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49693,52 +54919,29 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "libraryType_NOT_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - } + "name": "libraryType_NOT_IN", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -49746,11 +54949,11 @@ "deprecationReason": null }, { - "name": "bicAnalysis", + "name": "libraryType_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49758,11 +54961,11 @@ "deprecationReason": null }, { - "name": "bicAnalysis_NOT", + "name": "libraryType_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null, @@ -49770,7 +54973,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails", + "name": "namespace", "description": null, "type": { "kind": "SCALAR", @@ -49782,7 +54985,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_CONTAINS", + "name": "namespace_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49794,7 +54997,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_ENDS_WITH", + "name": "namespace_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49806,7 +55009,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_IN", + "name": "namespace_IN", "description": null, "type": { "kind": "LIST", @@ -49826,7 +55029,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_NOT", + "name": "namespace_NOT", "description": null, "type": { "kind": "SCALAR", @@ -49838,7 +55041,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_NOT_CONTAINS", + "name": "namespace_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49850,7 +55053,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_NOT_ENDS_WITH", + "name": "namespace_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49862,7 +55065,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_NOT_IN", + "name": "namespace_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -49882,7 +55085,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_NOT_STARTS_WITH", + "name": "namespace_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49894,7 +55097,7 @@ "deprecationReason": null }, { - "name": "dataAccessEmails_STARTS_WITH", + "name": "namespace_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49906,7 +55109,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail", + "name": "otherContactEmails", "description": null, "type": { "kind": "SCALAR", @@ -49918,7 +55121,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_CONTAINS", + "name": "otherContactEmails_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49930,7 +55133,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_ENDS_WITH", + "name": "otherContactEmails_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49942,7 +55145,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_IN", + "name": "otherContactEmails_IN", "description": null, "type": { "kind": "LIST", @@ -49962,7 +55165,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_NOT", + "name": "otherContactEmails_NOT", "description": null, "type": { "kind": "SCALAR", @@ -49974,7 +55177,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_NOT_CONTAINS", + "name": "otherContactEmails_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -49986,7 +55189,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_NOT_ENDS_WITH", + "name": "otherContactEmails_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -49998,7 +55201,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_NOT_IN", + "name": "otherContactEmails_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -50018,7 +55221,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_NOT_STARTS_WITH", + "name": "otherContactEmails_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50030,7 +55233,7 @@ "deprecationReason": null }, { - "name": "dataAnalystEmail_STARTS_WITH", + "name": "otherContactEmails_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50042,7 +55245,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName", + "name": "piEmail", "description": null, "type": { "kind": "SCALAR", @@ -50054,7 +55257,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_CONTAINS", + "name": "piEmail_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50066,7 +55269,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_ENDS_WITH", + "name": "piEmail_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50078,7 +55281,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_IN", + "name": "piEmail_IN", "description": null, "type": { "kind": "LIST", @@ -50098,7 +55301,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_NOT", + "name": "piEmail_NOT", "description": null, "type": { "kind": "SCALAR", @@ -50110,7 +55313,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_NOT_CONTAINS", + "name": "piEmail_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50122,7 +55325,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_NOT_ENDS_WITH", + "name": "piEmail_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50134,7 +55337,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_NOT_IN", + "name": "piEmail_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -50154,7 +55357,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_NOT_STARTS_WITH", + "name": "piEmail_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50166,7 +55369,7 @@ "deprecationReason": null }, { - "name": "dataAnalystName_STARTS_WITH", + "name": "piEmail_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50178,19 +55381,23 @@ "deprecationReason": null }, { - "name": "genePanel", + "name": "pooledNormals", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel_CONTAINS", + "name": "pooledNormals_INCLUDES", "description": null, "type": { "kind": "SCALAR", @@ -50202,39 +55409,35 @@ "deprecationReason": null }, { - "name": "genePanel_ENDS_WITH", + "name": "pooledNormals_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel_IN", + "name": "pooledNormals_NOT_INCLUDES", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "genePanel_NOT", + "name": "projectManagerName", "description": null, "type": { "kind": "SCALAR", @@ -50246,7 +55449,7 @@ "deprecationReason": null }, { - "name": "genePanel_NOT_CONTAINS", + "name": "projectManagerName_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50258,7 +55461,7 @@ "deprecationReason": null }, { - "name": "genePanel_NOT_ENDS_WITH", + "name": "projectManagerName_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50270,7 +55473,7 @@ "deprecationReason": null }, { - "name": "genePanel_NOT_IN", + "name": "projectManagerName_IN", "description": null, "type": { "kind": "LIST", @@ -50290,7 +55493,7 @@ "deprecationReason": null }, { - "name": "genePanel_NOT_STARTS_WITH", + "name": "projectManagerName_NOT", "description": null, "type": { "kind": "SCALAR", @@ -50302,7 +55505,7 @@ "deprecationReason": null }, { - "name": "genePanel_STARTS_WITH", + "name": "projectManagerName_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50314,23 +55517,11 @@ "deprecationReason": null }, { - "name": "hasMetadataRequestMetadataAggregate", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataAggregateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasMetadataRequestMetadataConnection_ALL", + "name": "projectManagerName_NOT_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -50338,23 +55529,31 @@ "deprecationReason": null }, { - "name": "hasMetadataRequestMetadataConnection_NONE", + "name": "projectManagerName_NOT_IN", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataRequestMetadataConnection_SINGLE", + "name": "projectManagerName_NOT_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -50362,59 +55561,11 @@ "deprecationReason": null }, { - "name": "hasMetadataRequestMetadataConnection_SOME", + "name": "projectManagerName_STARTS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestHasMetadataRequestMetadataConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasMetadataRequestMetadata_ALL", - "description": "Return Requests where all of the related RequestMetadata match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasMetadataRequestMetadata_NONE", - "description": "Return Requests where none of the related RequestMetadata match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasMetadataRequestMetadata_SINGLE", - "description": "Return Requests where one of the related RequestMetadata match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasMetadataRequestMetadata_SOME", - "description": "Return Requests where some of the related RequestMetadata match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestMetadataWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -50422,11 +55573,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesAggregate", + "name": "projectsHasRequestAggregate", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesAggregateInput", + "name": "RequestProjectsHasRequestAggregateInput", "ofType": null }, "defaultValue": null, @@ -50434,11 +55585,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_ALL", + "name": "projectsHasRequestConnection_ALL", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, @@ -50446,11 +55597,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_NONE", + "name": "projectsHasRequestConnection_NONE", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, @@ -50458,11 +55609,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_SINGLE", + "name": "projectsHasRequestConnection_SINGLE", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, @@ -50470,11 +55621,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamplesConnection_SOME", + "name": "projectsHasRequestConnection_SOME", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestHasSampleSamplesConnectionWhere", + "name": "RequestProjectsHasRequestConnectionWhere", "ofType": null }, "defaultValue": null, @@ -50482,11 +55633,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_ALL", - "description": "Return Requests where all of the related Samples match this filter", + "name": "projectsHasRequest_ALL", + "description": "Return Requests where all of the related Projects match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "ProjectWhere", "ofType": null }, "defaultValue": null, @@ -50494,11 +55645,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_NONE", - "description": "Return Requests where none of the related Samples match this filter", + "name": "projectsHasRequest_NONE", + "description": "Return Requests where none of the related Projects match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "ProjectWhere", "ofType": null }, "defaultValue": null, @@ -50506,11 +55657,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_SINGLE", - "description": "Return Requests where one of the related Samples match this filter", + "name": "projectsHasRequest_SINGLE", + "description": "Return Requests where one of the related Projects match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "ProjectWhere", "ofType": null }, "defaultValue": null, @@ -50518,11 +55669,11 @@ "deprecationReason": null }, { - "name": "hasSampleSamples_SOME", - "description": "Return Requests where some of the related Samples match this filter", + "name": "projectsHasRequest_SOME", + "description": "Return Requests where some of the related Projects match this filter", "type": { "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "name": "ProjectWhere", "ofType": null }, "defaultValue": null, @@ -50530,7 +55681,7 @@ "deprecationReason": null }, { - "name": "igoProjectId", + "name": "qcAccessEmails", "description": null, "type": { "kind": "SCALAR", @@ -50542,7 +55693,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_CONTAINS", + "name": "qcAccessEmails_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50554,7 +55705,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_ENDS_WITH", + "name": "qcAccessEmails_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50566,7 +55717,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_IN", + "name": "qcAccessEmails_IN", "description": null, "type": { "kind": "LIST", @@ -50586,7 +55737,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_NOT", + "name": "qcAccessEmails_NOT", "description": null, "type": { "kind": "SCALAR", @@ -50598,7 +55749,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_NOT_CONTAINS", + "name": "qcAccessEmails_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50610,7 +55761,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_NOT_ENDS_WITH", + "name": "qcAccessEmails_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50622,7 +55773,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_NOT_IN", + "name": "qcAccessEmails_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -50642,7 +55793,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_NOT_STARTS_WITH", + "name": "qcAccessEmails_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50654,7 +55805,7 @@ "deprecationReason": null }, { - "name": "igoProjectId_STARTS_WITH", + "name": "qcAccessEmails_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50666,7 +55817,7 @@ "deprecationReason": null }, { - "name": "igoRequestId", + "name": "requestJson", "description": null, "type": { "kind": "SCALAR", @@ -50678,7 +55829,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_CONTAINS", + "name": "requestJson_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50690,7 +55841,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_ENDS_WITH", + "name": "requestJson_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50702,7 +55853,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_IN", + "name": "requestJson_IN", "description": null, "type": { "kind": "LIST", @@ -50722,7 +55873,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT", + "name": "requestJson_NOT", "description": null, "type": { "kind": "SCALAR", @@ -50734,7 +55885,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_CONTAINS", + "name": "requestJson_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50746,7 +55897,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_ENDS_WITH", + "name": "requestJson_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50758,7 +55909,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_IN", + "name": "requestJson_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -50778,7 +55929,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_NOT_STARTS_WITH", + "name": "requestJson_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50790,7 +55941,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_STARTS_WITH", + "name": "requestJson_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50802,7 +55953,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail", + "name": "smileRequestId", "description": null, "type": { "kind": "SCALAR", @@ -50814,7 +55965,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_CONTAINS", + "name": "smileRequestId_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50826,7 +55977,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_ENDS_WITH", + "name": "smileRequestId_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50838,7 +55989,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_IN", + "name": "smileRequestId_IN", "description": null, "type": { "kind": "LIST", @@ -50858,7 +56009,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_NOT", + "name": "smileRequestId_NOT", "description": null, "type": { "kind": "SCALAR", @@ -50870,7 +56021,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_NOT_CONTAINS", + "name": "smileRequestId_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50882,7 +56033,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_NOT_ENDS_WITH", + "name": "smileRequestId_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50894,7 +56045,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_NOT_IN", + "name": "smileRequestId_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -50914,7 +56065,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_NOT_STARTS_WITH", + "name": "smileRequestId_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50926,7 +56077,7 @@ "deprecationReason": null }, { - "name": "investigatorEmail_STARTS_WITH", + "name": "smileRequestId_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50938,7 +56089,7 @@ "deprecationReason": null }, { - "name": "investigatorName", + "name": "strand", "description": null, "type": { "kind": "SCALAR", @@ -50950,7 +56101,7 @@ "deprecationReason": null }, { - "name": "investigatorName_CONTAINS", + "name": "strand_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -50962,7 +56113,7 @@ "deprecationReason": null }, { - "name": "investigatorName_ENDS_WITH", + "name": "strand_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -50974,19 +56125,15 @@ "deprecationReason": null }, { - "name": "investigatorName_IN", + "name": "strand_IN", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -50994,7 +56141,7 @@ "deprecationReason": null }, { - "name": "investigatorName_NOT", + "name": "strand_NOT", "description": null, "type": { "kind": "SCALAR", @@ -51006,7 +56153,7 @@ "deprecationReason": null }, { - "name": "investigatorName_NOT_CONTAINS", + "name": "strand_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -51018,7 +56165,7 @@ "deprecationReason": null }, { - "name": "investigatorName_NOT_ENDS_WITH", + "name": "strand_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -51030,19 +56177,15 @@ "deprecationReason": null }, { - "name": "investigatorName_NOT_IN", + "name": "strand_NOT_IN", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -51050,7 +56193,7 @@ "deprecationReason": null }, { - "name": "investigatorName_NOT_STARTS_WITH", + "name": "strand_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -51062,7 +56205,7 @@ "deprecationReason": null }, { - "name": "investigatorName_STARTS_WITH", + "name": "strand_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -51072,396 +56215,1252 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "isCmoRequest", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isCmoRequest_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RequestsConnection", + "description": null, + "fields": [ { - "name": "labHeadEmail", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RequestEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_CONTAINS", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_ENDS_WITH", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Sample", + "description": null, + "fields": [ { - "name": "labHeadEmail_IN", + "name": "cohortsHasCohortSample", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Cohort", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_NOT", + "name": "cohortsHasCohortSampleAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "CohortWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleCohortCohortsHasCohortSampleAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_NOT_CONTAINS", + "name": "cohortsHasCohortSampleConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleCohortsHasCohortSampleConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_NOT_ENDS_WITH", + "name": "datasource", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_NOT_IN", + "name": "hasMetadataSampleMetadata", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleMetadata", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_NOT_STARTS_WITH", + "name": "hasMetadataSampleMetadataAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleMetadataWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleSampleMetadataHasMetadataSampleMetadataAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadEmail_STARTS_WITH", + "name": "hasMetadataSampleMetadataConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleHasMetadataSampleMetadataConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName", + "name": "hasTempoTempos", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tempo", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_CONTAINS", + "name": "hasTempoTemposAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleTempoHasTempoTemposAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_ENDS_WITH", + "name": "hasTempoTemposConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleHasTempoTemposConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_IN", + "name": "patientsHasSample", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Patient", + "ofType": null + } } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "labHeadName_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_NOT_CONTAINS", + "name": "patientsHasSampleAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "PatientWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SamplePatientPatientsHasSampleAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_NOT_ENDS_WITH", + "name": "patientsHasSampleConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SamplePatientsHasSampleConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SamplePatientsHasSampleConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SamplePatientsHasSampleConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_NOT_IN", + "name": "requestsHasSample", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Request", + "ofType": null + } } } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_NOT_STARTS_WITH", + "name": "requestsHasSampleAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "RequestWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleRequestRequestsHasSampleAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "labHeadName_STARTS_WITH", + "name": "requestsHasSampleConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleRequestsHasSampleConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleRequestsHasSampleConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleRequestsHasSampleConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType", + "name": "revisable", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_CONTAINS", + "name": "sampleAliasesIsAlias", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAlias", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_ENDS_WITH", + "name": "sampleAliasesIsAliasAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleSampleAliasSampleAliasesIsAliasAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_IN", + "name": "sampleAliasesIsAliasConnection", "description": null, + "args": [ + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleSampleAliasesIsAliasConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleSampleAliasesIsAliasConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleSampleAliasesIsAliasConnection", "ofType": null } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "libraryType_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_NOT_CONTAINS", + "name": "sampleCategory", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_NOT_ENDS_WITH", + "name": "sampleClass", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_NOT_IN", + "name": "smileSampleId", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -51469,264 +57468,399 @@ "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleAggregateSelection", + "description": null, + "fields": [ { - "name": "libraryType_NOT_STARTS_WITH", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "libraryType_STARTS_WITH", + "name": "datasource", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "sampleCategory", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_CONTAINS", + "name": "sampleClass", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_ENDS_WITH", + "name": "smileSampleId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleAlias", + "description": null, + "fields": [ { - "name": "namespace_IN", + "name": "isAliasSamples", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "options", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleOptions", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } } } }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_NOT_ENDS_WITH", + "name": "isAliasSamplesAggregate", "description": null, + "args": [ + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "SampleAliasSampleIsAliasSamplesAggregationSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_NOT_IN", + "name": "isAliasSamplesConnection", "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "name": "after", + "description": null, + "type": { "kind": "SCALAR", "name": "String", "ofType": null - } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "directed", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionSort", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_NOT_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "otherContactEmails", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "otherContactEmails_CONTAINS", - "description": null, + ], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAliasIsAliasSamplesConnection", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_ENDS_WITH", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_IN", + "name": "value", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleAliasAggregateSelection", + "description": null, + "fields": [ { - "name": "otherContactEmails_NOT", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_NOT_CONTAINS", + "name": "namespace", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "otherContactEmails_NOT_ENDS_WITH", + "name": "value", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasConnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_NOT_IN", + "name": "isAliasSamples", "description": null, "type": { "kind": "LIST", @@ -51735,8 +57869,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectFieldInput", "ofType": null } } @@ -51744,37 +57878,51 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "otherContactEmails_NOT_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasConnectWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "otherContactEmails_STARTS_WITH", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasWhere", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasCreateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "piEmail", + "name": "isAliasSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesFieldInput", "ofType": null }, "defaultValue": null, @@ -51782,31 +57930,50 @@ "deprecationReason": null }, { - "name": "piEmail_CONTAINS", + "name": "namespace", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail_ENDS_WITH", + "name": "value", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasDeleteInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "piEmail_IN", + "name": "isAliasSamples", "description": null, "type": { "kind": "LIST", @@ -51815,8 +57982,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesDeleteFieldInput", "ofType": null } } @@ -51824,45 +57991,94 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "piEmail_NOT", + "name": "isAliasSamples", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleAliasEdge", + "description": null, + "fields": [ { - "name": "piEmail_NOT_CONTAINS", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "piEmail_NOT_ENDS_WITH", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAlias", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "piEmail_NOT_IN", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -51871,8 +58087,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesAggregateInput", "ofType": null } } @@ -51882,39 +58098,19 @@ "deprecationReason": null }, { - "name": "piEmail_NOT_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "piEmail_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pooledNormals", + "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesAggregateInput", + "ofType": null + } } }, "defaultValue": null, @@ -51922,11 +58118,11 @@ "deprecationReason": null }, { - "name": "pooledNormals_INCLUDES", + "name": "count", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -51934,27 +58130,23 @@ "deprecationReason": null }, { - "name": "pooledNormals_NOT", + "name": "count_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pooledNormals_NOT_INCLUDES", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -51962,11 +58154,11 @@ "deprecationReason": null }, { - "name": "projectManagerName", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -51974,11 +58166,11 @@ "deprecationReason": null }, { - "name": "projectManagerName_CONTAINS", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -51986,19 +58178,30 @@ "deprecationReason": null }, { - "name": "projectManagerName_ENDS_WITH", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectManagerName_IN", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -52007,8 +58210,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleConnectInput", "ofType": null } } @@ -52018,103 +58221,164 @@ "deprecationReason": null }, { - "name": "projectManagerName_NOT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleAliasIsAliasSamplesConnection", + "description": null, + "fields": [ { - "name": "projectManagerName_NOT_CONTAINS", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAliasIsAliasSamplesRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName_NOT_ENDS_WITH", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectManagerName_NOT_IN", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectManagerName_NOT_STARTS_WITH", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectManagerName_STARTS_WITH", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsHasRequestAggregate", + "name": "OR", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestAggregateInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "projectsHasRequestConnection_ALL", + "name": "node", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -52122,47 +58386,61 @@ "deprecationReason": null }, { - "name": "projectsHasRequestConnection_NONE", + "name": "node_NOT", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectsHasRequestConnection_SINGLE", + "name": "node", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCreateInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectsHasRequestConnection_SOME", + "name": "delete", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "RequestProjectsHasRequestConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "projectsHasRequest_ALL", - "description": "Return Requests where all of the related Projects match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "SampleDeleteInput", "ofType": null }, "defaultValue": null, @@ -52170,23 +58448,34 @@ "deprecationReason": null }, { - "name": "projectsHasRequest_NONE", - "description": "Return Requests where none of the related Projects match this filter", + "name": "where", + "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "SampleAliasIsAliasSamplesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "projectsHasRequest_SINGLE", - "description": "Return Requests where one of the related Projects match this filter", + "name": "disconnect", + "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "SampleDisconnectInput", "ofType": null }, "defaultValue": null, @@ -52194,55 +58483,101 @@ "deprecationReason": null }, { - "name": "projectsHasRequest_SOME", - "description": "Return Requests where some of the related Projects match this filter", + "name": "where", + "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "ProjectWhere", + "name": "SampleAliasIsAliasSamplesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "qcAccessEmails", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_CONTAINS", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "qcAccessEmails_ENDS_WITH", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_IN", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -52251,8 +58586,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", "ofType": null } } @@ -52262,11 +58597,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_NOT", + "name": "datasource_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52274,11 +58609,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_NOT_CONTAINS", + "name": "datasource_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52286,11 +58621,11 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_NOT_ENDS_WITH", + "name": "datasource_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52298,31 +58633,23 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_NOT_IN", + "name": "datasource_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "qcAccessEmails_NOT_STARTS_WITH", + "name": "datasource_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52330,7 +58657,7 @@ "deprecationReason": null }, { - "name": "qcAccessEmails_STARTS_WITH", + "name": "datasource_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -52342,11 +58669,11 @@ "deprecationReason": null }, { - "name": "requestJson", + "name": "datasource_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52354,11 +58681,11 @@ "deprecationReason": null }, { - "name": "requestJson_CONTAINS", + "name": "datasource_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52366,11 +58693,11 @@ "deprecationReason": null }, { - "name": "requestJson_ENDS_WITH", + "name": "datasource_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52378,31 +58705,23 @@ "deprecationReason": null }, { - "name": "requestJson_IN", + "name": "datasource_LONGEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_NOT", + "name": "datasource_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52410,11 +58729,11 @@ "deprecationReason": null }, { - "name": "requestJson_NOT_CONTAINS", + "name": "datasource_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52422,11 +58741,11 @@ "deprecationReason": null }, { - "name": "requestJson_NOT_ENDS_WITH", + "name": "datasource_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52434,31 +58753,23 @@ "deprecationReason": null }, { - "name": "requestJson_NOT_IN", + "name": "datasource_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestJson_NOT_STARTS_WITH", + "name": "datasource_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52466,11 +58777,11 @@ "deprecationReason": null }, { - "name": "requestJson_STARTS_WITH", + "name": "datasource_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52478,11 +58789,11 @@ "deprecationReason": null }, { - "name": "smileRequestId", + "name": "datasource_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52490,11 +58801,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_CONTAINS", + "name": "datasource_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52502,11 +58813,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_ENDS_WITH", + "name": "datasource_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52514,31 +58825,23 @@ "deprecationReason": null }, { - "name": "smileRequestId_IN", + "name": "datasource_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_NOT", + "name": "sampleCategory_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52546,11 +58849,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_NOT_CONTAINS", + "name": "sampleCategory_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52558,11 +58861,11 @@ "deprecationReason": null }, { - "name": "smileRequestId_NOT_ENDS_WITH", + "name": "sampleCategory_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52570,31 +58873,23 @@ "deprecationReason": null }, { - "name": "smileRequestId_NOT_IN", + "name": "sampleCategory_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileRequestId_NOT_STARTS_WITH", + "name": "sampleCategory_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -52602,7 +58897,7 @@ "deprecationReason": null }, { - "name": "smileRequestId_STARTS_WITH", + "name": "sampleCategory_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -52614,11 +58909,11 @@ "deprecationReason": null }, { - "name": "strand", + "name": "sampleCategory_GT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52626,11 +58921,11 @@ "deprecationReason": null }, { - "name": "strand_CONTAINS", + "name": "sampleCategory_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52638,11 +58933,11 @@ "deprecationReason": null }, { - "name": "strand_ENDS_WITH", + "name": "sampleCategory_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52650,27 +58945,23 @@ "deprecationReason": null }, { - "name": "strand_IN", + "name": "sampleCategory_LONGEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand_NOT", + "name": "sampleCategory_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52678,11 +58969,11 @@ "deprecationReason": null }, { - "name": "strand_NOT_CONTAINS", + "name": "sampleCategory_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52690,11 +58981,11 @@ "deprecationReason": null }, { - "name": "strand_NOT_ENDS_WITH", + "name": "sampleCategory_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52702,27 +58993,23 @@ "deprecationReason": null }, { - "name": "strand_NOT_IN", + "name": "sampleCategory_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "strand_NOT_STARTS_WITH", + "name": "sampleCategory_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -52730,1682 +59017,540 @@ "deprecationReason": null }, { - "name": "strand_STARTS_WITH", + "name": "sampleCategory_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RequestsConnection", - "description": null, - "fields": [ - { - "name": "edges", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "RequestEdge", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "totalCount", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Sample", - "description": null, - "fields": [ - { - "name": "cohortsHasCohortSample", + "name": "sampleCategory_SHORTEST_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cohort", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "cohortsHasCohortSampleAggregate", + "name": "sampleCategory_SHORTEST_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "CohortWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SampleCohortCohortsHasCohortSampleAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cohortsHasCohortSampleConnection", - "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_SHORTEST_LT", + "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleCohortsHasCohortSampleConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "datasource", + "name": "sampleCategory_SHORTEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadata", + "name": "sampleClass_AVERAGE_EQUAL", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleMetadata", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadataAggregate", + "name": "sampleClass_AVERAGE_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SampleSampleMetadataHasMetadataSampleMetadataAggregationSelection", + "kind": "SCALAR", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadataConnection", + "name": "sampleClass_AVERAGE_GTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleHasMetadataSampleMetadataConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasTempoTempos", + "name": "sampleClass_AVERAGE_LT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Tempo", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasTempoTemposAggregate", + "name": "sampleClass_AVERAGE_LTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SampleTempoHasTempoTemposAggregationSelection", + "kind": "SCALAR", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasTempoTemposConnection", + "name": "sampleClass_EQUAL", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleHasTempoTemposConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsHasSample", + "name": "sampleClass_GT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Patient", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsHasSampleAggregate", + "name": "sampleClass_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "PatientWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SamplePatientPatientsHasSampleAggregationSelection", + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleClass_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsHasSampleConnection", + "name": "sampleClass_LT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SamplePatientsHasSampleConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SamplePatientsHasSampleConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SamplePatientsHasSampleConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasSample", + "name": "sampleClass_LTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Request", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasSampleAggregate", + "name": "sampleClass_SHORTEST_EQUAL", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "RequestWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SampleRequestRequestsHasSampleAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasSampleConnection", + "name": "sampleClass_SHORTEST_GT", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleRequestsHasSampleConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleRequestsHasSampleConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleRequestsHasSampleConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "revisable", + "name": "sampleClass_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAlias", + "name": "sampleClass_SHORTEST_LT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAlias", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAliasAggregate", + "name": "sampleClass_SHORTEST_LTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SampleSampleAliasSampleAliasesIsAliasAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAliasConnection", + "name": "smileSampleId_AVERAGE_EQUAL", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleSampleAliasesIsAliasConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleSampleAliasesIsAliasConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleSampleAliasesIsAliasConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "smileSampleId_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "smileSampleId_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "smileSampleId_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAggregateSelection", - "description": null, - "fields": [ + }, + { + "name": "smileSampleId_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "count", + "name": "smileSampleId_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "datasource", + "name": "smileSampleId_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "smileSampleId_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "smileSampleId_LONGEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "smileSampleId_LONGEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAlias", - "description": null, - "fields": [ + }, { - "name": "isAliasSamples", + "name": "smileSampleId_LONGEST_GTE", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "options", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleOptions", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isAliasSamplesAggregate", + "name": "smileSampleId_LONGEST_LT", "description": null, - "args": [ - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "OBJECT", - "name": "SampleAliasSampleIsAliasSamplesAggregationSelection", + "kind": "SCALAR", + "name": "Int", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "isAliasSamplesConnection", + "name": "smileSampleId_LONGEST_LTE", "description": null, - "args": [ - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directed", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "true", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionSort", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAliasIsAliasSamplesConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "smileSampleId_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "smileSampleId_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAliasAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "smileSampleId_SHORTEST_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace", + "name": "smileSampleId_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "smileSampleId_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasConnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "isAliasSamples", + "name": "smileSampleId_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasConnectWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "smileSampleId_SHORTEST_LTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -54417,26 +59562,14 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "SampleAliasCreateInput", + "kind": "OBJECT", + "name": "SampleAliasIsAliasSamplesRelationship", "description": null, - "fields": null, - "inputFields": [ - { - "name": "isAliasSamples", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesFieldInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + "fields": [ { - "name": "namespace", + "name": "cursor", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -54446,52 +59579,44 @@ "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "node", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Sample", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasDeleteInput", + "name": "SampleAliasIsAliasSamplesUpdateConnectionInput", "description": null, "fields": null, "inputFields": [ { - "name": "isAliasSamples", + "name": "node", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesDeleteFieldInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleUpdateInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -54504,12 +59629,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasDisconnectInput", + "name": "SampleAliasIsAliasSamplesUpdateFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "isAliasSamples", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -54519,7 +59644,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesDisconnectFieldInput", + "name": "SampleAliasIsAliasSamplesConnectFieldInput", "ofType": null } } @@ -54527,63 +59652,9 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAliasEdge", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAlias", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesAggregateInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -54593,7 +59664,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesAggregateInput", + "name": "SampleAliasIsAliasSamplesCreateFieldInput", "ofType": null } } @@ -54603,7 +59674,7 @@ "deprecationReason": null }, { - "name": "OR", + "name": "delete", "description": null, "type": { "kind": "LIST", @@ -54613,7 +59684,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesAggregateInput", + "name": "SampleAliasIsAliasSamplesDeleteFieldInput", "ofType": null } } @@ -54623,23 +59694,31 @@ "deprecationReason": null }, { - "name": "count", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count_GT", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -54647,19 +59726,30 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleAliasOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "count_LT", + "name": "limit", "description": null, "type": { "kind": "SCALAR", @@ -54671,7 +59761,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "offset", "description": null, "type": { "kind": "SCALAR", @@ -54683,12 +59773,20 @@ "deprecationReason": null }, { - "name": "node", - "description": null, + "name": "sort", + "description": "Specify one or more SampleAliasSort objects to sort SampleAliases by. The sorts will be applied in the order in which they are arranged in the array.", "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, @@ -54701,12 +59799,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectFieldInput", + "name": "SampleAliasRelationInput", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "isAliasSamples", "description": null, "type": { "kind": "LIST", @@ -54716,7 +59814,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", + "name": "SampleAliasIsAliasSamplesCreateFieldInput", "ofType": null } } @@ -54724,18 +59822,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleConnectWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "interfaces": null, @@ -54744,51 +59830,11 @@ }, { "kind": "OBJECT", - "name": "SampleAliasIsAliasSamplesConnection", + "name": "SampleAliasSampleIsAliasSamplesAggregationSelection", "description": null, "fields": [ { - "name": "edges", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAliasIsAliasSamplesRelationship", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", + "name": "count", "description": null, "args": [], "type": { @@ -54802,150 +59848,112 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { "name": "node", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "SampleSort", + "kind": "OBJECT", + "name": "SampleAliasSampleIsAliasSamplesNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "kind": "OBJECT", + "name": "SampleAliasSampleIsAliasSamplesNodeAggregateSelection", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "AND", + "name": "datasource", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "sampleCategory", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", - "ofType": null - } + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "sampleClass", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node_NOT", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", + "name": "smileSampleId", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesDeleteFieldInput", - "description": null, + "name": "SampleAliasSort", + "description": "Fields to sort SampleAliases by. The order in which sorts are applied is not guaranteed when specifying many fields in one SampleAliasSort object.", "fields": null, "inputFields": [ { - "name": "delete", + "name": "namespace", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -54953,11 +59961,11 @@ "deprecationReason": null }, { - "name": "where", + "name": "value", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, @@ -54971,16 +59979,36 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesDisconnectFieldInput", + "name": "SampleAliasUpdateInput", "description": null, "fields": null, "inputFields": [ { - "name": "disconnect", + "name": "isAliasSamples", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesUpdateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespace", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -54988,11 +60016,11 @@ "deprecationReason": null }, { - "name": "where", + "name": "value", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55006,12 +60034,12 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesFieldInput", + "name": "SampleAliasWhere", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -55021,7 +60049,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectFieldInput", + "name": "SampleAliasWhere", "ofType": null } } @@ -55031,7 +60059,7 @@ "deprecationReason": null }, { - "name": "create", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -55041,7 +60069,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesCreateFieldInput", + "name": "SampleAliasWhere", "ofType": null } } @@ -55049,64 +60077,37 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "isAliasSamplesAggregate", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesAggregateInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "isAliasSamplesConnection_ALL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "datasource_AVERAGE_EQUAL", + "name": "isAliasSamplesConnection_NONE", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -55114,11 +60115,11 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GT", + "name": "isAliasSamplesConnection_SINGLE", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -55126,11 +60127,11 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GTE", + "name": "isAliasSamplesConnection_SOME", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleAliasIsAliasSamplesConnectionWhere", "ofType": null }, "defaultValue": null, @@ -55138,11 +60139,11 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LT", - "description": null, + "name": "isAliasSamples_ALL", + "description": "Return SampleAliases where all of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -55150,11 +60151,11 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LTE", - "description": null, + "name": "isAliasSamples_NONE", + "description": "Return SampleAliases where none of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -55162,11 +60163,11 @@ "deprecationReason": null }, { - "name": "datasource_EQUAL", - "description": null, + "name": "isAliasSamples_SINGLE", + "description": "Return SampleAliases where one of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -55174,11 +60175,11 @@ "deprecationReason": null }, { - "name": "datasource_GT", - "description": null, + "name": "isAliasSamples_SOME", + "description": "Return SampleAliases where some of the related Samples match this filter", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, "defaultValue": null, @@ -55186,11 +60187,11 @@ "deprecationReason": null }, { - "name": "datasource_GTE", + "name": "namespace", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55198,11 +60199,11 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_EQUAL", + "name": "namespace_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55210,11 +60211,11 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GT", + "name": "namespace_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55222,23 +60223,31 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GTE", + "name": "namespace_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "datasource_LONGEST_LT", + "name": "namespace_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55246,11 +60255,11 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LTE", + "name": "namespace_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55258,11 +60267,11 @@ "deprecationReason": null }, { - "name": "datasource_LT", + "name": "namespace_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55270,23 +60279,31 @@ "deprecationReason": null }, { - "name": "datasource_LTE", + "name": "namespace_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "datasource_SHORTEST_EQUAL", + "name": "namespace_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55294,11 +60311,11 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GT", + "name": "namespace_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55306,11 +60323,11 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GTE", + "name": "value", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55318,11 +60335,11 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LT", + "name": "value_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55330,11 +60347,11 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LTE", + "name": "value_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55342,23 +60359,31 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_EQUAL", + "name": "value_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GT", + "name": "value_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55366,11 +60391,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GTE", + "name": "value_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55378,11 +60403,11 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LT", + "name": "value_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -55390,19 +60415,27 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LTE", + "name": "value_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_EQUAL", + "name": "value_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", @@ -55414,115 +60447,203 @@ "deprecationReason": null }, { - "name": "sampleCategory_GT", + "name": "value_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleAliasesConnection", + "description": null, + "fields": [ { - "name": "sampleCategory_GTE", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleAliasEdge", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_EQUAL", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GT", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleCohortCohortsHasCohortSampleAggregationSelection", + "description": null, + "fields": [ { - "name": "sampleCategory_LONGEST_GTE", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LT", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "SampleCohortCohortsHasCohortSampleNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleCohortCohortsHasCohortSampleNodeAggregateSelection", + "description": null, + "fields": [ { - "name": "sampleCategory_LONGEST_LTE", + "name": "cohortId", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleCategory_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_EQUAL", + "name": "count", "description": null, "type": { "kind": "SCALAR", @@ -55534,7 +60655,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GT", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", @@ -55546,7 +60667,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GTE", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", @@ -55558,7 +60679,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LT", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", @@ -55570,7 +60691,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LTE", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", @@ -55582,119 +60703,207 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_AVERAGE_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortConnectInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "CohortConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleCohortsHasCohortSampleConnection", + "description": null, + "fields": [ { - "name": "sampleClass_AVERAGE_LT", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleCohortsHasCohortSampleRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LTE", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_EQUAL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_GTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_EQUAL", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortWhere", "ofType": null }, "defaultValue": null, @@ -55702,35 +60911,61 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GTE", + "name": "node_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_LONGEST_LT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CohortCreateInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_LONGEST_LTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortDeleteInput", "ofType": null }, "defaultValue": null, @@ -55738,23 +60973,34 @@ "deprecationReason": null }, { - "name": "sampleClass_LT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_LTE", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "CohortDisconnectInput", "ofType": null }, "defaultValue": null, @@ -55762,67 +61008,121 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_EQUAL", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_SHORTEST_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_SHORTEST_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_EQUAL", + "name": "cohortId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -55834,7 +61134,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GT", + "name": "cohortId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -55846,7 +61146,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GTE", + "name": "cohortId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -55858,7 +61158,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LT", + "name": "cohortId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -55870,7 +61170,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LTE", + "name": "cohortId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -55882,7 +61182,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_EQUAL", + "name": "cohortId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -55894,7 +61194,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_GT", + "name": "cohortId_GT", "description": null, "type": { "kind": "SCALAR", @@ -55906,7 +61206,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_GTE", + "name": "cohortId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -55918,7 +61218,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_EQUAL", + "name": "cohortId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -55930,7 +61230,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GT", + "name": "cohortId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -55942,7 +61242,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GTE", + "name": "cohortId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -55954,7 +61254,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LT", + "name": "cohortId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -55966,7 +61266,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LTE", + "name": "cohortId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -55978,7 +61278,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LT", + "name": "cohortId_LT", "description": null, "type": { "kind": "SCALAR", @@ -55990,7 +61290,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_LTE", + "name": "cohortId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -56002,7 +61302,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_EQUAL", + "name": "cohortId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -56014,7 +61314,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GT", + "name": "cohortId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -56026,7 +61326,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GTE", + "name": "cohortId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -56038,7 +61338,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LT", + "name": "cohortId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -56050,7 +61350,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LTE", + "name": "cohortId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -56068,7 +61368,7 @@ }, { "kind": "OBJECT", - "name": "SampleAliasIsAliasSamplesRelationship", + "name": "SampleCohortsHasCohortSampleRelationship", "description": null, "fields": [ { @@ -56096,7 +61396,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Sample", + "name": "Cohort", "ofType": null } }, @@ -56111,7 +61411,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesUpdateConnectionInput", + "name": "SampleCohortsHasCohortSampleUpdateConnectionInput", "description": null, "fields": null, "inputFields": [ @@ -56120,7 +61420,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleUpdateInput", + "name": "CohortUpdateInput", "ofType": null }, "defaultValue": null, @@ -56134,7 +61434,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesUpdateFieldInput", + "name": "SampleCohortsHasCohortSampleUpdateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -56149,7 +61449,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectFieldInput", + "name": "SampleCohortsHasCohortSampleConnectFieldInput", "ofType": null } } @@ -56169,7 +61469,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesCreateFieldInput", + "name": "SampleCohortsHasCohortSampleCreateFieldInput", "ofType": null } } @@ -56189,7 +61489,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesDeleteFieldInput", + "name": "SampleCohortsHasCohortSampleDeleteFieldInput", "ofType": null } } @@ -56209,7 +61509,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesDisconnectFieldInput", + "name": "SampleCohortsHasCohortSampleDisconnectFieldInput", "ofType": null } } @@ -56223,7 +61523,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesUpdateConnectionInput", + "name": "SampleCohortsHasCohortSampleUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -56235,7 +61535,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "name": "SampleCohortsHasCohortSampleConnectionWhere", "ofType": null }, "defaultValue": null, @@ -56249,37 +61549,13 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasOptions", + "name": "SampleConnectInput", "description": null, "fields": null, "inputFields": [ { - "name": "limit", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "offset", + "name": "cohortsHasCohortSample", "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sort", - "description": "Specify one or more SampleAliasSort objects to sort SampleAliases by. The sorts will be applied in the order in which they are arranged in the array.", "type": { "kind": "LIST", "name": null, @@ -56288,7 +61564,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasSort", + "name": "SampleCohortsHasCohortSampleConnectFieldInput", "ofType": null } } @@ -56296,20 +61572,9 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasRelationInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "isAliasSamples", + "name": "hasMetadataSampleMetadata", "description": null, "type": { "kind": "LIST", @@ -56319,7 +61584,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesCreateFieldInput", + "name": "SampleHasMetadataSampleMetadataConnectFieldInput", "ofType": null } } @@ -56327,152 +61592,83 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAliasSampleIsAliasSamplesAggregationSelection", - "description": null, - "fields": [ - { - "name": "count", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "SampleAliasSampleIsAliasSamplesNodeAggregateSelection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAliasSampleIsAliasSamplesNodeAggregateSelection", - "description": null, - "fields": [ - { - "name": "datasource", + "name": "hasTempoTempos", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "patientsHasSample", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SamplePatientsHasSampleConnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "requestsHasSample", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleRequestsHasSampleConnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "sampleAliasesIsAlias", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleSampleAliasesIsAliasConnectFieldInput", + "ofType": null + } } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleAliasSort", - "description": "Fields to sort SampleAliases by. The order in which sorts are applied is not guaranteed when specifying many fields in one SampleAliasSort object.", - "fields": null, - "inputFields": [ - { - "name": "namespace", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "type": { - "kind": "ENUM", - "name": "SortDirection", - "ofType": null - }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null @@ -56484,53 +61680,25 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasUpdateInput", + "name": "SampleConnectWhere", "description": null, "fields": null, "inputFields": [ { - "name": "isAliasSamples", + "name": "node", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesUpdateFieldInput", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "namespace", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "interfaces": null, @@ -56539,44 +61707,32 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", + "name": "SampleCreateInput", "description": null, "fields": null, "inputFields": [ { - "name": "AND", + "name": "cohortsHasCohortSample", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleFieldInput", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "datasource", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -56584,23 +61740,11 @@ "deprecationReason": null }, { - "name": "isAliasSamplesAggregate", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesAggregateInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isAliasSamplesConnection_ALL", + "name": "hasMetadataSampleMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "name": "SampleHasMetadataSampleMetadataFieldInput", "ofType": null }, "defaultValue": null, @@ -56608,11 +61752,11 @@ "deprecationReason": null }, { - "name": "isAliasSamplesConnection_NONE", + "name": "hasTempoTempos", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "name": "SampleHasTempoTemposFieldInput", "ofType": null }, "defaultValue": null, @@ -56620,11 +61764,11 @@ "deprecationReason": null }, { - "name": "isAliasSamplesConnection_SINGLE", + "name": "patientsHasSample", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", + "name": "SamplePatientsHasSampleFieldInput", "ofType": null }, "defaultValue": null, @@ -56632,95 +61776,11 @@ "deprecationReason": null }, { - "name": "isAliasSamplesConnection_SOME", + "name": "requestsHasSample", "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleAliasIsAliasSamplesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isAliasSamples_ALL", - "description": "Return SampleAliases where all of the related Samples match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isAliasSamples_NONE", - "description": "Return SampleAliases where none of the related Samples match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isAliasSamples_SINGLE", - "description": "Return SampleAliases where one of the related Samples match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isAliasSamples_SOME", - "description": "Return SampleAliases where some of the related Samples match this filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_ENDS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", + "name": "SampleRequestsHasSampleFieldInput", "ofType": null }, "defaultValue": null, @@ -56728,19 +61788,15 @@ "deprecationReason": null }, { - "name": "namespace_IN", + "name": "revisable", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "defaultValue": null, @@ -56748,35 +61804,11 @@ "deprecationReason": null }, { - "name": "namespace_NOT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_NOT_CONTAINS", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "namespace_NOT_ENDS_WITH", + "name": "sampleAliasesIsAlias", "description": null, - "type": { - "kind": "SCALAR", - "name": "String", + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleSampleAliasesIsAliasFieldInput", "ofType": null }, "defaultValue": null, @@ -56784,19 +61816,15 @@ "deprecationReason": null }, { - "name": "namespace_NOT_IN", + "name": "sampleCategory", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null, @@ -56804,67 +61832,110 @@ "deprecationReason": null }, { - "name": "namespace_NOT_STARTS_WITH", + "name": "sampleClass", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "namespace_STARTS_WITH", + "name": "smileSampleId", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "value", + "name": "cohortsHasCohortSample", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_CONTAINS", + "name": "hasMetadataSampleMetadata", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_ENDS_WITH", + "name": "hasTempoTempos", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_IN", + "name": "patientsHasSample", "description": null, "type": { "kind": "LIST", @@ -56873,8 +61944,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SamplePatientsHasSampleDeleteFieldInput", "ofType": null } } @@ -56884,43 +61955,78 @@ "deprecationReason": null }, { - "name": "value_NOT", + "name": "requestsHasSample", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleRequestsHasSampleDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_NOT_CONTAINS", + "name": "sampleAliasesIsAlias", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleSampleAliasesIsAliasDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleDisconnectInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "value_NOT_ENDS_WITH", + "name": "cohortsHasCohortSample", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCohortsHasCohortSampleDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_NOT_IN", + "name": "hasMetadataSampleMetadata", "description": null, "type": { "kind": "LIST", @@ -56929,8 +62035,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataDisconnectFieldInput", "ofType": null } } @@ -56940,108 +62046,97 @@ "deprecationReason": null }, { - "name": "value_NOT_STARTS_WITH", + "name": "hasTempoTempos", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "value_STARTS_WITH", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleAliasesConnection", - "description": null, - "fields": [ - { - "name": "edges", + "name": "patientsHasSample", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleAliasEdge", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SamplePatientsHasSampleDisconnectFieldInput", + "ofType": null } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "requestsHasSample", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleRequestsHasSampleDisconnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "sampleAliasesIsAlias", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleSampleAliasesIsAliasDisconnectFieldInput", + "ofType": null + } } }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "SampleCohortCohortsHasCohortSampleAggregationSelection", + "name": "SampleEdge", "description": null, "fields": [ { - "name": "count", + "name": "cursor", "description": null, "args": [], "type": { @@ -57049,7 +62144,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -57060,35 +62155,12 @@ "name": "node", "description": null, "args": [], - "type": { - "kind": "OBJECT", - "name": "SampleCohortCohortsHasCohortSampleNodeAggregateSelection", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleCohortCohortsHasCohortSampleNodeAggregateSelection", - "description": null, - "fields": [ - { - "name": "cohortId", - "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", + "name": "Sample", "ofType": null } }, @@ -57103,7 +62175,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleAggregateInput", + "name": "SampleHasMetadataSampleMetadataAggregateInput", "description": null, "fields": null, "inputFields": [ @@ -57118,7 +62190,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleAggregateInput", + "name": "SampleHasMetadataSampleMetadataAggregateInput", "ofType": null } } @@ -57138,7 +62210,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleAggregateInput", + "name": "SampleHasMetadataSampleMetadataAggregateInput", "ofType": null } } @@ -57212,7 +62284,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, @@ -57226,7 +62298,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectFieldInput", + "name": "SampleHasMetadataSampleMetadataConnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -57241,7 +62313,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortConnectInput", + "name": "SampleMetadataConnectInput", "ofType": null } } @@ -57255,7 +62327,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortConnectWhere", + "name": "SampleMetadataConnectWhere", "ofType": null }, "defaultValue": null, @@ -57269,7 +62341,7 @@ }, { "kind": "OBJECT", - "name": "SampleCohortsHasCohortSampleConnection", + "name": "SampleHasMetadataSampleMetadataConnection", "description": null, "fields": [ { @@ -57287,7 +62359,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SampleCohortsHasCohortSampleRelationship", + "name": "SampleHasMetadataSampleMetadataRelationship", "ofType": null } } @@ -57336,7 +62408,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionSort", + "name": "SampleHasMetadataSampleMetadataConnectionSort", "description": null, "fields": null, "inputFields": [ @@ -57345,7 +62417,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortSort", + "name": "SampleMetadataSort", "ofType": null }, "defaultValue": null, @@ -57359,7 +62431,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", "description": null, "fields": null, "inputFields": [ @@ -57374,7 +62446,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", "ofType": null } } @@ -57394,7 +62466,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", "ofType": null } } @@ -57408,7 +62480,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "name": "SampleMetadataWhere", "ofType": null }, "defaultValue": null, @@ -57420,7 +62492,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortWhere", + "name": "SampleMetadataWhere", "ofType": null }, "defaultValue": null, @@ -57434,7 +62506,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleCreateFieldInput", + "name": "SampleHasMetadataSampleMetadataCreateFieldInput", "description": null, "fields": null, "inputFields": [ @@ -57446,7 +62518,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "CohortCreateInput", + "name": "SampleMetadataCreateInput", "ofType": null } }, @@ -57461,7 +62533,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleDeleteFieldInput", + "name": "SampleHasMetadataSampleMetadataDeleteFieldInput", "description": null, "fields": null, "inputFields": [ @@ -57470,7 +62542,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortDeleteInput", + "name": "SampleMetadataDeleteInput", "ofType": null }, "defaultValue": null, @@ -57482,7 +62554,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -57496,7 +62568,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleDisconnectFieldInput", + "name": "SampleHasMetadataSampleMetadataDisconnectFieldInput", "description": null, "fields": null, "inputFields": [ @@ -57505,7 +62577,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "CohortDisconnectInput", + "name": "SampleMetadataDisconnectInput", "ofType": null }, "defaultValue": null, @@ -57517,7 +62589,7 @@ "description": null, "type": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", "ofType": null }, "defaultValue": null, @@ -57531,7 +62603,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleFieldInput", + "name": "SampleHasMetadataSampleMetadataFieldInput", "description": null, "fields": null, "inputFields": [ @@ -57546,7 +62618,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectFieldInput", + "name": "SampleHasMetadataSampleMetadataConnectFieldInput", "ofType": null } } @@ -57566,7 +62638,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleCreateFieldInput", + "name": "SampleHasMetadataSampleMetadataCreateFieldInput", "ofType": null } } @@ -57582,7 +62654,7 @@ }, { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", "description": null, "fields": null, "inputFields": [ @@ -57597,7 +62669,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", "ofType": null } } @@ -57617,7 +62689,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleNodeAggregationWhereInput", + "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", "ofType": null } } @@ -57627,7 +62699,7 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_EQUAL", + "name": "additionalProperties_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -57639,7 +62711,7 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_GT", + "name": "additionalProperties_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -57651,7 +62723,7 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_GTE", + "name": "additionalProperties_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -57663,7 +62735,7 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_LT", + "name": "additionalProperties_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -57675,7 +62747,7 @@ "deprecationReason": null }, { - "name": "cohortId_AVERAGE_LTE", + "name": "additionalProperties_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -57687,11 +62759,155 @@ "deprecationReason": null }, { - "name": "cohortId_EQUAL", + "name": "additionalProperties_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LONGEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LONGEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LONGEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LONGEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LONGEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "additionalProperties_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -57699,7 +62915,7 @@ "deprecationReason": null }, { - "name": "cohortId_GT", + "name": "additionalProperties_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -57711,7 +62927,7 @@ "deprecationReason": null }, { - "name": "cohortId_GTE", + "name": "additionalProperties_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -57723,11 +62939,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_EQUAL", + "name": "baitSet_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -57735,11 +62951,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_GT", + "name": "baitSet_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -57747,11 +62963,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_GTE", + "name": "baitSet_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -57759,11 +62975,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_LT", + "name": "baitSet_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -57771,11 +62987,11 @@ "deprecationReason": null }, { - "name": "cohortId_LONGEST_LTE", + "name": "baitSet_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -57783,11 +62999,11 @@ "deprecationReason": null }, { - "name": "cohortId_LT", + "name": "baitSet_EQUAL", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -57795,7 +63011,7 @@ "deprecationReason": null }, { - "name": "cohortId_LTE", + "name": "baitSet_GT", "description": null, "type": { "kind": "SCALAR", @@ -57807,7 +63023,7 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_EQUAL", + "name": "baitSet_GTE", "description": null, "type": { "kind": "SCALAR", @@ -57819,7 +63035,7 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_GT", + "name": "baitSet_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -57831,7 +63047,7 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_GTE", + "name": "baitSet_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -57843,7 +63059,7 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_LT", + "name": "baitSet_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -57855,7 +63071,7 @@ "deprecationReason": null }, { - "name": "cohortId_SHORTEST_LTE", + "name": "baitSet_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -57865,170 +63081,97 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleCohortsHasCohortSampleRelationship", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "baitSet_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "baitSet_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cohort", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "baitSet_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "CohortUpdateInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "baitSet_SHORTEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "baitSet_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "baitSet_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "baitSet_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "baitSet_SHORTEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleUpdateConnectionInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58036,192 +63179,107 @@ "deprecationReason": null }, { - "name": "where", + "name": "cfDNA2dBarcode_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "cohortsHasCohortSample", + "name": "cfDNA2dBarcode_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadata", + "name": "cfDNA2dBarcode_AVERAGE_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasTempoTempos", + "name": "cfDNA2dBarcode_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsHasSample", + "name": "cfDNA2dBarcode_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SamplePatientsHasSampleConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasSample", + "name": "cfDNA2dBarcode_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleRequestsHasSampleConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAlias", + "name": "cfDNA2dBarcode_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleSampleAliasesIsAliasConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleConnectWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "cfDNA2dBarcode_GTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "cohortsHasCohortSample", + "name": "cfDNA2dBarcode_LONGEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58229,27 +63287,23 @@ "deprecationReason": null }, { - "name": "datasource", + "name": "cfDNA2dBarcode_LONGEST_GT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadata", + "name": "cfDNA2dBarcode_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58257,11 +63311,11 @@ "deprecationReason": null }, { - "name": "hasTempoTempos", + "name": "cfDNA2dBarcode_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58269,11 +63323,11 @@ "deprecationReason": null }, { - "name": "patientsHasSample", + "name": "cfDNA2dBarcode_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SamplePatientsHasSampleFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58281,11 +63335,11 @@ "deprecationReason": null }, { - "name": "requestsHasSample", + "name": "cfDNA2dBarcode_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleRequestsHasSampleFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58293,27 +63347,23 @@ "deprecationReason": null }, { - "name": "revisable", + "name": "cfDNA2dBarcode_LTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAlias", + "name": "cfDNA2dBarcode_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleSampleAliasesIsAliasFieldInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58321,411 +63371,235 @@ "deprecationReason": null }, { - "name": "sampleCategory", + "name": "cfDNA2dBarcode_SHORTEST_GT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "cfDNA2dBarcode_SHORTEST_GTE", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "cfDNA2dBarcode_SHORTEST_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "cohortsHasCohortSample", + "name": "cfDNA2dBarcode_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadata", + "name": "cmoInfoIgoId_AVERAGE_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasTempoTempos", + "name": "cmoInfoIgoId_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "patientsHasSample", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SamplePatientsHasSampleDeleteFieldInput", - "ofType": null - } - } + }, + { + "name": "cmoInfoIgoId_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasSample", + "name": "cmoInfoIgoId_AVERAGE_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleRequestsHasSampleDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAlias", + "name": "cmoInfoIgoId_AVERAGE_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleSampleAliasesIsAliasDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "cohortsHasCohortSample", + "name": "cmoInfoIgoId_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCohortsHasCohortSampleDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasMetadataSampleMetadata", + "name": "cmoInfoIgoId_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasTempoTempos", + "name": "cmoInfoIgoId_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "patientsHasSample", + "name": "cmoInfoIgoId_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SamplePatientsHasSampleDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestsHasSample", + "name": "cmoInfoIgoId_LONGEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleRequestsHasSampleDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleAliasesIsAlias", + "name": "cmoInfoIgoId_LONGEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleSampleAliasesIsAliasDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleEdge", - "description": null, - "fields": [ + }, { - "name": "cursor", + "name": "cmoInfoIgoId_LONGEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "cmoInfoIgoId_LONGEST_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "cmoInfoIgoId_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "cmoInfoIgoId_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "cmoInfoIgoId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -58737,7 +63611,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "cmoInfoIgoId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -58749,7 +63623,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "cmoInfoIgoId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -58761,7 +63635,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "cmoInfoIgoId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -58773,7 +63647,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "cmoInfoIgoId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -58785,207 +63659,119 @@ "deprecationReason": null }, { - "name": "node", + "name": "cmoPatientId_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "cmoPatientId_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "cmoPatientId_AVERAGE_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataConnectWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleHasMetadataSampleMetadataConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "cmoPatientId_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleHasMetadataSampleMetadataRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "cmoPatientId_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "cmoPatientId_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "cmoPatientId_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataSort", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "cmoPatientId_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "cmoPatientId_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "cmoPatientId_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -58993,61 +63779,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "cmoPatientId_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "cmoPatientId_LONGEST_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "cmoPatientId_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -59055,34 +63815,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "cmoPatientId_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "cmoPatientId_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -59090,121 +63839,67 @@ "deprecationReason": null }, { - "name": "where", + "name": "cmoPatientId_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "cmoPatientId_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "cmoPatientId_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "cmoPatientId_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "cmoPatientId_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "additionalProperties_AVERAGE_EQUAL", + "name": "cmoSampleIdFields_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59216,7 +63911,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_AVERAGE_GT", + "name": "cmoSampleIdFields_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -59228,7 +63923,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_AVERAGE_GTE", + "name": "cmoSampleIdFields_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59240,7 +63935,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_AVERAGE_LT", + "name": "cmoSampleIdFields_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -59252,7 +63947,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_AVERAGE_LTE", + "name": "cmoSampleIdFields_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59264,7 +63959,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_EQUAL", + "name": "cmoSampleIdFields_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59276,7 +63971,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_GT", + "name": "cmoSampleIdFields_GT", "description": null, "type": { "kind": "SCALAR", @@ -59288,7 +63983,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_GTE", + "name": "cmoSampleIdFields_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59300,7 +63995,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LONGEST_EQUAL", + "name": "cmoSampleIdFields_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59312,7 +64007,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LONGEST_GT", + "name": "cmoSampleIdFields_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -59324,7 +64019,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LONGEST_GTE", + "name": "cmoSampleIdFields_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59336,7 +64031,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LONGEST_LT", + "name": "cmoSampleIdFields_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -59348,7 +64043,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LONGEST_LTE", + "name": "cmoSampleIdFields_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59360,7 +64055,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LT", + "name": "cmoSampleIdFields_LT", "description": null, "type": { "kind": "SCALAR", @@ -59372,7 +64067,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_LTE", + "name": "cmoSampleIdFields_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59384,7 +64079,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_SHORTEST_EQUAL", + "name": "cmoSampleIdFields_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59396,7 +64091,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_SHORTEST_GT", + "name": "cmoSampleIdFields_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -59408,7 +64103,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_SHORTEST_GTE", + "name": "cmoSampleIdFields_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59420,7 +64115,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_SHORTEST_LT", + "name": "cmoSampleIdFields_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -59432,7 +64127,7 @@ "deprecationReason": null }, { - "name": "additionalProperties_SHORTEST_LTE", + "name": "cmoSampleIdFields_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59444,7 +64139,7 @@ "deprecationReason": null }, { - "name": "baitSet_AVERAGE_EQUAL", + "name": "cmoSampleName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59456,7 +64151,7 @@ "deprecationReason": null }, { - "name": "baitSet_AVERAGE_GT", + "name": "cmoSampleName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -59468,7 +64163,7 @@ "deprecationReason": null }, { - "name": "baitSet_AVERAGE_GTE", + "name": "cmoSampleName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59480,7 +64175,7 @@ "deprecationReason": null }, { - "name": "baitSet_AVERAGE_LT", + "name": "cmoSampleName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -59492,7 +64187,7 @@ "deprecationReason": null }, { - "name": "baitSet_AVERAGE_LTE", + "name": "cmoSampleName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59504,7 +64199,7 @@ "deprecationReason": null }, { - "name": "baitSet_EQUAL", + "name": "cmoSampleName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59516,7 +64211,7 @@ "deprecationReason": null }, { - "name": "baitSet_GT", + "name": "cmoSampleName_GT", "description": null, "type": { "kind": "SCALAR", @@ -59528,7 +64223,7 @@ "deprecationReason": null }, { - "name": "baitSet_GTE", + "name": "cmoSampleName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59540,7 +64235,7 @@ "deprecationReason": null }, { - "name": "baitSet_LONGEST_EQUAL", + "name": "cmoSampleName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59552,7 +64247,7 @@ "deprecationReason": null }, { - "name": "baitSet_LONGEST_GT", + "name": "cmoSampleName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -59564,7 +64259,7 @@ "deprecationReason": null }, { - "name": "baitSet_LONGEST_GTE", + "name": "cmoSampleName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59576,7 +64271,7 @@ "deprecationReason": null }, { - "name": "baitSet_LONGEST_LT", + "name": "cmoSampleName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -59588,7 +64283,7 @@ "deprecationReason": null }, { - "name": "baitSet_LONGEST_LTE", + "name": "cmoSampleName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59600,7 +64295,7 @@ "deprecationReason": null }, { - "name": "baitSet_LT", + "name": "cmoSampleName_LT", "description": null, "type": { "kind": "SCALAR", @@ -59612,7 +64307,7 @@ "deprecationReason": null }, { - "name": "baitSet_LTE", + "name": "cmoSampleName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59624,7 +64319,7 @@ "deprecationReason": null }, { - "name": "baitSet_SHORTEST_EQUAL", + "name": "cmoSampleName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59636,7 +64331,7 @@ "deprecationReason": null }, { - "name": "baitSet_SHORTEST_GT", + "name": "cmoSampleName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -59648,7 +64343,7 @@ "deprecationReason": null }, { - "name": "baitSet_SHORTEST_GTE", + "name": "cmoSampleName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59660,7 +64355,7 @@ "deprecationReason": null }, { - "name": "baitSet_SHORTEST_LT", + "name": "cmoSampleName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -59672,7 +64367,7 @@ "deprecationReason": null }, { - "name": "baitSet_SHORTEST_LTE", + "name": "cmoSampleName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59684,7 +64379,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_AVERAGE_EQUAL", + "name": "collectionYear_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59696,7 +64391,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_AVERAGE_GT", + "name": "collectionYear_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -59708,7 +64403,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_AVERAGE_GTE", + "name": "collectionYear_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59720,7 +64415,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_AVERAGE_LT", + "name": "collectionYear_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -59732,7 +64427,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_AVERAGE_LTE", + "name": "collectionYear_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59744,7 +64439,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_EQUAL", + "name": "collectionYear_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59756,7 +64451,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_GT", + "name": "collectionYear_GT", "description": null, "type": { "kind": "SCALAR", @@ -59768,7 +64463,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_GTE", + "name": "collectionYear_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59780,7 +64475,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LONGEST_EQUAL", + "name": "collectionYear_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59792,7 +64487,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LONGEST_GT", + "name": "collectionYear_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -59804,7 +64499,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LONGEST_GTE", + "name": "collectionYear_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59816,7 +64511,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LONGEST_LT", + "name": "collectionYear_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -59828,7 +64523,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LONGEST_LTE", + "name": "collectionYear_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59840,7 +64535,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LT", + "name": "collectionYear_LT", "description": null, "type": { "kind": "SCALAR", @@ -59852,7 +64547,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_LTE", + "name": "collectionYear_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59864,7 +64559,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_SHORTEST_EQUAL", + "name": "collectionYear_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59876,7 +64571,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_SHORTEST_GT", + "name": "collectionYear_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -59888,7 +64583,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_SHORTEST_GTE", + "name": "collectionYear_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59900,7 +64595,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_SHORTEST_LT", + "name": "collectionYear_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -59912,7 +64607,7 @@ "deprecationReason": null }, { - "name": "cfDNA2dBarcode_SHORTEST_LTE", + "name": "collectionYear_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59924,7 +64619,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_AVERAGE_EQUAL", + "name": "genePanel_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59936,7 +64631,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_AVERAGE_GT", + "name": "genePanel_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -59948,7 +64643,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_AVERAGE_GTE", + "name": "genePanel_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -59960,7 +64655,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_AVERAGE_LT", + "name": "genePanel_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -59972,7 +64667,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_AVERAGE_LTE", + "name": "genePanel_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -59984,7 +64679,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_EQUAL", + "name": "genePanel_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -59996,7 +64691,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_GT", + "name": "genePanel_GT", "description": null, "type": { "kind": "SCALAR", @@ -60008,7 +64703,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_GTE", + "name": "genePanel_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60020,7 +64715,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LONGEST_EQUAL", + "name": "genePanel_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60032,7 +64727,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LONGEST_GT", + "name": "genePanel_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60044,7 +64739,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LONGEST_GTE", + "name": "genePanel_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60056,7 +64751,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LONGEST_LT", + "name": "genePanel_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60068,7 +64763,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LONGEST_LTE", + "name": "genePanel_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60080,7 +64775,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LT", + "name": "genePanel_LT", "description": null, "type": { "kind": "SCALAR", @@ -60092,7 +64787,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_LTE", + "name": "genePanel_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60104,7 +64799,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_SHORTEST_EQUAL", + "name": "genePanel_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60116,7 +64811,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_SHORTEST_GT", + "name": "genePanel_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60128,7 +64823,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_SHORTEST_GTE", + "name": "genePanel_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60140,7 +64835,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_SHORTEST_LT", + "name": "genePanel_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60152,7 +64847,7 @@ "deprecationReason": null }, { - "name": "cmoInfoIgoId_SHORTEST_LTE", + "name": "genePanel_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60164,7 +64859,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_AVERAGE_EQUAL", + "name": "igoRequestId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60176,7 +64871,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_AVERAGE_GT", + "name": "igoRequestId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -60188,7 +64883,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_AVERAGE_GTE", + "name": "igoRequestId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60200,7 +64895,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_AVERAGE_LT", + "name": "igoRequestId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -60212,7 +64907,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_AVERAGE_LTE", + "name": "igoRequestId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60224,7 +64919,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_EQUAL", + "name": "igoRequestId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60236,7 +64931,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_GT", + "name": "igoRequestId_GT", "description": null, "type": { "kind": "SCALAR", @@ -60248,7 +64943,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_GTE", + "name": "igoRequestId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60260,7 +64955,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LONGEST_EQUAL", + "name": "igoRequestId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60272,7 +64967,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LONGEST_GT", + "name": "igoRequestId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60284,7 +64979,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LONGEST_GTE", + "name": "igoRequestId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60296,7 +64991,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LONGEST_LT", + "name": "igoRequestId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60308,7 +65003,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LONGEST_LTE", + "name": "igoRequestId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60320,7 +65015,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LT", + "name": "igoRequestId_LT", "description": null, "type": { "kind": "SCALAR", @@ -60332,7 +65027,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_LTE", + "name": "igoRequestId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60344,7 +65039,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_SHORTEST_EQUAL", + "name": "igoRequestId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60356,7 +65051,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_SHORTEST_GT", + "name": "igoRequestId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60368,7 +65063,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_SHORTEST_GTE", + "name": "igoRequestId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60380,7 +65075,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_SHORTEST_LT", + "name": "igoRequestId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60392,7 +65087,7 @@ "deprecationReason": null }, { - "name": "cmoPatientId_SHORTEST_LTE", + "name": "igoRequestId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60404,7 +65099,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_AVERAGE_EQUAL", + "name": "importDate_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60416,7 +65111,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_AVERAGE_GT", + "name": "importDate_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -60428,7 +65123,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_AVERAGE_GTE", + "name": "importDate_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60440,7 +65135,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_AVERAGE_LT", + "name": "importDate_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -60452,7 +65147,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_AVERAGE_LTE", + "name": "importDate_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60464,7 +65159,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_EQUAL", + "name": "importDate_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60476,7 +65171,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_GT", + "name": "importDate_GT", "description": null, "type": { "kind": "SCALAR", @@ -60488,7 +65183,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_GTE", + "name": "importDate_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60500,7 +65195,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LONGEST_EQUAL", + "name": "importDate_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60512,7 +65207,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LONGEST_GT", + "name": "importDate_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60524,7 +65219,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LONGEST_GTE", + "name": "importDate_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60536,7 +65231,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LONGEST_LT", + "name": "importDate_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60548,7 +65243,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LONGEST_LTE", + "name": "importDate_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60560,7 +65255,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LT", + "name": "importDate_LT", "description": null, "type": { "kind": "SCALAR", @@ -60572,7 +65267,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_LTE", + "name": "importDate_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60584,7 +65279,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_SHORTEST_EQUAL", + "name": "importDate_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60596,7 +65291,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_SHORTEST_GT", + "name": "importDate_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60608,7 +65303,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_SHORTEST_GTE", + "name": "importDate_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60620,7 +65315,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_SHORTEST_LT", + "name": "importDate_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60632,7 +65327,7 @@ "deprecationReason": null }, { - "name": "cmoSampleIdFields_SHORTEST_LTE", + "name": "importDate_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60644,7 +65339,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_AVERAGE_EQUAL", + "name": "investigatorSampleId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60656,7 +65351,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_AVERAGE_GT", + "name": "investigatorSampleId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -60668,7 +65363,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_AVERAGE_GTE", + "name": "investigatorSampleId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60680,7 +65375,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_AVERAGE_LT", + "name": "investigatorSampleId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -60692,7 +65387,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_AVERAGE_LTE", + "name": "investigatorSampleId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60704,7 +65399,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_EQUAL", + "name": "investigatorSampleId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60716,7 +65411,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_GT", + "name": "investigatorSampleId_GT", "description": null, "type": { "kind": "SCALAR", @@ -60728,7 +65423,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_GTE", + "name": "investigatorSampleId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60740,7 +65435,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LONGEST_EQUAL", + "name": "investigatorSampleId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60752,7 +65447,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LONGEST_GT", + "name": "investigatorSampleId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60764,7 +65459,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LONGEST_GTE", + "name": "investigatorSampleId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60776,7 +65471,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LONGEST_LT", + "name": "investigatorSampleId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60788,7 +65483,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LONGEST_LTE", + "name": "investigatorSampleId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60800,7 +65495,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LT", + "name": "investigatorSampleId_LT", "description": null, "type": { "kind": "SCALAR", @@ -60812,7 +65507,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_LTE", + "name": "investigatorSampleId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60824,7 +65519,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_SHORTEST_EQUAL", + "name": "investigatorSampleId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60836,7 +65531,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_SHORTEST_GT", + "name": "investigatorSampleId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -60848,7 +65543,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_SHORTEST_GTE", + "name": "investigatorSampleId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60860,7 +65555,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_SHORTEST_LT", + "name": "investigatorSampleId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -60872,7 +65567,7 @@ "deprecationReason": null }, { - "name": "cmoSampleName_SHORTEST_LTE", + "name": "investigatorSampleId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60884,7 +65579,7 @@ "deprecationReason": null }, { - "name": "collectionYear_AVERAGE_EQUAL", + "name": "libraries_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60896,7 +65591,7 @@ "deprecationReason": null }, { - "name": "collectionYear_AVERAGE_GT", + "name": "libraries_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -60908,7 +65603,7 @@ "deprecationReason": null }, { - "name": "collectionYear_AVERAGE_GTE", + "name": "libraries_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60920,7 +65615,7 @@ "deprecationReason": null }, { - "name": "collectionYear_AVERAGE_LT", + "name": "libraries_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -60932,7 +65627,7 @@ "deprecationReason": null }, { - "name": "collectionYear_AVERAGE_LTE", + "name": "libraries_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -60944,7 +65639,7 @@ "deprecationReason": null }, { - "name": "collectionYear_EQUAL", + "name": "libraries_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60956,7 +65651,7 @@ "deprecationReason": null }, { - "name": "collectionYear_GT", + "name": "libraries_GT", "description": null, "type": { "kind": "SCALAR", @@ -60968,7 +65663,7 @@ "deprecationReason": null }, { - "name": "collectionYear_GTE", + "name": "libraries_GTE", "description": null, "type": { "kind": "SCALAR", @@ -60980,7 +65675,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LONGEST_EQUAL", + "name": "libraries_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -60992,7 +65687,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LONGEST_GT", + "name": "libraries_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61004,7 +65699,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LONGEST_GTE", + "name": "libraries_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61016,7 +65711,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LONGEST_LT", + "name": "libraries_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61028,7 +65723,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LONGEST_LTE", + "name": "libraries_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61040,7 +65735,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LT", + "name": "libraries_LT", "description": null, "type": { "kind": "SCALAR", @@ -61052,7 +65747,7 @@ "deprecationReason": null }, { - "name": "collectionYear_LTE", + "name": "libraries_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61064,7 +65759,7 @@ "deprecationReason": null }, { - "name": "collectionYear_SHORTEST_EQUAL", + "name": "libraries_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61076,7 +65771,7 @@ "deprecationReason": null }, { - "name": "collectionYear_SHORTEST_GT", + "name": "libraries_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61088,7 +65783,7 @@ "deprecationReason": null }, { - "name": "collectionYear_SHORTEST_GTE", + "name": "libraries_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61100,7 +65795,7 @@ "deprecationReason": null }, { - "name": "collectionYear_SHORTEST_LT", + "name": "libraries_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61112,7 +65807,7 @@ "deprecationReason": null }, { - "name": "collectionYear_SHORTEST_LTE", + "name": "libraries_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61124,7 +65819,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_EQUAL", + "name": "oncotreeCode_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61136,7 +65831,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_GT", + "name": "oncotreeCode_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -61148,7 +65843,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_GTE", + "name": "oncotreeCode_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61160,7 +65855,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_LT", + "name": "oncotreeCode_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -61172,7 +65867,7 @@ "deprecationReason": null }, { - "name": "genePanel_AVERAGE_LTE", + "name": "oncotreeCode_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61184,7 +65879,7 @@ "deprecationReason": null }, { - "name": "genePanel_EQUAL", + "name": "oncotreeCode_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61196,7 +65891,7 @@ "deprecationReason": null }, { - "name": "genePanel_GT", + "name": "oncotreeCode_GT", "description": null, "type": { "kind": "SCALAR", @@ -61208,7 +65903,7 @@ "deprecationReason": null }, { - "name": "genePanel_GTE", + "name": "oncotreeCode_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61220,7 +65915,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_EQUAL", + "name": "oncotreeCode_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61232,7 +65927,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_GT", + "name": "oncotreeCode_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61244,7 +65939,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_GTE", + "name": "oncotreeCode_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61256,7 +65951,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_LT", + "name": "oncotreeCode_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61268,7 +65963,7 @@ "deprecationReason": null }, { - "name": "genePanel_LONGEST_LTE", + "name": "oncotreeCode_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61280,7 +65975,7 @@ "deprecationReason": null }, { - "name": "genePanel_LT", + "name": "oncotreeCode_LT", "description": null, "type": { "kind": "SCALAR", @@ -61292,7 +65987,7 @@ "deprecationReason": null }, { - "name": "genePanel_LTE", + "name": "oncotreeCode_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61304,7 +65999,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_EQUAL", + "name": "oncotreeCode_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61316,7 +66011,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_GT", + "name": "oncotreeCode_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61328,7 +66023,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_GTE", + "name": "oncotreeCode_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61340,7 +66035,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_LT", + "name": "oncotreeCode_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61352,7 +66047,7 @@ "deprecationReason": null }, { - "name": "genePanel_SHORTEST_LTE", + "name": "oncotreeCode_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61364,7 +66059,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_EQUAL", + "name": "preservation_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61376,7 +66071,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GT", + "name": "preservation_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -61388,7 +66083,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_GTE", + "name": "preservation_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61400,7 +66095,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LT", + "name": "preservation_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -61412,7 +66107,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_AVERAGE_LTE", + "name": "preservation_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61424,7 +66119,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_EQUAL", + "name": "preservation_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61436,7 +66131,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GT", + "name": "preservation_GT", "description": null, "type": { "kind": "SCALAR", @@ -61448,7 +66143,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_GTE", + "name": "preservation_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61460,7 +66155,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_EQUAL", + "name": "preservation_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61472,7 +66167,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GT", + "name": "preservation_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61484,7 +66179,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_GTE", + "name": "preservation_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61496,7 +66191,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LT", + "name": "preservation_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61508,7 +66203,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LONGEST_LTE", + "name": "preservation_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61520,7 +66215,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LT", + "name": "preservation_LT", "description": null, "type": { "kind": "SCALAR", @@ -61532,7 +66227,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_LTE", + "name": "preservation_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61544,7 +66239,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_EQUAL", + "name": "preservation_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61556,7 +66251,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GT", + "name": "preservation_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61568,7 +66263,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_GTE", + "name": "preservation_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61580,7 +66275,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LT", + "name": "preservation_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61592,7 +66287,7 @@ "deprecationReason": null }, { - "name": "igoRequestId_SHORTEST_LTE", + "name": "preservation_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61604,7 +66299,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_EQUAL", + "name": "primaryId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61616,7 +66311,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_GT", + "name": "primaryId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -61628,7 +66323,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_GTE", + "name": "primaryId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61640,7 +66335,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_LT", + "name": "primaryId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -61652,7 +66347,7 @@ "deprecationReason": null }, { - "name": "importDate_AVERAGE_LTE", + "name": "primaryId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61664,7 +66359,7 @@ "deprecationReason": null }, { - "name": "importDate_EQUAL", + "name": "primaryId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61676,7 +66371,7 @@ "deprecationReason": null }, { - "name": "importDate_GT", + "name": "primaryId_GT", "description": null, "type": { "kind": "SCALAR", @@ -61688,7 +66383,7 @@ "deprecationReason": null }, { - "name": "importDate_GTE", + "name": "primaryId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61700,7 +66395,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_EQUAL", + "name": "primaryId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61712,7 +66407,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_GT", + "name": "primaryId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61724,7 +66419,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_GTE", + "name": "primaryId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61736,7 +66431,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_LT", + "name": "primaryId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61748,7 +66443,7 @@ "deprecationReason": null }, { - "name": "importDate_LONGEST_LTE", + "name": "primaryId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61760,7 +66455,7 @@ "deprecationReason": null }, { - "name": "importDate_LT", + "name": "primaryId_LT", "description": null, "type": { "kind": "SCALAR", @@ -61772,7 +66467,7 @@ "deprecationReason": null }, { - "name": "importDate_LTE", + "name": "primaryId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61784,7 +66479,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_EQUAL", + "name": "primaryId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61796,7 +66491,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_GT", + "name": "primaryId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61808,7 +66503,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_GTE", + "name": "primaryId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61820,7 +66515,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_LT", + "name": "primaryId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61832,7 +66527,7 @@ "deprecationReason": null }, { - "name": "importDate_SHORTEST_LTE", + "name": "primaryId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61844,7 +66539,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_AVERAGE_EQUAL", + "name": "qcReports_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61856,7 +66551,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_AVERAGE_GT", + "name": "qcReports_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -61868,7 +66563,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_AVERAGE_GTE", + "name": "qcReports_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61880,7 +66575,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_AVERAGE_LT", + "name": "qcReports_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -61892,7 +66587,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_AVERAGE_LTE", + "name": "qcReports_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -61904,7 +66599,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_EQUAL", + "name": "qcReports_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61916,7 +66611,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_GT", + "name": "qcReports_GT", "description": null, "type": { "kind": "SCALAR", @@ -61928,7 +66623,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_GTE", + "name": "qcReports_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61940,7 +66635,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LONGEST_EQUAL", + "name": "qcReports_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -61952,7 +66647,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LONGEST_GT", + "name": "qcReports_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -61964,7 +66659,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LONGEST_GTE", + "name": "qcReports_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -61976,7 +66671,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LONGEST_LT", + "name": "qcReports_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -61988,7 +66683,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LONGEST_LTE", + "name": "qcReports_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62000,7 +66695,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LT", + "name": "qcReports_LT", "description": null, "type": { "kind": "SCALAR", @@ -62012,7 +66707,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_LTE", + "name": "qcReports_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62024,7 +66719,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_SHORTEST_EQUAL", + "name": "qcReports_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62036,7 +66731,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_SHORTEST_GT", + "name": "qcReports_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62048,7 +66743,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_SHORTEST_GTE", + "name": "qcReports_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62060,7 +66755,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_SHORTEST_LT", + "name": "qcReports_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62072,7 +66767,7 @@ "deprecationReason": null }, { - "name": "investigatorSampleId_SHORTEST_LTE", + "name": "qcReports_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62084,7 +66779,7 @@ "deprecationReason": null }, { - "name": "libraries_AVERAGE_EQUAL", + "name": "sampleClass_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62096,7 +66791,7 @@ "deprecationReason": null }, { - "name": "libraries_AVERAGE_GT", + "name": "sampleClass_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -62108,7 +66803,7 @@ "deprecationReason": null }, { - "name": "libraries_AVERAGE_GTE", + "name": "sampleClass_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62120,7 +66815,7 @@ "deprecationReason": null }, { - "name": "libraries_AVERAGE_LT", + "name": "sampleClass_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -62132,7 +66827,7 @@ "deprecationReason": null }, { - "name": "libraries_AVERAGE_LTE", + "name": "sampleClass_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62144,7 +66839,7 @@ "deprecationReason": null }, { - "name": "libraries_EQUAL", + "name": "sampleClass_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62156,7 +66851,7 @@ "deprecationReason": null }, { - "name": "libraries_GT", + "name": "sampleClass_GT", "description": null, "type": { "kind": "SCALAR", @@ -62168,7 +66863,7 @@ "deprecationReason": null }, { - "name": "libraries_GTE", + "name": "sampleClass_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62180,7 +66875,7 @@ "deprecationReason": null }, { - "name": "libraries_LONGEST_EQUAL", + "name": "sampleClass_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62192,7 +66887,7 @@ "deprecationReason": null }, { - "name": "libraries_LONGEST_GT", + "name": "sampleClass_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62204,7 +66899,7 @@ "deprecationReason": null }, { - "name": "libraries_LONGEST_GTE", + "name": "sampleClass_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62216,7 +66911,7 @@ "deprecationReason": null }, { - "name": "libraries_LONGEST_LT", + "name": "sampleClass_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62228,7 +66923,7 @@ "deprecationReason": null }, { - "name": "libraries_LONGEST_LTE", + "name": "sampleClass_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62240,7 +66935,7 @@ "deprecationReason": null }, { - "name": "libraries_LT", + "name": "sampleClass_LT", "description": null, "type": { "kind": "SCALAR", @@ -62252,7 +66947,7 @@ "deprecationReason": null }, { - "name": "libraries_LTE", + "name": "sampleClass_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62264,7 +66959,7 @@ "deprecationReason": null }, { - "name": "libraries_SHORTEST_EQUAL", + "name": "sampleClass_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62276,7 +66971,7 @@ "deprecationReason": null }, { - "name": "libraries_SHORTEST_GT", + "name": "sampleClass_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62288,7 +66983,7 @@ "deprecationReason": null }, { - "name": "libraries_SHORTEST_GTE", + "name": "sampleClass_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62300,7 +66995,7 @@ "deprecationReason": null }, { - "name": "libraries_SHORTEST_LT", + "name": "sampleClass_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62312,7 +67007,7 @@ "deprecationReason": null }, { - "name": "libraries_SHORTEST_LTE", + "name": "sampleClass_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62324,7 +67019,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_AVERAGE_EQUAL", + "name": "sampleName_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62336,7 +67031,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_AVERAGE_GT", + "name": "sampleName_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -62348,7 +67043,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_AVERAGE_GTE", + "name": "sampleName_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62360,7 +67055,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_AVERAGE_LT", + "name": "sampleName_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -62372,7 +67067,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_AVERAGE_LTE", + "name": "sampleName_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62384,7 +67079,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_EQUAL", + "name": "sampleName_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62396,7 +67091,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_GT", + "name": "sampleName_GT", "description": null, "type": { "kind": "SCALAR", @@ -62408,7 +67103,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_GTE", + "name": "sampleName_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62420,7 +67115,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LONGEST_EQUAL", + "name": "sampleName_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62432,7 +67127,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LONGEST_GT", + "name": "sampleName_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62444,7 +67139,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LONGEST_GTE", + "name": "sampleName_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62456,7 +67151,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LONGEST_LT", + "name": "sampleName_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62468,7 +67163,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LONGEST_LTE", + "name": "sampleName_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62480,7 +67175,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LT", + "name": "sampleName_LT", "description": null, "type": { "kind": "SCALAR", @@ -62492,7 +67187,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_LTE", + "name": "sampleName_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62504,7 +67199,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_SHORTEST_EQUAL", + "name": "sampleName_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62516,7 +67211,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_SHORTEST_GT", + "name": "sampleName_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62528,7 +67223,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_SHORTEST_GTE", + "name": "sampleName_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62540,7 +67235,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_SHORTEST_LT", + "name": "sampleName_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62552,7 +67247,7 @@ "deprecationReason": null }, { - "name": "oncotreeCode_SHORTEST_LTE", + "name": "sampleName_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62564,7 +67259,7 @@ "deprecationReason": null }, { - "name": "preservation_AVERAGE_EQUAL", + "name": "sampleOrigin_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62576,7 +67271,7 @@ "deprecationReason": null }, { - "name": "preservation_AVERAGE_GT", + "name": "sampleOrigin_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -62588,7 +67283,7 @@ "deprecationReason": null }, { - "name": "preservation_AVERAGE_GTE", + "name": "sampleOrigin_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62600,7 +67295,7 @@ "deprecationReason": null }, { - "name": "preservation_AVERAGE_LT", + "name": "sampleOrigin_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -62612,7 +67307,7 @@ "deprecationReason": null }, { - "name": "preservation_AVERAGE_LTE", + "name": "sampleOrigin_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62624,7 +67319,7 @@ "deprecationReason": null }, { - "name": "preservation_EQUAL", + "name": "sampleOrigin_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62636,7 +67331,7 @@ "deprecationReason": null }, { - "name": "preservation_GT", + "name": "sampleOrigin_GT", "description": null, "type": { "kind": "SCALAR", @@ -62648,7 +67343,7 @@ "deprecationReason": null }, { - "name": "preservation_GTE", + "name": "sampleOrigin_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62660,7 +67355,7 @@ "deprecationReason": null }, { - "name": "preservation_LONGEST_EQUAL", + "name": "sampleOrigin_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62672,7 +67367,7 @@ "deprecationReason": null }, { - "name": "preservation_LONGEST_GT", + "name": "sampleOrigin_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62684,7 +67379,7 @@ "deprecationReason": null }, { - "name": "preservation_LONGEST_GTE", + "name": "sampleOrigin_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62696,7 +67391,7 @@ "deprecationReason": null }, { - "name": "preservation_LONGEST_LT", + "name": "sampleOrigin_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62708,7 +67403,7 @@ "deprecationReason": null }, { - "name": "preservation_LONGEST_LTE", + "name": "sampleOrigin_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62720,7 +67415,7 @@ "deprecationReason": null }, { - "name": "preservation_LT", + "name": "sampleOrigin_LT", "description": null, "type": { "kind": "SCALAR", @@ -62732,7 +67427,7 @@ "deprecationReason": null }, { - "name": "preservation_LTE", + "name": "sampleOrigin_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62744,7 +67439,7 @@ "deprecationReason": null }, { - "name": "preservation_SHORTEST_EQUAL", + "name": "sampleOrigin_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62756,7 +67451,7 @@ "deprecationReason": null }, { - "name": "preservation_SHORTEST_GT", + "name": "sampleOrigin_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62768,7 +67463,7 @@ "deprecationReason": null }, { - "name": "preservation_SHORTEST_GTE", + "name": "sampleOrigin_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62780,7 +67475,7 @@ "deprecationReason": null }, { - "name": "preservation_SHORTEST_LT", + "name": "sampleOrigin_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62792,7 +67487,7 @@ "deprecationReason": null }, { - "name": "preservation_SHORTEST_LTE", + "name": "sampleOrigin_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62804,7 +67499,7 @@ "deprecationReason": null }, { - "name": "primaryId_AVERAGE_EQUAL", + "name": "sampleType_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62816,7 +67511,7 @@ "deprecationReason": null }, { - "name": "primaryId_AVERAGE_GT", + "name": "sampleType_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -62828,7 +67523,7 @@ "deprecationReason": null }, { - "name": "primaryId_AVERAGE_GTE", + "name": "sampleType_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62840,7 +67535,7 @@ "deprecationReason": null }, { - "name": "primaryId_AVERAGE_LT", + "name": "sampleType_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -62852,7 +67547,7 @@ "deprecationReason": null }, { - "name": "primaryId_AVERAGE_LTE", + "name": "sampleType_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62864,7 +67559,7 @@ "deprecationReason": null }, { - "name": "primaryId_EQUAL", + "name": "sampleType_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62876,7 +67571,7 @@ "deprecationReason": null }, { - "name": "primaryId_GT", + "name": "sampleType_GT", "description": null, "type": { "kind": "SCALAR", @@ -62888,7 +67583,7 @@ "deprecationReason": null }, { - "name": "primaryId_GTE", + "name": "sampleType_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62900,7 +67595,7 @@ "deprecationReason": null }, { - "name": "primaryId_LONGEST_EQUAL", + "name": "sampleType_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62912,7 +67607,7 @@ "deprecationReason": null }, { - "name": "primaryId_LONGEST_GT", + "name": "sampleType_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -62924,7 +67619,7 @@ "deprecationReason": null }, { - "name": "primaryId_LONGEST_GTE", + "name": "sampleType_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -62936,7 +67631,7 @@ "deprecationReason": null }, { - "name": "primaryId_LONGEST_LT", + "name": "sampleType_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -62948,7 +67643,7 @@ "deprecationReason": null }, { - "name": "primaryId_LONGEST_LTE", + "name": "sampleType_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62960,7 +67655,7 @@ "deprecationReason": null }, { - "name": "primaryId_LT", + "name": "sampleType_LT", "description": null, "type": { "kind": "SCALAR", @@ -62972,7 +67667,7 @@ "deprecationReason": null }, { - "name": "primaryId_LTE", + "name": "sampleType_LTE", "description": null, "type": { "kind": "SCALAR", @@ -62984,7 +67679,7 @@ "deprecationReason": null }, { - "name": "primaryId_SHORTEST_EQUAL", + "name": "sampleType_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -62996,7 +67691,7 @@ "deprecationReason": null }, { - "name": "primaryId_SHORTEST_GT", + "name": "sampleType_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63008,7 +67703,7 @@ "deprecationReason": null }, { - "name": "primaryId_SHORTEST_GTE", + "name": "sampleType_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63020,7 +67715,7 @@ "deprecationReason": null }, { - "name": "primaryId_SHORTEST_LT", + "name": "sampleType_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63032,7 +67727,7 @@ "deprecationReason": null }, { - "name": "primaryId_SHORTEST_LTE", + "name": "sampleType_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63044,7 +67739,7 @@ "deprecationReason": null }, { - "name": "qcReports_AVERAGE_EQUAL", + "name": "sex_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63056,7 +67751,7 @@ "deprecationReason": null }, { - "name": "qcReports_AVERAGE_GT", + "name": "sex_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -63068,7 +67763,7 @@ "deprecationReason": null }, { - "name": "qcReports_AVERAGE_GTE", + "name": "sex_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63080,7 +67775,7 @@ "deprecationReason": null }, { - "name": "qcReports_AVERAGE_LT", + "name": "sex_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -63092,7 +67787,7 @@ "deprecationReason": null }, { - "name": "qcReports_AVERAGE_LTE", + "name": "sex_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63104,7 +67799,7 @@ "deprecationReason": null }, { - "name": "qcReports_EQUAL", + "name": "sex_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63116,7 +67811,7 @@ "deprecationReason": null }, { - "name": "qcReports_GT", + "name": "sex_GT", "description": null, "type": { "kind": "SCALAR", @@ -63128,7 +67823,7 @@ "deprecationReason": null }, { - "name": "qcReports_GTE", + "name": "sex_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63140,7 +67835,7 @@ "deprecationReason": null }, { - "name": "qcReports_LONGEST_EQUAL", + "name": "sex_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63152,7 +67847,7 @@ "deprecationReason": null }, { - "name": "qcReports_LONGEST_GT", + "name": "sex_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63164,7 +67859,7 @@ "deprecationReason": null }, { - "name": "qcReports_LONGEST_GTE", + "name": "sex_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63176,7 +67871,7 @@ "deprecationReason": null }, { - "name": "qcReports_LONGEST_LT", + "name": "sex_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63188,7 +67883,7 @@ "deprecationReason": null }, { - "name": "qcReports_LONGEST_LTE", + "name": "sex_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63200,7 +67895,7 @@ "deprecationReason": null }, { - "name": "qcReports_LT", + "name": "sex_LT", "description": null, "type": { "kind": "SCALAR", @@ -63212,7 +67907,7 @@ "deprecationReason": null }, { - "name": "qcReports_LTE", + "name": "sex_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63224,7 +67919,7 @@ "deprecationReason": null }, { - "name": "qcReports_SHORTEST_EQUAL", + "name": "sex_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63236,7 +67931,7 @@ "deprecationReason": null }, { - "name": "qcReports_SHORTEST_GT", + "name": "sex_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63248,7 +67943,7 @@ "deprecationReason": null }, { - "name": "qcReports_SHORTEST_GTE", + "name": "sex_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63260,7 +67955,7 @@ "deprecationReason": null }, { - "name": "qcReports_SHORTEST_LT", + "name": "sex_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63272,7 +67967,7 @@ "deprecationReason": null }, { - "name": "qcReports_SHORTEST_LTE", + "name": "sex_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63284,7 +67979,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_EQUAL", + "name": "species_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63296,7 +67991,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GT", + "name": "species_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -63308,7 +68003,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GTE", + "name": "species_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63320,7 +68015,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LT", + "name": "species_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -63332,7 +68027,7 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LTE", + "name": "species_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63344,7 +68039,7 @@ "deprecationReason": null }, { - "name": "sampleClass_EQUAL", + "name": "species_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63356,7 +68051,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GT", + "name": "species_GT", "description": null, "type": { "kind": "SCALAR", @@ -63368,7 +68063,7 @@ "deprecationReason": null }, { - "name": "sampleClass_GTE", + "name": "species_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63380,7 +68075,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_EQUAL", + "name": "species_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63392,7 +68087,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GT", + "name": "species_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63404,7 +68099,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GTE", + "name": "species_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63416,7 +68111,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LT", + "name": "species_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63428,7 +68123,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LTE", + "name": "species_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63440,7 +68135,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LT", + "name": "species_LT", "description": null, "type": { "kind": "SCALAR", @@ -63452,7 +68147,7 @@ "deprecationReason": null }, { - "name": "sampleClass_LTE", + "name": "species_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63464,7 +68159,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_EQUAL", + "name": "species_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63476,7 +68171,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GT", + "name": "species_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63488,7 +68183,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GTE", + "name": "species_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63500,7 +68195,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LT", + "name": "species_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63512,7 +68207,7 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LTE", + "name": "species_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63524,7 +68219,7 @@ "deprecationReason": null }, { - "name": "sampleName_AVERAGE_EQUAL", + "name": "tissueLocation_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63536,7 +68231,7 @@ "deprecationReason": null }, { - "name": "sampleName_AVERAGE_GT", + "name": "tissueLocation_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -63548,7 +68243,7 @@ "deprecationReason": null }, { - "name": "sampleName_AVERAGE_GTE", + "name": "tissueLocation_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63560,7 +68255,7 @@ "deprecationReason": null }, { - "name": "sampleName_AVERAGE_LT", + "name": "tissueLocation_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -63572,7 +68267,7 @@ "deprecationReason": null }, { - "name": "sampleName_AVERAGE_LTE", + "name": "tissueLocation_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63584,7 +68279,7 @@ "deprecationReason": null }, { - "name": "sampleName_EQUAL", + "name": "tissueLocation_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63596,7 +68291,7 @@ "deprecationReason": null }, { - "name": "sampleName_GT", + "name": "tissueLocation_GT", "description": null, "type": { "kind": "SCALAR", @@ -63608,7 +68303,7 @@ "deprecationReason": null }, { - "name": "sampleName_GTE", + "name": "tissueLocation_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63620,7 +68315,7 @@ "deprecationReason": null }, { - "name": "sampleName_LONGEST_EQUAL", + "name": "tissueLocation_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63632,7 +68327,7 @@ "deprecationReason": null }, { - "name": "sampleName_LONGEST_GT", + "name": "tissueLocation_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63644,7 +68339,7 @@ "deprecationReason": null }, { - "name": "sampleName_LONGEST_GTE", + "name": "tissueLocation_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63656,7 +68351,7 @@ "deprecationReason": null }, { - "name": "sampleName_LONGEST_LT", + "name": "tissueLocation_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63668,7 +68363,7 @@ "deprecationReason": null }, { - "name": "sampleName_LONGEST_LTE", + "name": "tissueLocation_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63680,7 +68375,7 @@ "deprecationReason": null }, { - "name": "sampleName_LT", + "name": "tissueLocation_LT", "description": null, "type": { "kind": "SCALAR", @@ -63692,7 +68387,7 @@ "deprecationReason": null }, { - "name": "sampleName_LTE", + "name": "tissueLocation_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63704,7 +68399,7 @@ "deprecationReason": null }, { - "name": "sampleName_SHORTEST_EQUAL", + "name": "tissueLocation_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63716,7 +68411,7 @@ "deprecationReason": null }, { - "name": "sampleName_SHORTEST_GT", + "name": "tissueLocation_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63728,7 +68423,7 @@ "deprecationReason": null }, { - "name": "sampleName_SHORTEST_GTE", + "name": "tissueLocation_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63740,7 +68435,7 @@ "deprecationReason": null }, { - "name": "sampleName_SHORTEST_LT", + "name": "tissueLocation_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63752,7 +68447,7 @@ "deprecationReason": null }, { - "name": "sampleName_SHORTEST_LTE", + "name": "tissueLocation_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63764,7 +68459,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_AVERAGE_EQUAL", + "name": "tubeId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63776,7 +68471,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_AVERAGE_GT", + "name": "tubeId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -63788,7 +68483,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_AVERAGE_GTE", + "name": "tubeId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63800,7 +68495,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_AVERAGE_LT", + "name": "tubeId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -63812,7 +68507,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_AVERAGE_LTE", + "name": "tubeId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63824,7 +68519,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_EQUAL", + "name": "tubeId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63836,7 +68531,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_GT", + "name": "tubeId_GT", "description": null, "type": { "kind": "SCALAR", @@ -63848,7 +68543,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_GTE", + "name": "tubeId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63860,7 +68555,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LONGEST_EQUAL", + "name": "tubeId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63872,7 +68567,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LONGEST_GT", + "name": "tubeId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63884,7 +68579,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LONGEST_GTE", + "name": "tubeId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63896,7 +68591,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LONGEST_LT", + "name": "tubeId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63908,7 +68603,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LONGEST_LTE", + "name": "tubeId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63920,7 +68615,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LT", + "name": "tubeId_LT", "description": null, "type": { "kind": "SCALAR", @@ -63932,7 +68627,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_LTE", + "name": "tubeId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -63944,7 +68639,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_SHORTEST_EQUAL", + "name": "tubeId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -63956,7 +68651,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_SHORTEST_GT", + "name": "tubeId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -63968,7 +68663,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_SHORTEST_GTE", + "name": "tubeId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -63980,7 +68675,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_SHORTEST_LT", + "name": "tubeId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -63992,7 +68687,7 @@ "deprecationReason": null }, { - "name": "sampleOrigin_SHORTEST_LTE", + "name": "tubeId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64004,7 +68699,7 @@ "deprecationReason": null }, { - "name": "sampleType_AVERAGE_EQUAL", + "name": "tumorOrNormal_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64016,7 +68711,7 @@ "deprecationReason": null }, { - "name": "sampleType_AVERAGE_GT", + "name": "tumorOrNormal_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -64028,7 +68723,7 @@ "deprecationReason": null }, { - "name": "sampleType_AVERAGE_GTE", + "name": "tumorOrNormal_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64040,7 +68735,7 @@ "deprecationReason": null }, { - "name": "sampleType_AVERAGE_LT", + "name": "tumorOrNormal_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -64052,7 +68747,7 @@ "deprecationReason": null }, { - "name": "sampleType_AVERAGE_LTE", + "name": "tumorOrNormal_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64064,7 +68759,7 @@ "deprecationReason": null }, { - "name": "sampleType_EQUAL", + "name": "tumorOrNormal_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64076,7 +68771,7 @@ "deprecationReason": null }, { - "name": "sampleType_GT", + "name": "tumorOrNormal_GT", "description": null, "type": { "kind": "SCALAR", @@ -64088,7 +68783,7 @@ "deprecationReason": null }, { - "name": "sampleType_GTE", + "name": "tumorOrNormal_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64100,7 +68795,7 @@ "deprecationReason": null }, { - "name": "sampleType_LONGEST_EQUAL", + "name": "tumorOrNormal_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64112,7 +68807,7 @@ "deprecationReason": null }, { - "name": "sampleType_LONGEST_GT", + "name": "tumorOrNormal_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -64124,7 +68819,7 @@ "deprecationReason": null }, { - "name": "sampleType_LONGEST_GTE", + "name": "tumorOrNormal_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64136,7 +68831,7 @@ "deprecationReason": null }, { - "name": "sampleType_LONGEST_LT", + "name": "tumorOrNormal_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -64148,7 +68843,7 @@ "deprecationReason": null }, { - "name": "sampleType_LONGEST_LTE", + "name": "tumorOrNormal_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64160,7 +68855,7 @@ "deprecationReason": null }, { - "name": "sampleType_LT", + "name": "tumorOrNormal_LT", "description": null, "type": { "kind": "SCALAR", @@ -64172,7 +68867,7 @@ "deprecationReason": null }, { - "name": "sampleType_LTE", + "name": "tumorOrNormal_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64184,7 +68879,7 @@ "deprecationReason": null }, { - "name": "sampleType_SHORTEST_EQUAL", + "name": "tumorOrNormal_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64196,7 +68891,7 @@ "deprecationReason": null }, { - "name": "sampleType_SHORTEST_GT", + "name": "tumorOrNormal_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -64208,7 +68903,7 @@ "deprecationReason": null }, { - "name": "sampleType_SHORTEST_GTE", + "name": "tumorOrNormal_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64220,7 +68915,7 @@ "deprecationReason": null }, { - "name": "sampleType_SHORTEST_LT", + "name": "tumorOrNormal_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -64232,7 +68927,7 @@ "deprecationReason": null }, { - "name": "sampleType_SHORTEST_LTE", + "name": "tumorOrNormal_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64242,145 +68937,170 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "sex_AVERAGE_EQUAL", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sex_AVERAGE_GT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sex_AVERAGE_GTE", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sex_AVERAGE_LT", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleHasMetadataSampleMetadataRelationship", + "description": null, + "fields": [ { - "name": "sex_AVERAGE_LTE", + "name": "cursor", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_EQUAL", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleMetadata", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sex_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleMetadataUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sex_GTE", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_LONGEST_EQUAL", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_LONGEST_GT", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataDeleteFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_LONGEST_GTE", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataDisconnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_LONGEST_LT", + "name": "update", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataUpdateConnectionInput", "ofType": null }, "defaultValue": null, @@ -64388,43 +69108,70 @@ "deprecationReason": null }, { - "name": "sex_LONGEST_LTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleHasMetadataSampleMetadataConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposAggregateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sex_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposAggregateInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sex_SHORTEST_EQUAL", + "name": "count", "description": null, "type": { "kind": "SCALAR", @@ -64436,7 +69183,7 @@ "deprecationReason": null }, { - "name": "sex_SHORTEST_GT", + "name": "count_GT", "description": null, "type": { "kind": "SCALAR", @@ -64448,7 +69195,7 @@ "deprecationReason": null }, { - "name": "sex_SHORTEST_GTE", + "name": "count_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64460,7 +69207,7 @@ "deprecationReason": null }, { - "name": "sex_SHORTEST_LT", + "name": "count_LT", "description": null, "type": { "kind": "SCALAR", @@ -64472,7 +69219,7 @@ "deprecationReason": null }, { - "name": "sex_SHORTEST_LTE", + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64484,119 +69231,207 @@ "deprecationReason": null }, { - "name": "species_AVERAGE_EQUAL", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposNodeAggregationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_AVERAGE_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoConnectInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_AVERAGE_GTE", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "TempoConnectWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleHasTempoTemposConnection", + "description": null, + "fields": [ { - "name": "species_AVERAGE_LT", + "name": "edges", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SampleHasTempoTemposRelationship", + "ofType": null + } + } + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_AVERAGE_LTE", + "name": "pageInfo", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_EQUAL", + "name": "totalCount", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionSort", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoSort", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_GTE", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_LONGEST_EQUAL", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_LONGEST_GT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, @@ -64604,35 +69439,61 @@ "deprecationReason": null }, { - "name": "species_LONGEST_GTE", + "name": "node_NOT", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_LONGEST_LT", + "name": "node", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoCreateInput", + "ofType": null + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposDeleteFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_LONGEST_LTE", + "name": "delete", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoDeleteInput", "ofType": null }, "defaultValue": null, @@ -64640,23 +69501,34 @@ "deprecationReason": null }, { - "name": "species_LT", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_LTE", + "name": "disconnect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "TempoDisconnectInput", "ofType": null }, "defaultValue": null, @@ -64664,67 +69536,121 @@ "deprecationReason": null }, { - "name": "species_SHORTEST_EQUAL", + "name": "where", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectionWhere", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_SHORTEST_GT", + "name": "connect", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposConnectFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_SHORTEST_GTE", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposCreateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "species_SHORTEST_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "species_SHORTEST_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleHasTempoTemposNodeAggregationWhereInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "tissueLocation_AVERAGE_EQUAL", + "name": "accessLevel_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64736,7 +69662,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_AVERAGE_GT", + "name": "accessLevel_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -64748,7 +69674,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_AVERAGE_GTE", + "name": "accessLevel_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64760,7 +69686,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_AVERAGE_LT", + "name": "accessLevel_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -64772,7 +69698,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_AVERAGE_LTE", + "name": "accessLevel_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64784,7 +69710,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_EQUAL", + "name": "accessLevel_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64796,7 +69722,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_GT", + "name": "accessLevel_GT", "description": null, "type": { "kind": "SCALAR", @@ -64808,7 +69734,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_GTE", + "name": "accessLevel_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64820,7 +69746,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LONGEST_EQUAL", + "name": "accessLevel_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64832,7 +69758,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LONGEST_GT", + "name": "accessLevel_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -64844,7 +69770,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LONGEST_GTE", + "name": "accessLevel_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64856,7 +69782,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LONGEST_LT", + "name": "accessLevel_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -64868,7 +69794,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LONGEST_LTE", + "name": "accessLevel_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64880,7 +69806,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LT", + "name": "accessLevel_LT", "description": null, "type": { "kind": "SCALAR", @@ -64892,7 +69818,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_LTE", + "name": "accessLevel_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64904,7 +69830,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_SHORTEST_EQUAL", + "name": "accessLevel_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64916,7 +69842,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_SHORTEST_GT", + "name": "accessLevel_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -64928,7 +69854,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_SHORTEST_GTE", + "name": "accessLevel_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -64940,7 +69866,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_SHORTEST_LT", + "name": "accessLevel_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -64952,7 +69878,7 @@ "deprecationReason": null }, { - "name": "tissueLocation_SHORTEST_LTE", + "name": "accessLevel_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -64964,7 +69890,7 @@ "deprecationReason": null }, { - "name": "tubeId_AVERAGE_EQUAL", + "name": "billedBy_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -64976,7 +69902,7 @@ "deprecationReason": null }, { - "name": "tubeId_AVERAGE_GT", + "name": "billedBy_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -64988,7 +69914,7 @@ "deprecationReason": null }, { - "name": "tubeId_AVERAGE_GTE", + "name": "billedBy_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65000,7 +69926,7 @@ "deprecationReason": null }, { - "name": "tubeId_AVERAGE_LT", + "name": "billedBy_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -65012,7 +69938,7 @@ "deprecationReason": null }, { - "name": "tubeId_AVERAGE_LTE", + "name": "billedBy_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65024,7 +69950,7 @@ "deprecationReason": null }, { - "name": "tubeId_EQUAL", + "name": "billedBy_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65036,7 +69962,7 @@ "deprecationReason": null }, { - "name": "tubeId_GT", + "name": "billedBy_GT", "description": null, "type": { "kind": "SCALAR", @@ -65048,7 +69974,7 @@ "deprecationReason": null }, { - "name": "tubeId_GTE", + "name": "billedBy_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65060,7 +69986,7 @@ "deprecationReason": null }, { - "name": "tubeId_LONGEST_EQUAL", + "name": "billedBy_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65072,7 +69998,7 @@ "deprecationReason": null }, { - "name": "tubeId_LONGEST_GT", + "name": "billedBy_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -65084,7 +70010,7 @@ "deprecationReason": null }, { - "name": "tubeId_LONGEST_GTE", + "name": "billedBy_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65096,7 +70022,7 @@ "deprecationReason": null }, { - "name": "tubeId_LONGEST_LT", + "name": "billedBy_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -65108,7 +70034,7 @@ "deprecationReason": null }, { - "name": "tubeId_LONGEST_LTE", + "name": "billedBy_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65120,7 +70046,7 @@ "deprecationReason": null }, { - "name": "tubeId_LT", + "name": "billedBy_LT", "description": null, "type": { "kind": "SCALAR", @@ -65132,7 +70058,7 @@ "deprecationReason": null }, { - "name": "tubeId_LTE", + "name": "billedBy_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65144,7 +70070,7 @@ "deprecationReason": null }, { - "name": "tubeId_SHORTEST_EQUAL", + "name": "billedBy_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65156,7 +70082,7 @@ "deprecationReason": null }, { - "name": "tubeId_SHORTEST_GT", + "name": "billedBy_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -65168,7 +70094,7 @@ "deprecationReason": null }, { - "name": "tubeId_SHORTEST_GTE", + "name": "billedBy_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65180,7 +70106,7 @@ "deprecationReason": null }, { - "name": "tubeId_SHORTEST_LT", + "name": "billedBy_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -65192,7 +70118,7 @@ "deprecationReason": null }, { - "name": "tubeId_SHORTEST_LTE", + "name": "billedBy_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65204,7 +70130,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_AVERAGE_EQUAL", + "name": "costCenter_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65216,7 +70142,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_AVERAGE_GT", + "name": "costCenter_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -65228,7 +70154,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_AVERAGE_GTE", + "name": "costCenter_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65240,7 +70166,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_AVERAGE_LT", + "name": "costCenter_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -65252,7 +70178,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_AVERAGE_LTE", + "name": "costCenter_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65264,7 +70190,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_EQUAL", + "name": "costCenter_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65276,7 +70202,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_GT", + "name": "costCenter_GT", "description": null, "type": { "kind": "SCALAR", @@ -65288,7 +70214,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_GTE", + "name": "costCenter_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65300,7 +70226,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LONGEST_EQUAL", + "name": "costCenter_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65312,7 +70238,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LONGEST_GT", + "name": "costCenter_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -65324,7 +70250,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LONGEST_GTE", + "name": "costCenter_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65336,7 +70262,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LONGEST_LT", + "name": "costCenter_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -65348,7 +70274,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LONGEST_LTE", + "name": "costCenter_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65360,7 +70286,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LT", + "name": "costCenter_LT", "description": null, "type": { "kind": "SCALAR", @@ -65372,7 +70298,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_LTE", + "name": "costCenter_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65384,7 +70310,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_SHORTEST_EQUAL", + "name": "costCenter_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65396,7 +70322,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_SHORTEST_GT", + "name": "costCenter_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -65408,7 +70334,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_SHORTEST_GTE", + "name": "costCenter_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65420,7 +70346,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_SHORTEST_LT", + "name": "costCenter_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -65432,7 +70358,7 @@ "deprecationReason": null }, { - "name": "tumorOrNormal_SHORTEST_LTE", + "name": "costCenter_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -65442,170 +70368,49 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleHasMetadataSampleMetadataRelationship", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleMetadata", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", + "name": "custodianInformation_AVERAGE_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleMetadataUpdateInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "create", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataCreateFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "delete", + "name": "custodianInformation_AVERAGE_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "custodianInformation_AVERAGE_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "custodianInformation_AVERAGE_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataUpdateConnectionInput", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, @@ -65613,70 +70418,31 @@ "deprecationReason": null }, { - "name": "where", + "name": "custodianInformation_AVERAGE_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasMetadataSampleMetadataConnectionWhere", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposAggregateInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposAggregateInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "OR", + "name": "custodianInformation_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "custodianInformation_GT", "description": null, "type": { "kind": "SCALAR", @@ -65688,7 +70454,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "custodianInformation_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65700,7 +70466,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "custodianInformation_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -65712,7 +70478,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "custodianInformation_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -65724,7 +70490,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "custodianInformation_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -65734,174 +70500,37 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoConnectInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "where", + "name": "custodianInformation_LONGEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoConnectWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SampleHasTempoTemposConnection", - "description": null, - "fields": [ - { - "name": "edges", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SampleHasTempoTemposRelationship", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "totalCount", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectionWhere", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "OR", + "name": "custodianInformation_LONGEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "custodianInformation_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -65909,61 +70538,23 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "custodianInformation_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "node", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoCreateInput", - "ofType": null - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "custodianInformation_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -65971,34 +70562,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "custodianInformation_SHORTEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "custodianInformation_SHORTEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -66006,63 +70586,24 @@ "deprecationReason": null }, { - "name": "where", + "name": "custodianInformation_SHORTEST_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposFieldInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "connect", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposConnectFieldInput", - "ofType": null - } - } - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "create", + "name": "custodianInformation_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleHasTempoTemposCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, @@ -84150,6 +88691,93 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "SampleTempoHasTempoTemposNodeAggregateSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SampleTempoHasTempoTemposNodeAggregateSelection", + "description": null, + "fields": [ + { + "name": "accessLevel", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -96196,6 +100824,86 @@ "name": "Tempo", "description": null, "fields": [ + { + "name": "accessLevel", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billed", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "hasEventBamCompletes", "description": null, @@ -96939,6 +101647,54 @@ "name": "TempoAggregateSelection", "description": null, "fields": [ + { + "name": "accessLevel", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "count", "description": null, @@ -96954,6 +101710,22 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "custodianInformation", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -97167,6 +101939,86 @@ "description": null, "fields": null, "inputFields": [ + { + "name": "accessLevel", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billed", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "hasEventBamCompletes", "description": null, @@ -101476,24 +106328,374 @@ "name": "Int", "ofType": null }, - "defaultValue": null, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_SHORTEST_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_SHORTEST_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_SHORTEST_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_SHORTEST_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status_SHORTEST_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TempoHasEventQcCompletesRelationship", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "QcComplete", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "QcCompleteUpdateInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "create", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TempoMafCompleteHasEventMafCompletesAggregationSelection", + "description": null, + "fields": [ + { + "name": "count", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "TempoMafCompleteHasEventMafCompletesNodeAggregateSelection", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TempoMafCompleteHasEventMafCompletesNodeAggregateSelection", + "description": null, + "fields": [ + { + "name": "date", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "normalPrimaryId", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_LTE", + "name": "status", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoOptions", + "description": null, + "fields": null, + "inputFields": [ { - "name": "status_SHORTEST_EQUAL", + "name": "limit", "description": null, "type": { "kind": "SCALAR", @@ -101505,7 +106707,7 @@ "deprecationReason": null }, { - "name": "status_SHORTEST_GT", + "name": "offset", "description": null, "type": { "kind": "SCALAR", @@ -101517,61 +106719,84 @@ "deprecationReason": null }, { - "name": "status_SHORTEST_GTE", - "description": null, + "name": "sort", + "description": "Specify one or more TempoSort objects to sort Tempos by. The sorts will be applied in the order in which they are arranged in the array.", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSort", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TempoQcCompleteHasEventQcCompletesAggregationSelection", + "description": null, + "fields": [ { - "name": "status_SHORTEST_LT", + "name": "count", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status_SHORTEST_LTE", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "TempoQcCompleteHasEventQcCompletesNodeAggregateSelection", "ofType": null }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "TempoHasEventQcCompletesRelationship", + "name": "TempoQcCompleteHasEventQcCompletesNodeAggregateSelection", "description": null, "fields": [ { - "name": "cursor", + "name": "date", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, @@ -101579,7 +106804,7 @@ "deprecationReason": null }, { - "name": "node", + "name": "reason", "description": null, "args": [], "type": { @@ -101587,50 +106812,59 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "QcComplete", + "name": "StringAggregateSelectionNonNullable", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "result", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "QcCompleteUpdateInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } }, - "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesUpdateFieldInput", + "name": "TempoRelationInput", "description": null, "fields": null, "inputFields": [ { - "name": "connect", + "name": "hasEventBamCompletes", "description": null, "type": { "kind": "LIST", @@ -101640,7 +106874,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesConnectFieldInput", + "name": "TempoHasEventBamCompletesCreateFieldInput", "ofType": null } } @@ -101650,7 +106884,7 @@ "deprecationReason": null }, { - "name": "create", + "name": "hasEventMafCompletes", "description": null, "type": { "kind": "LIST", @@ -101660,7 +106894,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesCreateFieldInput", + "name": "TempoHasEventMafCompletesCreateFieldInput", "ofType": null } } @@ -101670,7 +106904,7 @@ "deprecationReason": null }, { - "name": "delete", + "name": "hasEventQcCompletes", "description": null, "type": { "kind": "LIST", @@ -101680,7 +106914,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesDeleteFieldInput", + "name": "TempoHasEventQcCompletesCreateFieldInput", "ofType": null } } @@ -101690,7 +106924,7 @@ "deprecationReason": null }, { - "name": "disconnect", + "name": "samplesHasTempo", "description": null, "type": { "kind": "LIST", @@ -101700,7 +106934,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesDisconnectFieldInput", + "name": "TempoSamplesHasTempoCreateFieldInput", "ofType": null } } @@ -101708,30 +106942,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "update", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesUpdateConnectionInput", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "where", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesConnectionWhere", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "interfaces": null, @@ -101740,7 +106950,7 @@ }, { "kind": "OBJECT", - "name": "TempoMafCompleteHasEventMafCompletesAggregationSelection", + "name": "TempoSampleSamplesHasTempoAggregationSelection", "description": null, "fields": [ { @@ -101765,7 +106975,7 @@ "args": [], "type": { "kind": "OBJECT", - "name": "TempoMafCompleteHasEventMafCompletesNodeAggregateSelection", + "name": "TempoSampleSamplesHasTempoNodeAggregateSelection", "ofType": null }, "isDeprecated": false, @@ -101779,11 +106989,11 @@ }, { "kind": "OBJECT", - "name": "TempoMafCompleteHasEventMafCompletesNodeAggregateSelection", + "name": "TempoSampleSamplesHasTempoNodeAggregateSelection", "description": null, "fields": [ { - "name": "date", + "name": "datasource", "description": null, "args": [], "type": { @@ -101799,7 +107009,7 @@ "deprecationReason": null }, { - "name": "normalPrimaryId", + "name": "sampleCategory", "description": null, "args": [], "type": { @@ -101815,7 +107025,23 @@ "deprecationReason": null }, { - "name": "status", + "name": "sampleClass", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StringAggregateSelectionNonNullable", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "smileSampleId", "description": null, "args": [], "type": { @@ -101838,12 +107064,52 @@ }, { "kind": "INPUT_OBJECT", - "name": "TempoOptions", + "name": "TempoSamplesHasTempoAggregateInput", "description": null, "fields": null, "inputFields": [ { - "name": "limit", + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoAggregateInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count", "description": null, "type": { "kind": "SCALAR", @@ -101855,7 +107121,43 @@ "deprecationReason": null }, { - "name": "offset", + "name": "count_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "count_LTE", "description": null, "type": { "kind": "SCALAR", @@ -101865,6 +107167,61 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoNodeAggregationWhereInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleConnectInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleConnectWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -101873,11 +107230,51 @@ }, { "kind": "OBJECT", - "name": "TempoQcCompleteHasEventQcCompletesAggregationSelection", + "name": "TempoSamplesHasTempoConnection", "description": null, "fields": [ { - "name": "count", + "name": "edges", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TempoSamplesHasTempoRelationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "totalCount", "description": null, "args": [], "type": { @@ -101891,108 +107288,216 @@ }, "isDeprecated": false, "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionSort", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleSort", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionWhere", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionWhere", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "node", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "TempoQcCompleteHasEventQcCompletesNodeAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "SampleWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "node_NOT", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleWhere", "ofType": null }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoCreateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SampleCreateInput", + "ofType": null + } + }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "TempoQcCompleteHasEventQcCompletesNodeAggregateSelection", + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoDeleteFieldInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "date", + "name": "delete", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleDeleteInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "reason", + "name": "where", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoDisconnectFieldInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "result", + "name": "disconnect", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SampleDisconnectInput", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", + "name": "where", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionWhere", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", - "name": "TempoRelationInput", + "name": "TempoSamplesHasTempoFieldInput", "description": null, "fields": null, "inputFields": [ { - "name": "hasEventBamCompletes", + "name": "connect", "description": null, "type": { "kind": "LIST", @@ -102002,7 +107507,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventBamCompletesCreateFieldInput", + "name": "TempoSamplesHasTempoConnectFieldInput", "ofType": null } } @@ -102012,7 +107517,7 @@ "deprecationReason": null }, { - "name": "hasEventMafCompletes", + "name": "create", "description": null, "type": { "kind": "LIST", @@ -102022,7 +107527,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventMafCompletesCreateFieldInput", + "name": "TempoSamplesHasTempoCreateFieldInput", "ofType": null } } @@ -102030,9 +107535,20 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoNodeAggregationWhereInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "hasEventQcCompletes", + "name": "AND", "description": null, "type": { "kind": "LIST", @@ -102042,7 +107558,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesCreateFieldInput", + "name": "TempoSamplesHasTempoNodeAggregationWhereInput", "ofType": null } } @@ -102052,7 +107568,7 @@ "deprecationReason": null }, { - "name": "samplesHasTempo", + "name": "OR", "description": null, "type": { "kind": "LIST", @@ -102062,7 +107578,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoCreateFieldInput", + "name": "TempoSamplesHasTempoNodeAggregationWhereInput", "ofType": null } } @@ -102070,174 +107586,105 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TempoSampleSamplesHasTempoAggregationSelection", - "description": null, - "fields": [ + }, { - "name": "count", + "name": "datasource_AVERAGE_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "datasource_AVERAGE_GT", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "TempoSampleSamplesHasTempoNodeAggregateSelection", + "kind": "SCALAR", + "name": "Float", "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TempoSampleSamplesHasTempoNodeAggregateSelection", - "description": null, - "fields": [ + }, { - "name": "datasource", + "name": "datasource_AVERAGE_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleCategory", + "name": "datasource_AVERAGE_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass", + "name": "datasource_AVERAGE_LTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId", + "name": "datasource_EQUAL", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StringAggregateSelectionNonNullable", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoAggregateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "datasource_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "datasource_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoAggregateInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "count", + "name": "datasource_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -102249,7 +107696,7 @@ "deprecationReason": null }, { - "name": "count_GT", + "name": "datasource_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -102261,7 +107708,7 @@ "deprecationReason": null }, { - "name": "count_GTE", + "name": "datasource_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -102273,7 +107720,7 @@ "deprecationReason": null }, { - "name": "count_LT", + "name": "datasource_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -102285,7 +107732,7 @@ "deprecationReason": null }, { - "name": "count_LTE", + "name": "datasource_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -102297,207 +107744,203 @@ "deprecationReason": null }, { - "name": "node", + "name": "datasource_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoNodeAggregationWhereInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "datasource_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleConnectInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "where", + "name": "datasource_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleConnectWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TempoSamplesHasTempoConnection", - "description": null, - "fields": [ + }, { - "name": "edges", + "name": "datasource_SHORTEST_GT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TempoSamplesHasTempoRelationship", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "pageInfo", + "name": "datasource_SHORTEST_GTE", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "totalCount", + "name": "datasource_SHORTEST_LT", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionSort", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "datasource_SHORTEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleSort", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "sampleCategory_AVERAGE_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_LT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_AVERAGE_LTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_EQUAL", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_GT", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sampleCategory_GTE", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "sampleCategory_LONGEST_EQUAL", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "node", + "name": "sampleCategory_LONGEST_GT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -102505,61 +107948,35 @@ "deprecationReason": null }, { - "name": "node_NOT", + "name": "sampleCategory_LONGEST_GTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoCreateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "sampleCategory_LONGEST_LT", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SampleCreateInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoDeleteFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "delete", + "name": "sampleCategory_LONGEST_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDeleteInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -102567,34 +107984,23 @@ "deprecationReason": null }, { - "name": "where", + "name": "sampleCategory_LT", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoDisconnectFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "disconnect", + "name": "sampleCategory_LTE", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleDisconnectInput", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, @@ -102602,121 +108008,67 @@ "deprecationReason": null }, { - "name": "where", + "name": "sampleCategory_SHORTEST_EQUAL", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionWhere", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "sampleCategory_SHORTEST_GT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "create", + "name": "sampleCategory_SHORTEST_GTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoNodeAggregationWhereInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "sampleCategory_SHORTEST_LT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "OR", + "name": "sampleCategory_SHORTEST_LTE", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoNodeAggregationWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "datasource_AVERAGE_EQUAL", + "name": "sampleClass_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -102728,7 +108080,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GT", + "name": "sampleClass_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -102740,7 +108092,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_GTE", + "name": "sampleClass_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -102752,7 +108104,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LT", + "name": "sampleClass_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -102764,7 +108116,7 @@ "deprecationReason": null }, { - "name": "datasource_AVERAGE_LTE", + "name": "sampleClass_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -102776,7 +108128,7 @@ "deprecationReason": null }, { - "name": "datasource_EQUAL", + "name": "sampleClass_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -102788,7 +108140,7 @@ "deprecationReason": null }, { - "name": "datasource_GT", + "name": "sampleClass_GT", "description": null, "type": { "kind": "SCALAR", @@ -102800,7 +108152,7 @@ "deprecationReason": null }, { - "name": "datasource_GTE", + "name": "sampleClass_GTE", "description": null, "type": { "kind": "SCALAR", @@ -102812,7 +108164,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_EQUAL", + "name": "sampleClass_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -102824,7 +108176,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GT", + "name": "sampleClass_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -102836,7 +108188,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_GTE", + "name": "sampleClass_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -102848,7 +108200,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LT", + "name": "sampleClass_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -102860,7 +108212,7 @@ "deprecationReason": null }, { - "name": "datasource_LONGEST_LTE", + "name": "sampleClass_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -102872,7 +108224,7 @@ "deprecationReason": null }, { - "name": "datasource_LT", + "name": "sampleClass_LT", "description": null, "type": { "kind": "SCALAR", @@ -102884,7 +108236,7 @@ "deprecationReason": null }, { - "name": "datasource_LTE", + "name": "sampleClass_LTE", "description": null, "type": { "kind": "SCALAR", @@ -102896,7 +108248,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_EQUAL", + "name": "sampleClass_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -102908,7 +108260,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GT", + "name": "sampleClass_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -102920,7 +108272,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_GTE", + "name": "sampleClass_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -102932,7 +108284,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LT", + "name": "sampleClass_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -102944,7 +108296,7 @@ "deprecationReason": null }, { - "name": "datasource_SHORTEST_LTE", + "name": "sampleClass_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -102956,7 +108308,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_EQUAL", + "name": "smileSampleId_AVERAGE_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -102968,7 +108320,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GT", + "name": "smileSampleId_AVERAGE_GT", "description": null, "type": { "kind": "SCALAR", @@ -102980,7 +108332,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_GTE", + "name": "smileSampleId_AVERAGE_GTE", "description": null, "type": { "kind": "SCALAR", @@ -102992,7 +108344,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LT", + "name": "smileSampleId_AVERAGE_LT", "description": null, "type": { "kind": "SCALAR", @@ -103004,7 +108356,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_AVERAGE_LTE", + "name": "smileSampleId_AVERAGE_LTE", "description": null, "type": { "kind": "SCALAR", @@ -103016,7 +108368,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_EQUAL", + "name": "smileSampleId_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -103028,7 +108380,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_GT", + "name": "smileSampleId_GT", "description": null, "type": { "kind": "SCALAR", @@ -103040,7 +108392,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_GTE", + "name": "smileSampleId_GTE", "description": null, "type": { "kind": "SCALAR", @@ -103052,7 +108404,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_EQUAL", + "name": "smileSampleId_LONGEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -103064,7 +108416,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GT", + "name": "smileSampleId_LONGEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -103076,7 +108428,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_GTE", + "name": "smileSampleId_LONGEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -103088,7 +108440,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LT", + "name": "smileSampleId_LONGEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -103100,7 +108452,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LONGEST_LTE", + "name": "smileSampleId_LONGEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -103112,7 +108464,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LT", + "name": "smileSampleId_LT", "description": null, "type": { "kind": "SCALAR", @@ -103124,7 +108476,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_LTE", + "name": "smileSampleId_LTE", "description": null, "type": { "kind": "SCALAR", @@ -103136,7 +108488,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_EQUAL", + "name": "smileSampleId_SHORTEST_EQUAL", "description": null, "type": { "kind": "SCALAR", @@ -103148,7 +108500,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GT", + "name": "smileSampleId_SHORTEST_GT", "description": null, "type": { "kind": "SCALAR", @@ -103160,7 +108512,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_GTE", + "name": "smileSampleId_SHORTEST_GTE", "description": null, "type": { "kind": "SCALAR", @@ -103172,7 +108524,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LT", + "name": "smileSampleId_SHORTEST_LT", "description": null, "type": { "kind": "SCALAR", @@ -103184,7 +108536,7 @@ "deprecationReason": null }, { - "name": "sampleCategory_SHORTEST_LTE", + "name": "smileSampleId_SHORTEST_LTE", "description": null, "type": { "kind": "SCALAR", @@ -103194,37 +108546,276 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TempoSamplesHasTempoRelationship", + "description": null, + "fields": [ + { + "name": "cursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_EQUAL", + "name": "node", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Sample", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoUpdateConnectionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "node", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SampleUpdateInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoUpdateFieldInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "connect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_GT", + "name": "create", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoCreateFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "delete", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoDeleteFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "disconnect", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoDisconnectFieldInput", + "ofType": null + } + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "update", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoUpdateConnectionInput", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "where", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoConnectionWhere", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoSort", + "description": "Fields to sort Tempos by. The order in which sorts are applied is not guaranteed when specifying many fields in one TempoSort object.", + "fields": null, + "inputFields": [ + { + "name": "accessLevel", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billed", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "billedBy", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "costCenter", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation", + "description": null, + "type": { + "kind": "ENUM", + "name": "SortDirection", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoUpdateInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_AVERAGE_GTE", + "name": "accessLevel", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103232,11 +108823,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LT", + "name": "billed", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -103244,11 +108835,11 @@ "deprecationReason": null }, { - "name": "sampleClass_AVERAGE_LTE", + "name": "billedBy", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103256,7 +108847,7 @@ "deprecationReason": null }, { - "name": "sampleClass_EQUAL", + "name": "costCenter", "description": null, "type": { "kind": "SCALAR", @@ -103268,11 +108859,11 @@ "deprecationReason": null }, { - "name": "sampleClass_GT", + "name": "custodianInformation", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103280,83 +108871,142 @@ "deprecationReason": null }, { - "name": "sampleClass_GTE", + "name": "hasEventBamCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventBamCompletesUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_EQUAL", + "name": "hasEventMafCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventMafCompletesUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GT", + "name": "hasEventQcCompletes", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoHasEventQcCompletesUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_GTE", + "name": "samplesHasTempo", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoSamplesHasTempoUpdateFieldInput", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "description": null, + "fields": null, + "inputFields": [ { - "name": "sampleClass_LONGEST_LT", + "name": "AND", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LONGEST_LTE", + "name": "OR", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TempoWhere", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_LT", + "name": "accessLevel", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103364,11 +109014,11 @@ "deprecationReason": null }, { - "name": "sampleClass_LTE", + "name": "accessLevel_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103376,11 +109026,11 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_EQUAL", + "name": "accessLevel_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103388,23 +109038,31 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GT", + "name": "accessLevel_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_GTE", + "name": "accessLevel_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103412,11 +109070,11 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LT", + "name": "accessLevel_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103424,11 +109082,11 @@ "deprecationReason": null }, { - "name": "sampleClass_SHORTEST_LTE", + "name": "accessLevel_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103436,23 +109094,31 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_EQUAL", + "name": "accessLevel_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GT", + "name": "accessLevel_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103460,11 +109126,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_GTE", + "name": "accessLevel_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103472,11 +109138,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LT", + "name": "billed", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -103484,11 +109150,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_AVERAGE_LTE", + "name": "billedBy", "description": null, "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103496,7 +109162,7 @@ "deprecationReason": null }, { - "name": "smileSampleId_EQUAL", + "name": "billedBy_CONTAINS", "description": null, "type": { "kind": "SCALAR", @@ -103508,11 +109174,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_GT", + "name": "billedBy_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103520,23 +109186,31 @@ "deprecationReason": null }, { - "name": "smileSampleId_GTE", + "name": "billedBy_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_EQUAL", + "name": "billedBy_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103544,11 +109218,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GT", + "name": "billedBy_NOT_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103556,11 +109230,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_GTE", + "name": "billedBy_NOT_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103568,23 +109242,31 @@ "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LT", + "name": "billedBy_NOT_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_LONGEST_LTE", + "name": "billedBy_NOT_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103592,11 +109274,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_LT", + "name": "billedBy_STARTS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103604,11 +109286,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_LTE", + "name": "billed_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null, @@ -103616,11 +109298,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_EQUAL", + "name": "costCenter", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103628,11 +109310,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GT", + "name": "costCenter_CONTAINS", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103640,11 +109322,11 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_GTE", + "name": "costCenter_ENDS_WITH", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103652,108 +109334,63 @@ "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LT", + "name": "costCenter_IN", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "smileSampleId_SHORTEST_LTE", + "name": "costCenter_NOT", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TempoSamplesHasTempoRelationship", - "description": null, - "fields": [ - { - "name": "cursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "node", + "name": "costCenter_NOT_CONTAINS", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Sample", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, + "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoUpdateConnectionInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "node", + "name": "costCenter_NOT_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "SampleUpdateInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoUpdateFieldInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "connect", + "name": "costCenter_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -103762,8 +109399,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -103773,71 +109410,47 @@ "deprecationReason": null }, { - "name": "create", + "name": "costCenter_NOT_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoCreateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "delete", + "name": "costCenter_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoDeleteFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "disconnect", + "name": "custodianInformation", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoDisconnectFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "update", + "name": "custodianInformation_CONTAINS", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoUpdateConnectionInput", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, @@ -103845,30 +109458,19 @@ "deprecationReason": null }, { - "name": "where", + "name": "custodianInformation_ENDS_WITH", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoConnectionWhere", + "kind": "SCALAR", + "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoUpdateInput", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "hasEventBamCompletes", + "name": "custodianInformation_IN", "description": null, "type": { "kind": "LIST", @@ -103877,8 +109479,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoHasEventBamCompletesUpdateFieldInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -103888,78 +109490,43 @@ "deprecationReason": null }, { - "name": "hasEventMafCompletes", + "name": "custodianInformation_NOT", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoHasEventMafCompletesUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "hasEventQcCompletes", + "name": "custodianInformation_NOT_CONTAINS", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoHasEventQcCompletesUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "samplesHasTempo", + "name": "custodianInformation_NOT_ENDS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoSamplesHasTempoUpdateFieldInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "description": null, - "fields": null, - "inputFields": [ + }, { - "name": "AND", + "name": "custodianInformation_NOT_IN", "description": null, "type": { "kind": "LIST", @@ -103968,8 +109535,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -103979,20 +109546,24 @@ "deprecationReason": null }, { - "name": "OR", + "name": "custodianInformation_NOT_STARTS_WITH", "description": null, "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TempoWhere", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custodianInformation_STARTS_WITH", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null, "isDeprecated": false, diff --git a/graphql/operations.graphql b/graphql/operations.graphql index 83f77565..5bdc64ff 100644 --- a/graphql/operations.graphql +++ b/graphql/operations.graphql @@ -94,6 +94,9 @@ query FindSamplesByInputValue( } } hasTempoTempos { + billed + billedBy + costCenter hasEventBamCompletes(options: $bamCompletesOptions) { date status @@ -246,5 +249,11 @@ query CohortsList( hasCohortSampleSamplesConnection { totalCount } + hasCohortSampleSamples { + smileSampleId + hasTempoTempos { + billed + } + } } }