Skip to content

Commit

Permalink
remove coordinates as potential subject types
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Oct 30, 2024
1 parent 166f72e commit 509ccd1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions client/src/app/generated/server.model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ enum ActivitySubjectInput {
ASSERTION
COMMENT
EVIDENCE_ITEM
EXON_COORDINATE
FEATURE
FLAG
MOLECULAR_PROFILE
Expand All @@ -168,7 +167,6 @@ enum ActivitySubjectInput {
SOURCE
SOURCE_SUGGESTION
VARIANT
VARIANT_COORDINATE
VARIANT_GROUP
}

Expand Down
12 changes: 0 additions & 12 deletions client/src/app/generated/server.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,18 +1063,6 @@
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EXON_COORDINATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "VARIANT_COORDINATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ class ActivitySubjectInputType < Types::BaseEnum
value 'FLAG', value: 'Flag'
value 'REVISION_SET', value: 'RevisionSet'
value 'COMMENT', value: 'Comment'
value 'EXON_COORDINATE', value: 'ExonCoordinate'
value 'VARIANT_COORDINATE', value: 'VariantCoordinate'
end
end

0 comments on commit 509ccd1

Please sign in to comment.