diff --git a/client/src/app/generated/server.model.graphql b/client/src/app/generated/server.model.graphql index 18840fbe5..1b5aade9b 100644 --- a/client/src/app/generated/server.model.graphql +++ b/client/src/app/generated/server.model.graphql @@ -5026,6 +5026,7 @@ type Fusion implements Commentable & EventOriginObject & EventSubject & Flaggabl link: String! name: String! openRevisionCount: Int! + regulatoryFusionType: RegulatoryFusionType """ List and filter revisions. @@ -5221,11 +5222,17 @@ input FusionPartnerInput { The status of the fusion partner """ partnerStatus: FusionPartnerStatus! + + """ + If the fusion partner status is set to regulatory, what type of regulatory fusion is it? + """ + regulatoryFusionType: RegulatoryFusionType } enum FusionPartnerStatus { KNOWN MULTIPLE + REGULATORY UNKNOWN } @@ -9804,6 +9811,35 @@ enum ReferenceBuild { NCBI36 } +enum RegulatoryFusionType { + REG_ATTENUATOR + REG_CAAT_SIGNAL + REG_DNASE_I_HYPERSENSITIVE_SITE + REG_ENHANCER + REG_ENHANCER_BLOCKING_ELEMENT + REG_GC_SIGNAL + REG_IMPRINTING_CONTROL_REGION + REG_INSULATOR + REG_LOCUS_CONTROL_REGION + REG_MATRIX_ATTACHMENT_REGION + REG_MINUS_10_SIGNAL + REG_MINUS_35_SIGNAL + REG_OTHER + REG_POLYA_SIGNAL_SEQUENCE + REG_PROMOTER + REG_RECODING_STIMULATORY_REGION + REG_RECOMBINATION_ENHANCER + REG_REPLICATION_REGULATORY_REGION + REG_RESPONSE_ELEMENT + REG_RIBOSOME_BINDING_SITE + REG_RIBOSWITCH + REG_SILENCER + REG_TATA_BOX + REG_TERMINATOR + REG_TRANSCRIPTIONAL_CIS_REGULATORY_REGION + REG_UORF +} + type RejectRevisionsActivity implements ActivityInterface { createdAt: ISO8601DateTime! events: [Event!]! diff --git a/client/src/app/generated/server.schema.json b/client/src/app/generated/server.schema.json index be7d148b1..e6070d706 100644 --- a/client/src/app/generated/server.schema.json +++ b/client/src/app/generated/server.schema.json @@ -23867,6 +23867,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "regulatoryFusionType", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "RegulatoryFusionType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "revisions", "description": "List and filter revisions.", @@ -24516,6 +24528,18 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "regulatoryFusionType", + "description": "If the fusion partner status is set to regulatory, what type of regulatory fusion is it?", + "type": { + "kind": "ENUM", + "name": "RegulatoryFusionType", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -24547,6 +24571,12 @@ "description": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "REGULATORY", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], "possibleTypes": null @@ -44531,6 +44561,173 @@ ], "possibleTypes": null }, + { + "kind": "ENUM", + "name": "RegulatoryFusionType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "REG_ATTENUATOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_CAAT_SIGNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_DNASE_I_HYPERSENSITIVE_SITE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_ENHANCER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_ENHANCER_BLOCKING_ELEMENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_GC_SIGNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_IMPRINTING_CONTROL_REGION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_INSULATOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_LOCUS_CONTROL_REGION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_MATRIX_ATTACHMENT_REGION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_MINUS_35_SIGNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_MINUS_10_SIGNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_POLYA_SIGNAL_SEQUENCE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_PROMOTER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_RECODING_STIMULATORY_REGION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_RECOMBINATION_ENHANCER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_REPLICATION_REGULATORY_REGION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_RESPONSE_ELEMENT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_RIBOSOME_BINDING_SITE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_RIBOSWITCH", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_SILENCER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_TATA_BOX", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_TERMINATOR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_TRANSCRIPTIONAL_CIS_REGULATORY_REGION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_UORF", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REG_OTHER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "RejectRevisionsActivity",