Skip to content

Commit bf557ad

Browse files
committed
dump schema
1 parent c345ca1 commit bf557ad

File tree

2 files changed

+233
-0
lines changed

2 files changed

+233
-0
lines changed

client/src/app/generated/server.model.graphql

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5026,6 +5026,7 @@ type Fusion implements Commentable & EventOriginObject & EventSubject & Flaggabl
50265026
link: String!
50275027
name: String!
50285028
openRevisionCount: Int!
5029+
regulatoryFusionType: RegulatoryFusionType
50295030

50305031
"""
50315032
List and filter revisions.
@@ -5221,11 +5222,17 @@ input FusionPartnerInput {
52215222
The status of the fusion partner
52225223
"""
52235224
partnerStatus: FusionPartnerStatus!
5225+
5226+
"""
5227+
If the fusion partner status is set to regulatory, what type of regulatory fusion is it?
5228+
"""
5229+
regulatoryFusionType: RegulatoryFusionType
52245230
}
52255231

52265232
enum FusionPartnerStatus {
52275233
KNOWN
52285234
MULTIPLE
5235+
REGULATORY
52295236
UNKNOWN
52305237
}
52315238

@@ -9804,6 +9811,35 @@ enum ReferenceBuild {
98049811
NCBI36
98059812
}
98069813

9814+
enum RegulatoryFusionType {
9815+
REG_ATTENUATOR
9816+
REG_CAAT_SIGNAL
9817+
REG_DNASE_I_HYPERSENSITIVE_SITE
9818+
REG_ENHANCER
9819+
REG_ENHANCER_BLOCKING_ELEMENT
9820+
REG_GC_SIGNAL
9821+
REG_IMPRINTING_CONTROL_REGION
9822+
REG_INSULATOR
9823+
REG_LOCUS_CONTROL_REGION
9824+
REG_MATRIX_ATTACHMENT_REGION
9825+
REG_MINUS_10_SIGNAL
9826+
REG_MINUS_35_SIGNAL
9827+
REG_OTHER
9828+
REG_POLYA_SIGNAL_SEQUENCE
9829+
REG_PROMOTER
9830+
REG_RECODING_STIMULATORY_REGION
9831+
REG_RECOMBINATION_ENHANCER
9832+
REG_REPLICATION_REGULATORY_REGION
9833+
REG_RESPONSE_ELEMENT
9834+
REG_RIBOSOME_BINDING_SITE
9835+
REG_RIBOSWITCH
9836+
REG_SILENCER
9837+
REG_TATA_BOX
9838+
REG_TERMINATOR
9839+
REG_TRANSCRIPTIONAL_CIS_REGULATORY_REGION
9840+
REG_UORF
9841+
}
9842+
98079843
type RejectRevisionsActivity implements ActivityInterface {
98089844
createdAt: ISO8601DateTime!
98099845
events: [Event!]!

client/src/app/generated/server.schema.json

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23867,6 +23867,18 @@
2386723867
"isDeprecated": false,
2386823868
"deprecationReason": null
2386923869
},
23870+
{
23871+
"name": "regulatoryFusionType",
23872+
"description": null,
23873+
"args": [],
23874+
"type": {
23875+
"kind": "ENUM",
23876+
"name": "RegulatoryFusionType",
23877+
"ofType": null
23878+
},
23879+
"isDeprecated": false,
23880+
"deprecationReason": null
23881+
},
2387023882
{
2387123883
"name": "revisions",
2387223884
"description": "List and filter revisions.",
@@ -24516,6 +24528,18 @@
2451624528
"defaultValue": null,
2451724529
"isDeprecated": false,
2451824530
"deprecationReason": null
24531+
},
24532+
{
24533+
"name": "regulatoryFusionType",
24534+
"description": "If the fusion partner status is set to regulatory, what type of regulatory fusion is it?",
24535+
"type": {
24536+
"kind": "ENUM",
24537+
"name": "RegulatoryFusionType",
24538+
"ofType": null
24539+
},
24540+
"defaultValue": null,
24541+
"isDeprecated": false,
24542+
"deprecationReason": null
2451924543
}
2452024544
],
2452124545
"interfaces": null,
@@ -24547,6 +24571,12 @@
2454724571
"description": null,
2454824572
"isDeprecated": false,
2454924573
"deprecationReason": null
24574+
},
24575+
{
24576+
"name": "REGULATORY",
24577+
"description": null,
24578+
"isDeprecated": false,
24579+
"deprecationReason": null
2455024580
}
2455124581
],
2455224582
"possibleTypes": null
@@ -44531,6 +44561,173 @@
4453144561
],
4453244562
"possibleTypes": null
4453344563
},
44564+
{
44565+
"kind": "ENUM",
44566+
"name": "RegulatoryFusionType",
44567+
"description": null,
44568+
"fields": null,
44569+
"inputFields": null,
44570+
"interfaces": null,
44571+
"enumValues": [
44572+
{
44573+
"name": "REG_ATTENUATOR",
44574+
"description": null,
44575+
"isDeprecated": false,
44576+
"deprecationReason": null
44577+
},
44578+
{
44579+
"name": "REG_CAAT_SIGNAL",
44580+
"description": null,
44581+
"isDeprecated": false,
44582+
"deprecationReason": null
44583+
},
44584+
{
44585+
"name": "REG_DNASE_I_HYPERSENSITIVE_SITE",
44586+
"description": null,
44587+
"isDeprecated": false,
44588+
"deprecationReason": null
44589+
},
44590+
{
44591+
"name": "REG_ENHANCER",
44592+
"description": null,
44593+
"isDeprecated": false,
44594+
"deprecationReason": null
44595+
},
44596+
{
44597+
"name": "REG_ENHANCER_BLOCKING_ELEMENT",
44598+
"description": null,
44599+
"isDeprecated": false,
44600+
"deprecationReason": null
44601+
},
44602+
{
44603+
"name": "REG_GC_SIGNAL",
44604+
"description": null,
44605+
"isDeprecated": false,
44606+
"deprecationReason": null
44607+
},
44608+
{
44609+
"name": "REG_IMPRINTING_CONTROL_REGION",
44610+
"description": null,
44611+
"isDeprecated": false,
44612+
"deprecationReason": null
44613+
},
44614+
{
44615+
"name": "REG_INSULATOR",
44616+
"description": null,
44617+
"isDeprecated": false,
44618+
"deprecationReason": null
44619+
},
44620+
{
44621+
"name": "REG_LOCUS_CONTROL_REGION",
44622+
"description": null,
44623+
"isDeprecated": false,
44624+
"deprecationReason": null
44625+
},
44626+
{
44627+
"name": "REG_MATRIX_ATTACHMENT_REGION",
44628+
"description": null,
44629+
"isDeprecated": false,
44630+
"deprecationReason": null
44631+
},
44632+
{
44633+
"name": "REG_MINUS_35_SIGNAL",
44634+
"description": null,
44635+
"isDeprecated": false,
44636+
"deprecationReason": null
44637+
},
44638+
{
44639+
"name": "REG_MINUS_10_SIGNAL",
44640+
"description": null,
44641+
"isDeprecated": false,
44642+
"deprecationReason": null
44643+
},
44644+
{
44645+
"name": "REG_POLYA_SIGNAL_SEQUENCE",
44646+
"description": null,
44647+
"isDeprecated": false,
44648+
"deprecationReason": null
44649+
},
44650+
{
44651+
"name": "REG_PROMOTER",
44652+
"description": null,
44653+
"isDeprecated": false,
44654+
"deprecationReason": null
44655+
},
44656+
{
44657+
"name": "REG_RECODING_STIMULATORY_REGION",
44658+
"description": null,
44659+
"isDeprecated": false,
44660+
"deprecationReason": null
44661+
},
44662+
{
44663+
"name": "REG_RECOMBINATION_ENHANCER",
44664+
"description": null,
44665+
"isDeprecated": false,
44666+
"deprecationReason": null
44667+
},
44668+
{
44669+
"name": "REG_REPLICATION_REGULATORY_REGION",
44670+
"description": null,
44671+
"isDeprecated": false,
44672+
"deprecationReason": null
44673+
},
44674+
{
44675+
"name": "REG_RESPONSE_ELEMENT",
44676+
"description": null,
44677+
"isDeprecated": false,
44678+
"deprecationReason": null
44679+
},
44680+
{
44681+
"name": "REG_RIBOSOME_BINDING_SITE",
44682+
"description": null,
44683+
"isDeprecated": false,
44684+
"deprecationReason": null
44685+
},
44686+
{
44687+
"name": "REG_RIBOSWITCH",
44688+
"description": null,
44689+
"isDeprecated": false,
44690+
"deprecationReason": null
44691+
},
44692+
{
44693+
"name": "REG_SILENCER",
44694+
"description": null,
44695+
"isDeprecated": false,
44696+
"deprecationReason": null
44697+
},
44698+
{
44699+
"name": "REG_TATA_BOX",
44700+
"description": null,
44701+
"isDeprecated": false,
44702+
"deprecationReason": null
44703+
},
44704+
{
44705+
"name": "REG_TERMINATOR",
44706+
"description": null,
44707+
"isDeprecated": false,
44708+
"deprecationReason": null
44709+
},
44710+
{
44711+
"name": "REG_TRANSCRIPTIONAL_CIS_REGULATORY_REGION",
44712+
"description": null,
44713+
"isDeprecated": false,
44714+
"deprecationReason": null
44715+
},
44716+
{
44717+
"name": "REG_UORF",
44718+
"description": null,
44719+
"isDeprecated": false,
44720+
"deprecationReason": null
44721+
},
44722+
{
44723+
"name": "REG_OTHER",
44724+
"description": null,
44725+
"isDeprecated": false,
44726+
"deprecationReason": null
44727+
}
44728+
],
44729+
"possibleTypes": null
44730+
},
4453444731
{
4453544732
"kind": "OBJECT",
4453644733
"name": "RejectRevisionsActivity",

0 commit comments

Comments
 (0)