diff --git a/index.html b/index.html index d2a4d2e10..c5aa707db 100644 --- a/index.html +++ b/index.html @@ -576,7 +576,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -588,10 +588,10 @@
Response
{
   "data": {
     "acmgCode": {
-      "code": "xyz789",
+      "code": "abc123",
       "description": "abc123",
       "id": 123,
-      "name": "xyz789",
+      "name": "abc123",
       "tooltip": "xyz789"
     }
   }
@@ -669,7 +669,7 @@ 
Query
Variables
-
{"queryTerm": "abc123"}
+                    
{"queryTerm": "xyz789"}
 
@@ -682,10 +682,10 @@
Response
"data": { "acmgCodesTypeahead": [ { - "code": "xyz789", - "description": "xyz789", + "code": "abc123", + "description": "abc123", "id": 123, - "name": "xyz789", + "name": "abc123", "tooltip": "abc123" } ] @@ -832,7 +832,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -851,33 +851,33 @@
Response
"assertionType": "DIAGNOSTIC", "clingenCodes": [ClingenCode], "comments": CommentConnection, - "description": "xyz789", + "description": "abc123", "disease": Disease, "events": EventConnection, "evidenceItems": [EvidenceItem], - "evidenceItemsCount": 987, + "evidenceItemsCount": 123, "fdaCompanionTest": true, "fdaCompanionTestLastUpdated": ISO8601DateTime, "flagged": false, "flags": FlagConnection, - "id": 123, + "id": 987, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, "link": "xyz789", "molecularProfile": MolecularProfile, - "name": "abc123", + "name": "xyz789", "nccnGuideline": NccnGuideline, - "nccnGuidelineVersion": "abc123", + "nccnGuidelineVersion": "xyz789", "phenotypes": [Phenotype], - "regulatoryApproval": false, + "regulatoryApproval": true, "regulatoryApprovalLastUpdated": ISO8601DateTime, "rejectionEvent": Event, "revisions": RevisionConnection, "significance": "ADVERSE_RESPONSE", "status": "ACCEPTED", "submissionEvent": Event, - "summary": "xyz789", + "summary": "abc123", "therapies": [Therapy], "therapyInteractionType": "COMBINATION", "variantOrigin": "COMBINED" @@ -1159,21 +1159,21 @@
Variables
"diseaseId": 987, "diseaseName": "xyz789", "evidenceId": 987, - "first": 123, - "id": 123, + "first": 987, + "id": 987, "last": 123, - "molecularProfileId": 123, + "molecularProfileId": 987, "molecularProfileName": "xyz789", - "organizationId": 987, + "organizationId": 123, "phenotypeId": 123, "significance": "ADVERSE_RESPONSE", "sortBy": AssertionSort, "status": "ACCEPTED", "summary": "xyz789", "therapyId": 123, - "therapyName": "abc123", + "therapyName": "xyz789", "userId": 987, - "variantId": 987, + "variantId": 123, "variantName": "abc123" }
@@ -1189,7 +1189,7 @@
Response
"assertions": { "edges": [AssertionEdge], "nodes": [Assertion], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "totalCount": 123 } @@ -1341,9 +1341,9 @@
Variables
{
   "after": "xyz789",
-  "before": "xyz789",
-  "doid": "abc123",
-  "first": 123,
+  "before": "abc123",
+  "doid": "xyz789",
+  "first": 987,
   "geneNames": "abc123",
   "id": 987,
   "last": 987,
@@ -1515,15 +1515,15 @@ 
Variables
{
-  "after": "xyz789",
+  "after": "abc123",
   "before": "abc123",
   "diseaseName": "xyz789",
-  "entrezSymbol": "abc123",
-  "first": 987,
+  "entrezSymbol": "xyz789",
+  "first": 123,
   "geneAlias": "xyz789",
   "last": 123,
   "sortBy": GenesSort,
-  "therapyName": "xyz789"
+  "therapyName": "abc123"
 }
 
@@ -1537,7 +1537,7 @@
Response
"data": { "browseGenes": { "edges": [BrowseGeneEdge], - "filteredCount": 123, + "filteredCount": 987, "nodes": [BrowseGene], "pageCount": 987, "pageInfo": PageInfo, @@ -1717,16 +1717,16 @@
Variables
{
-  "after": "abc123",
+  "after": "xyz789",
   "before": "abc123",
   "diseaseName": "abc123",
   "entrezSymbol": "abc123",
-  "first": 123,
-  "last": 987,
+  "first": 987,
+  "last": 123,
   "molecularProfileAlias": "xyz789",
-  "molecularProfileName": "xyz789",
+  "molecularProfileName": "abc123",
   "sortBy": MolecularProfilesSort,
-  "therapyName": "xyz789",
+  "therapyName": "abc123",
   "variantId": 123,
   "variantName": "abc123"
 }
@@ -1742,11 +1742,11 @@ 
Response
"data": { "browseMolecularProfiles": { "edges": [BrowseMolecularProfileEdge], - "filteredCount": 123, + "filteredCount": 987, "nodes": [BrowseMolecularProfile], - "pageCount": 123, + "pageCount": 987, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 } } } @@ -1940,20 +1940,20 @@
Variables
{
-  "after": "xyz789",
-  "author": "xyz789",
+  "after": "abc123",
+  "author": "abc123",
   "before": "abc123",
-  "citationId": 987,
-  "clinicalTrialId": 123,
+  "citationId": 123,
+  "clinicalTrialId": 987,
   "first": 987,
   "id": 987,
-  "journal": "xyz789",
-  "last": 987,
-  "name": "abc123",
-  "openAccess": true,
+  "journal": "abc123",
+  "last": 123,
+  "name": "xyz789",
+  "openAccess": false,
   "sortBy": SourcesSort,
   "sourceType": "ASCO",
-  "year": 987
+  "year": 123
 }
 
@@ -1967,11 +1967,11 @@
Response
"data": { "browseSources": { "edges": [BrowseSourceEdge], - "filteredCount": 987, + "filteredCount": 123, "nodes": [BrowseSource], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 123 + "totalCount": 987 } } } @@ -2111,9 +2111,9 @@
Variables
{
-  "after": "abc123",
-  "before": "abc123",
-  "first": 123,
+  "after": "xyz789",
+  "before": "xyz789",
+  "first": 987,
   "geneNames": "abc123",
   "last": 987,
   "name": "abc123",
@@ -2132,11 +2132,11 @@ 
Response
"data": { "browseVariantGroups": { "edges": [BrowseVariantGroupEdge], - "filteredCount": 123, + "filteredCount": 987, "nodes": [BrowseVariantGroup], "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 } } } @@ -2330,20 +2330,20 @@
Variables
{
-  "after": "xyz789",
+  "after": "abc123",
   "before": "abc123",
   "diseaseName": "abc123",
-  "entrezSymbol": "xyz789",
+  "entrezSymbol": "abc123",
   "first": 987,
   "hasNoVariantType": true,
   "last": 987,
   "sortBy": VariantsSort,
-  "therapyName": "xyz789",
+  "therapyName": "abc123",
   "variantAlias": "abc123",
   "variantGroupId": 123,
-  "variantName": "xyz789",
-  "variantTypeId": 987,
-  "variantTypeName": "abc123"
+  "variantName": "abc123",
+  "variantTypeId": 123,
+  "variantTypeName": "xyz789"
 }
 
@@ -2439,7 +2439,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -2451,12 +2451,12 @@
Response
{
   "data": {
     "clingenCode": {
-      "code": "xyz789",
-      "description": "abc123",
-      "exclusive": false,
-      "id": 123,
-      "name": "abc123",
-      "tooltip": "xyz789"
+      "code": "abc123",
+      "description": "xyz789",
+      "exclusive": true,
+      "id": 987,
+      "name": "xyz789",
+      "tooltip": "abc123"
     }
   }
 }
@@ -2547,12 +2547,12 @@ 
Response
"data": { "clingenCodesTypeahead": [ { - "code": "abc123", - "description": "abc123", - "exclusive": false, + "code": "xyz789", + "description": "xyz789", + "exclusive": true, "id": 123, "name": "xyz789", - "tooltip": "abc123" + "tooltip": "xyz789" } ] } @@ -2631,7 +2631,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -2648,7 +2648,7 @@
Response
"link": "abc123", "name": "xyz789", "nctId": "xyz789", - "url": "xyz789" + "url": "abc123" } } } @@ -2793,11 +2793,11 @@
Variables
{
   "after": "abc123",
-  "before": "xyz789",
-  "first": 987,
+  "before": "abc123",
+  "first": 123,
   "id": 987,
   "last": 123,
-  "name": "xyz789",
+  "name": "abc123",
   "nctId": "xyz789",
   "sortBy": ClinicalTrialSort
 }
@@ -2927,14 +2927,14 @@ 
Response
{
   "data": {
     "comment": {
-      "comment": "abc123",
+      "comment": "xyz789",
       "commentable": Commentable,
       "commenter": User,
       "createdAt": ISO8601DateTime,
       "creationEvent": Event,
       "id": 987,
       "link": "abc123",
-      "name": "xyz789",
+      "name": "abc123",
       "parsedComment": [CommentTagSegment],
       "title": "abc123"
     }
@@ -3108,14 +3108,14 @@ 
Variables
{
-  "after": "xyz789",
+  "after": "abc123",
   "before": "abc123",
-  "first": 987,
+  "first": 123,
   "last": 123,
   "mentionedEntity": TaggableEntityInput,
   "mentionedRole": "ADMIN",
   "mentionedUserId": 123,
-  "originatingUserId": 123,
+  "originatingUserId": 987,
   "sortBy": DateSort,
   "subject": CommentableInput
 }
@@ -3135,7 +3135,7 @@ 
Response
"mentionedRoles": [CommentTagSegment], "mentionedUsers": [User], "nodes": [Comment], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "totalCount": 987, "unfilteredCountForSubject": 123, @@ -3280,9 +3280,9 @@
Response
"data": { "countries": [ { - "id": 987, + "id": 123, "iso": "abc123", - "name": "xyz789" + "name": "abc123" } ] } @@ -3447,7 +3447,7 @@
Query
Variables
-
{"id": 123}
+                    
{"id": 987}
 
@@ -3462,11 +3462,11 @@
Response
"diseaseAliases": ["xyz789"], "diseaseUrl": "xyz789", "displayName": "abc123", - "doid": "abc123", + "doid": "xyz789", "id": 123, "link": "xyz789", "myDiseaseInfo": MyDiseaseInfo, - "name": "xyz789" + "name": "abc123" } } } @@ -3563,14 +3563,14 @@
Response
{
   "data": {
     "diseasePopover": {
-      "assertionCount": 987,
-      "diseaseAliases": ["xyz789"],
+      "assertionCount": 123,
+      "diseaseAliases": ["abc123"],
       "diseaseUrl": "abc123",
       "displayName": "abc123",
       "doid": "abc123",
       "evidenceItemCount": 123,
-      "id": 987,
-      "link": "xyz789",
+      "id": 123,
+      "link": "abc123",
       "molecularProfileCount": 123,
       "myDiseaseInfo": MyDiseaseInfo,
       "name": "xyz789"
@@ -3655,7 +3655,7 @@ 
Query
Variables
-
{"queryTerm": "abc123"}
+                    
{"queryTerm": "xyz789"}
 
@@ -3669,13 +3669,13 @@
Response
"diseaseTypeahead": [ { "diseaseAliases": ["xyz789"], - "diseaseUrl": "abc123", - "displayName": "abc123", - "doid": "xyz789", + "diseaseUrl": "xyz789", + "displayName": "xyz789", + "doid": "abc123", "id": 123, "link": "xyz789", "myDiseaseInfo": MyDiseaseInfo, - "name": "abc123" + "name": "xyz789" } ] } @@ -3755,7 +3755,7 @@
Query
Variables
-
{"queryTerm": "abc123"}
+                    
{"queryTerm": "xyz789"}
 
@@ -3769,10 +3769,10 @@
Response
"entityTypeahead": [ { "deprecated": false, - "displayName": "abc123", - "entityId": 987, + "displayName": "xyz789", + "entityId": 123, "link": "xyz789", - "revisionSetId": 987, + "revisionSetId": 123, "status": "ACCEPTED", "tagType": "ASSERTION" } @@ -3961,10 +3961,10 @@
Variables
"eventType": "ACCEPTED", "first": 987, "includeAutomatedEvents": true, - "last": 987, + "last": 123, "mode": "ORGANIZATION", - "organizationId": 987, - "originatingUserId": 987, + "organizationId": 123, + "originatingUserId": 123, "sortBy": DateSort, "subject": SubscribableQueryInput } @@ -3982,11 +3982,11 @@
Response
"edges": [EventEdge], "eventTypes": ["ACCEPTED"], "nodes": [Event], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "participatingOrganizations": [Organization], "totalCount": 987, - "unfilteredCount": 987, + "unfilteredCount": 123, "uniqueParticipants": [User] } } @@ -4121,7 +4121,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -4141,17 +4141,17 @@
Response
"events": EventConnection, "evidenceDirection": "DOES_NOT_SUPPORT", "evidenceLevel": "A", - "evidenceRating": 987, + "evidenceRating": 123, "evidenceType": "DIAGNOSTIC", - "flagged": false, + "flagged": true, "flags": FlagConnection, - "id": 987, + "id": 123, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, "link": "xyz789", "molecularProfile": MolecularProfile, - "name": "abc123", + "name": "xyz789", "phenotypes": [Phenotype], "rejectionEvent": Event, "revisions": RevisionConnection, @@ -4161,7 +4161,7 @@
Response
"submissionEvent": Event, "therapies": [Therapy], "therapyInteractionType": "COMBINATION", - "variantHgvs": "abc123", + "variantHgvs": "xyz789", "variantOrigin": "COMBINED" } } @@ -4457,32 +4457,32 @@
Variables
{
-  "after": "xyz789",
+  "after": "abc123",
   "assertionId": 123,
-  "before": "xyz789",
+  "before": "abc123",
   "clinicalTrialId": 123,
   "description": "abc123",
   "diseaseId": 123,
-  "diseaseName": "abc123",
+  "diseaseName": "xyz789",
   "evidenceDirection": "DOES_NOT_SUPPORT",
   "evidenceLevel": "A",
   "evidenceRating": 987,
   "evidenceType": "DIAGNOSTIC",
   "first": 987,
-  "id": 987,
-  "last": 987,
+  "id": 123,
+  "last": 123,
   "molecularProfileId": 987,
   "molecularProfileName": "abc123",
   "organizationId": 123,
   "phenotypeId": 987,
   "significance": "ADVERSE_RESPONSE",
   "sortBy": EvidenceSort,
-  "sourceId": 987,
+  "sourceId": 123,
   "status": "ACCEPTED",
-  "therapyId": 123,
-  "therapyName": "abc123",
+  "therapyId": 987,
+  "therapyName": "xyz789",
   "userId": 987,
-  "variantId": 987,
+  "variantId": 123,
   "variantOrigin": "COMBINED"
 }
 
@@ -4498,7 +4498,7 @@
Response
"evidenceItems": { "edges": [EvidenceItemEdge], "nodes": [EvidenceItem], - "pageCount": 123, + "pageCount": 987, "pageInfo": PageInfo, "totalCount": 987 } @@ -4599,7 +4599,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -4615,10 +4615,10 @@
Response
"createdAt": ISO8601DateTime, "flaggable": Flaggable, "flaggingUser": User, - "id": 123, + "id": 987, "lastCommentEvent": Event, - "link": "abc123", - "name": "abc123", + "link": "xyz789", + "name": "xyz789", "openComment": Comment, "resolutionComment": Comment, "resolvedAt": ISO8601DateTime, @@ -4782,13 +4782,13 @@
Variables
{
-  "after": "xyz789",
+  "after": "abc123",
   "before": "xyz789",
-  "first": 123,
+  "first": 987,
   "flaggable": FlaggableInput,
   "flaggingUserId": 987,
   "last": 123,
-  "resolvingUserId": 987,
+  "resolvingUserId": 123,
   "sortBy": DateSort,
   "state": "OPEN"
 }
@@ -4805,10 +4805,10 @@ 
Response
"flags": { "edges": [FlagEdge], "nodes": [Flag], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 123, - "unfilteredCountForSubject": 123, + "totalCount": 987, + "unfilteredCountForSubject": 987, "uniqueFlaggingUsers": [User], "uniqueResolvingUsers": [User] } @@ -4944,13 +4944,13 @@
Response
"data": { "gene": { "comments": CommentConnection, - "description": "abc123", + "description": "xyz789", "entrezId": 123, "events": EventConnection, "flagged": false, "flags": FlagConnection, "geneAliases": ["abc123"], - "id": 123, + "id": 987, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, @@ -5068,7 +5068,7 @@
Query
Variables
-
{"queryTerm": "abc123"}
+                    
{"queryTerm": "xyz789"}
 
@@ -5082,20 +5082,20 @@
Response
"geneTypeahead": [ { "comments": CommentConnection, - "description": "abc123", - "entrezId": 987, + "description": "xyz789", + "entrezId": 123, "events": EventConnection, - "flagged": true, + "flagged": false, "flags": FlagConnection, "geneAliases": ["abc123"], "id": 987, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, - "link": "abc123", + "link": "xyz789", "myGeneInfoDetails": {}, - "name": "abc123", - "officialName": "xyz789", + "name": "xyz789", + "officialName": "abc123", "revisions": RevisionConnection, "sources": [Source], "variants": VariantConnection @@ -5210,7 +5210,7 @@
Variables
{
-  "after": "xyz789",
+  "after": "abc123",
   "before": "xyz789",
   "first": 123,
   "last": 987
@@ -5365,7 +5365,7 @@ 
Query
Variables
-
{"id": 123}
+                    
{"id": 987}
 
@@ -5379,21 +5379,21 @@
Response
"molecularProfile": { "assertions": AssertionConnection, "comments": CommentConnection, - "deprecated": true, + "deprecated": false, "deprecatedVariants": [Variant], "deprecationEvent": Event, - "description": "abc123", + "description": "xyz789", "events": EventConnection, "evidenceCountsByStatus": EvidenceItemsByStatus, "evidenceItems": EvidenceItemConnection, "flagged": true, "flags": FlagConnection, - "id": 123, + "id": 987, "isComplex": false, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, - "link": "abc123", + "link": "xyz789", "molecularProfileAliases": ["xyz789"], "molecularProfileScore": 123.45, "name": "xyz789", @@ -5552,15 +5552,15 @@
Variables
{
-  "after": "xyz789",
-  "alleleRegistryId": "xyz789",
+  "after": "abc123",
+  "alleleRegistryId": "abc123",
   "before": "xyz789",
   "evidenceStatusFilter": "ALL",
-  "first": 987,
+  "first": 123,
   "geneId": 987,
   "last": 987,
   "name": "abc123",
-  "variantId": 123
+  "variantId": 987
 }
 
@@ -5575,7 +5575,7 @@
Response
"molecularProfiles": { "edges": [MolecularProfileEdge], "nodes": [MolecularProfile], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "totalCount": 123 } @@ -5651,7 +5651,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -5663,7 +5663,7 @@
Response
{
   "data": {
     "nccnGuideline": {
-      "id": 987,
+      "id": 123,
       "name": "xyz789"
     }
   }
@@ -5738,7 +5738,7 @@ 
Query
Variables
-
{"queryTerm": "abc123"}
+                    
{"queryTerm": "xyz789"}
 
@@ -5750,7 +5750,7 @@
Response
{
   "data": {
     "nccnGuidelinesTypeahead": [
-      {"id": 123, "name": "xyz789"}
+      {"id": 987, "name": "xyz789"}
     ]
   }
 }
@@ -5937,14 +5937,14 @@ 
Variables
{
-  "after": "abc123",
-  "before": "xyz789",
+  "after": "xyz789",
+  "before": "abc123",
   "eventType": "ACCEPTED",
-  "first": 987,
+  "first": 123,
   "includeRead": false,
   "last": 987,
   "notificationReason": "MENTION",
-  "organizationId": 123,
+  "organizationId": 987,
   "originatingObject": SubscribableInput,
   "originatingUserId": 987,
   "subscriptionId": 123
@@ -5967,10 +5967,10 @@ 
Response
"notificationSubjects": [EventSubjectWithCount], "organizations": [Organization], "originatingUsers": [User], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 123, - "unreadCount": 123 + "totalCount": 987, + "unreadCount": 987 } } } @@ -6083,7 +6083,7 @@
Response
"data": { "organization": { "description": "abc123", - "eventCount": 123, + "eventCount": 987, "events": EventConnection, "id": 123, "memberCount": 123, @@ -6092,10 +6092,10 @@
Response
"name": "abc123", "orgAndSuborgsStatsHash": Stats, "orgStatsHash": Stats, - "profileImagePath": "xyz789", + "profileImagePath": "abc123", "ranks": Ranks, "subGroups": [Organization], - "url": "abc123" + "url": "xyz789" } } } @@ -6292,10 +6292,10 @@
Variables
{
-  "after": "abc123",
-  "before": "xyz789",
-  "first": 987,
-  "id": 123,
+  "after": "xyz789",
+  "before": "abc123",
+  "first": 123,
+  "id": 987,
   "last": 123,
   "name": "xyz789",
   "sortBy": OrganizationSort
@@ -6313,7 +6313,7 @@ 
Response
"organizations": { "edges": [OrganizationEdge], "nodes": [Organization], - "pageCount": 123, + "pageCount": 987, "pageInfo": PageInfo, "totalCount": 987 } @@ -6393,7 +6393,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -6406,9 +6406,9 @@
Response
"data": { "phenotype": { "description": "xyz789", - "hpoId": "abc123", + "hpoId": "xyz789", "id": 123, - "link": "xyz789", + "link": "abc123", "name": "abc123", "url": "xyz789" } @@ -6503,14 +6503,14 @@
Response
{
   "data": {
     "phenotypePopover": {
-      "assertionCount": 987,
-      "description": "xyz789",
-      "evidenceItemCount": 123,
-      "hpoId": "xyz789",
-      "id": 123,
-      "link": "xyz789",
-      "molecularProfileCount": 123,
-      "name": "abc123",
+      "assertionCount": 123,
+      "description": "abc123",
+      "evidenceItemCount": 987,
+      "hpoId": "abc123",
+      "id": 987,
+      "link": "abc123",
+      "molecularProfileCount": 987,
+      "name": "xyz789",
       "url": "abc123"
     }
   }
@@ -6602,11 +6602,11 @@ 
Response
"data": { "phenotypeTypeahead": [ { - "description": "xyz789", - "hpoId": "abc123", + "description": "abc123", + "hpoId": "xyz789", "id": 987, "link": "xyz789", - "name": "abc123", + "name": "xyz789", "url": "xyz789" } ] @@ -6753,10 +6753,10 @@
Variables
{
   "after": "xyz789",
-  "before": "xyz789",
-  "first": 987,
-  "hpoId": "xyz789",
-  "id": 123,
+  "before": "abc123",
+  "first": 123,
+  "hpoId": "abc123",
+  "id": 987,
   "last": 123,
   "name": "xyz789",
   "sortBy": PhenotypeSort
@@ -6777,7 +6777,7 @@ 
Response
"nodes": [BrowsePhenotype], "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 } } } @@ -6850,7 +6850,7 @@
Query
Variables
-
{"commentText": "xyz789"}
+                    
{"commentText": "abc123"}
 
@@ -7160,7 +7160,7 @@
Query
Variables
-
{"id": 123}
+                    
{"id": 987}
 
@@ -7179,16 +7179,16 @@
Response
"currentValue": {}, "events": EventConnection, "fieldName": "abc123", - "id": 987, + "id": 123, "lastCommentEvent": Event, - "link": "xyz789", + "link": "abc123", "linkoutData": LinkoutData, "name": "abc123", "resolutionComment": Comment, "resolvedAt": ISO8601DateTime, "resolver": User, "resolvingEvent": Event, - "revisionSetId": 987, + "revisionSetId": 123, "revisor": User, "status": "ACCEPTED", "subject": EventSubject, @@ -7374,9 +7374,9 @@
Variables
"before": "xyz789", "fieldName": "abc123", "first": 987, - "last": 987, - "originatingUserId": 123, - "resolvingUserId": 987, + "last": 123, + "originatingUserId": 987, + "resolvingUserId": 123, "revisionSetId": 987, "sortBy": DateSort, "status": "ACCEPTED", @@ -7398,7 +7398,7 @@
Response
"pageCount": 987, "pageInfo": PageInfo, "revisedFieldNames": [FieldName], - "totalCount": 987, + "totalCount": 123, "unfilteredCountForSubject": 123, "uniqueResolvers": [User], "uniqueRevisors": [User] @@ -7489,7 +7489,7 @@
Variables
{
-  "highlightMatches": false,
+  "highlightMatches": true,
   "query": "abc123",
   "types": ["ASSERTION"]
 }
@@ -7505,7 +7505,7 @@ 
Response
"data": { "search": [ { - "id": 123, + "id": 987, "matchingText": "xyz789", "name": "abc123", "resultType": "ASSERTION" @@ -7590,7 +7590,7 @@
Response
"searchByPermalink": { "permalinkId": "xyz789", "resultIds": [987], - "searchEndpoint": "xyz789" + "searchEndpoint": "abc123" } } } @@ -7682,8 +7682,8 @@
Response
"data": { "searchGenes": { "permalinkId": "abc123", - "resultIds": [123], - "searchEndpoint": "abc123" + "resultIds": [987], + "searchEndpoint": "xyz789" } } } @@ -7787,7 +7787,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -7803,26 +7803,26 @@
Response
"ascoAbstractId": 123, "authorString": "xyz789", "citation": "xyz789", - "citationId": "abc123", + "citationId": "xyz789", "clinicalTrials": [ClinicalTrial], "comments": CommentConnection, "displayType": "xyz789", "events": EventConnection, - "fullJournalTitle": "xyz789", - "id": 987, - "journal": "abc123", + "fullJournalTitle": "abc123", + "id": 123, + "journal": "xyz789", "lastCommentEvent": Event, "link": "xyz789", "name": "xyz789", - "openAccess": false, - "pmcId": "abc123", + "openAccess": true, + "pmcId": "xyz789", "publicationDate": "xyz789", - "publicationDay": 123, - "publicationMonth": 987, - "publicationYear": 123, + "publicationDay": 987, + "publicationMonth": 123, + "publicationYear": 987, "sourceType": "ASCO", "sourceUrl": "xyz789", - "title": "xyz789" + "title": "abc123" } } } @@ -7927,7 +7927,7 @@
Query
Variables
-
{"id": 123}
+                    
{"id": 987}
 
@@ -7940,30 +7940,30 @@
Response
"data": { "sourcePopover": { "abstract": "xyz789", - "ascoAbstractId": 123, + "ascoAbstractId": 987, "authorString": "xyz789", "citation": "abc123", - "citationId": "abc123", + "citationId": "xyz789", "clinicalTrials": [ClinicalTrial], "comments": CommentConnection, "displayType": "abc123", "events": EventConnection, "evidenceItemCount": 987, - "fullJournalTitle": "xyz789", + "fullJournalTitle": "abc123", "id": 123, - "journal": "abc123", + "journal": "xyz789", "lastCommentEvent": Event, - "link": "abc123", - "name": "abc123", + "link": "xyz789", + "name": "xyz789", "openAccess": true, "pmcId": "xyz789", "publicationDate": "abc123", "publicationDay": 123, - "publicationMonth": 987, + "publicationMonth": 123, "publicationYear": 987, "sourceType": "ASCO", "sourceUrl": "abc123", - "title": "abc123" + "title": "xyz789" } } } @@ -8066,7 +8066,7 @@
Query
Variables
-
{"diseaseId": 123, "molecularProfileId": 987, "sourceId": 987}
+                    
{"diseaseId": 987, "molecularProfileId": 123, "sourceId": 123}
 
@@ -8290,8 +8290,8 @@
Variables
"comment": "xyz789", "diseaseName": "abc123", "first": 123, - "last": 123, - "molecularProfileName": "xyz789", + "last": 987, + "molecularProfileName": "abc123", "sortBy": SourceSuggestionsSort, "sourceId": 987, "sourceType": "ASCO", @@ -8313,7 +8313,7 @@
Response
"edges": [SourceSuggestionEdge], "filteredCount": 987, "nodes": [SourceSuggestion], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "totalCount": 123 } @@ -8449,29 +8449,29 @@
Response
"sourceTypeahead": [ { "abstract": "xyz789", - "ascoAbstractId": 123, + "ascoAbstractId": 987, "authorString": "abc123", - "citation": "abc123", + "citation": "xyz789", "citationId": "xyz789", "clinicalTrials": [ClinicalTrial], "comments": CommentConnection, - "displayType": "abc123", + "displayType": "xyz789", "events": EventConnection, - "fullJournalTitle": "abc123", - "id": 123, + "fullJournalTitle": "xyz789", + "id": 987, "journal": "xyz789", "lastCommentEvent": Event, "link": "abc123", "name": "xyz789", - "openAccess": false, + "openAccess": true, "pmcId": "xyz789", - "publicationDate": "xyz789", - "publicationDay": 123, - "publicationMonth": 123, - "publicationYear": 987, + "publicationDate": "abc123", + "publicationDay": 987, + "publicationMonth": 987, + "publicationYear": 123, "sourceType": "ASCO", "sourceUrl": "xyz789", - "title": "abc123" + "title": "xyz789" } ] } @@ -8560,7 +8560,7 @@
Response
{
   "data": {
     "subscriptionForEntity": {
-      "id": 987,
+      "id": 123,
       "subscribable": EventSubject
     }
   }
@@ -8705,13 +8705,13 @@ 
Variables
{
-  "after": "xyz789",
-  "before": "xyz789",
-  "first": 123,
-  "id": 987,
+  "after": "abc123",
+  "before": "abc123",
+  "first": 987,
+  "id": 123,
   "last": 123,
   "name": "xyz789",
-  "ncitId": "abc123",
+  "ncitId": "xyz789",
   "sortBy": TherapySort
 }
 
@@ -8726,7 +8726,7 @@
Response
"data": { "therapies": { "edges": [BrowseTherapyEdge], - "filteredCount": 123, + "filteredCount": 987, "nodes": [BrowseTherapy], "pageCount": 123, "pageInfo": PageInfo, @@ -8811,7 +8811,7 @@
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -8824,12 +8824,12 @@
Response
"data": { "therapy": { "id": 123, - "link": "abc123", + "link": "xyz789", "myChemInfo": MyChemInfo, "name": "abc123", "ncitId": "abc123", "therapyAliases": ["xyz789"], - "therapyUrl": "abc123" + "therapyUrl": "xyz789" } } } @@ -8932,8 +8932,8 @@
Response
"molecularProfileCount": 987, "myChemInfo": MyChemInfo, "name": "abc123", - "ncitId": "xyz789", - "therapyAliases": ["xyz789"], + "ncitId": "abc123", + "therapyAliases": ["abc123"], "therapyUrl": "abc123" } } @@ -9028,13 +9028,13 @@
Response
"data": { "therapyTypeahead": [ { - "id": 987, + "id": 123, "link": "abc123", "myChemInfo": MyChemInfo, - "name": "xyz789", - "ncitId": "abc123", - "therapyAliases": ["abc123"], - "therapyUrl": "abc123" + "name": "abc123", + "ncitId": "xyz789", + "therapyAliases": ["xyz789"], + "therapyUrl": "xyz789" } ] } @@ -9229,7 +9229,7 @@
Query
Variables
-
{"id": 123}
+                    
{"id": 987}
 
@@ -9245,20 +9245,20 @@
Response
"bio": "xyz789", "country": Country, "displayName": "abc123", - "email": "abc123", + "email": "xyz789", "events": EventConnection, "facebookProfile": "abc123", "id": 987, - "linkedinProfile": "abc123", + "linkedinProfile": "xyz789", "mostRecentActionTimestamp": ISO8601DateTime, "mostRecentConflictOfInterestStatement": Coi, "mostRecentEvent": Event, "mostRecentOrganizationId": 987, "name": "abc123", "notifications": NotificationConnection, - "orcid": "xyz789", + "orcid": "abc123", "organizations": [Organization], - "profileImagePath": "abc123", + "profileImagePath": "xyz789", "ranks": Ranks, "role": "ADMIN", "statsHash": Stats, @@ -9457,23 +9457,23 @@
Response
"displayName": "xyz789", "email": "xyz789", "events": EventConnection, - "facebookProfile": "abc123", + "facebookProfile": "xyz789", "id": 987, "linkedinProfile": "abc123", "mostRecentActionTimestamp": ISO8601DateTime, "mostRecentConflictOfInterestStatement": Coi, "mostRecentEvent": Event, - "mostRecentOrganizationId": 987, + "mostRecentOrganizationId": 123, "name": "xyz789", "notifications": NotificationConnection, - "orcid": "xyz789", + "orcid": "abc123", "organizations": [Organization], - "profileImagePath": "abc123", + "profileImagePath": "xyz789", "ranks": Ranks, "role": "ADMIN", "statsHash": Stats, - "twitterHandle": "abc123", - "url": "abc123", + "twitterHandle": "xyz789", + "url": "xyz789", "username": "abc123" } ] @@ -9626,15 +9626,15 @@
Variables
{
-  "after": "abc123",
-  "before": "xyz789",
-  "first": 987,
+  "after": "xyz789",
+  "before": "abc123",
+  "first": 123,
   "last": 987,
-  "name": "xyz789",
+  "name": "abc123",
   "organization": OrganizationFilter,
   "role": "ADMIN",
   "sortBy": UsersSort,
-  "username": "xyz789"
+  "username": "abc123"
 }
 
@@ -9718,7 +9718,7 @@
Query
Variables
-
{"revisionIds": [123]}
+                    
{"revisionIds": [987]}
 
@@ -9730,7 +9730,7 @@
Response
{
   "data": {
     "validateRevisionsForAcceptance": {
-      "genericErrors": ["abc123"],
+      "genericErrors": ["xyz789"],
       "validationErrors": [FieldValidationError]
     }
   }
@@ -9883,25 +9883,25 @@ 
Response
"alleleRegistryId": "abc123", "clinvarIds": ["abc123"], "comments": CommentConnection, - "deprecated": false, + "deprecated": true, "deprecationComment": Comment, "deprecationEvent": Event, "deprecationReason": "DUPLICATE", - "ensemblVersion": 123, + "ensemblVersion": 987, "events": EventConnection, - "flagged": true, + "flagged": false, "flags": FlagConnection, "gene": Gene, - "hgvsDescriptions": ["abc123"], + "hgvsDescriptions": ["xyz789"], "id": 987, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, "link": "xyz789", - "maneSelectTranscript": "abc123", + "maneSelectTranscript": "xyz789", "molecularProfiles": MolecularProfileConnection, "myVariantInfo": MyVariantInfo, - "name": "xyz789", + "name": "abc123", "openCravatUrl": "xyz789", "primaryCoordinates": Coordinate, "referenceBases": "abc123", @@ -9910,8 +9910,8 @@
Response
"secondaryCoordinates": Coordinate, "singleVariantMolecularProfile": MolecularProfile, "singleVariantMolecularProfileId": 123, - "variantAliases": ["xyz789"], - "variantBases": "abc123", + "variantAliases": ["abc123"], + "variantBases": "xyz789", "variantTypes": [VariantType] } } @@ -10029,15 +10029,15 @@
Response
"data": { "variantGroup": { "comments": CommentConnection, - "description": "abc123", + "description": "xyz789", "events": EventConnection, "flagged": true, "flags": FlagConnection, - "id": 987, + "id": 123, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, - "link": "xyz789", + "link": "abc123", "name": "xyz789", "revisions": RevisionConnection, "sources": [Source], @@ -10161,10 +10161,10 @@
Variables
{
   "after": "abc123",
-  "before": "abc123",
+  "before": "xyz789",
   "first": 123,
-  "geneId": 987,
-  "last": 123
+  "geneId": 123,
+  "last": 987
 }
 
@@ -10181,7 +10181,7 @@
Response
"nodes": [VariantGroup], "pageCount": 987, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 } } } @@ -10259,7 +10259,7 @@
Query
Variables
-
{"id": 123}
+                    
{"id": 987}
 
@@ -10271,9 +10271,9 @@
Response
{
   "data": {
     "variantType": {
-      "description": "xyz789",
-      "id": 987,
-      "link": "xyz789",
+      "description": "abc123",
+      "id": 123,
+      "link": "abc123",
       "name": "xyz789",
       "soid": "xyz789",
       "url": "abc123"
@@ -10355,7 +10355,7 @@ 
Query
Variables
-
{"id": 987}
+                    
{"id": 123}
 
@@ -10367,13 +10367,13 @@
Response
{
   "data": {
     "variantTypePopover": {
-      "description": "xyz789",
+      "description": "abc123",
       "id": 987,
-      "link": "abc123",
-      "name": "abc123",
-      "soid": "xyz789",
+      "link": "xyz789",
+      "name": "xyz789",
+      "soid": "abc123",
       "url": "xyz789",
-      "variantCount": 987
+      "variantCount": 123
     }
   }
 }
@@ -10451,7 +10451,7 @@ 
Query
Variables
-
{"queryTerm": "xyz789"}
+                    
{"queryTerm": "abc123"}
 
@@ -10467,9 +10467,9 @@
Response
"description": "abc123", "id": 987, "link": "abc123", - "name": "abc123", - "soid": "xyz789", - "url": "xyz789" + "name": "xyz789", + "soid": "abc123", + "url": "abc123" } ] } @@ -10625,11 +10625,11 @@
Variables
"after": "xyz789", "before": "xyz789", "first": 987, - "geneId": 987, - "id": 123, - "last": 987, - "name": "xyz789", - "soid": "abc123", + "geneId": 123, + "id": 987, + "last": 123, + "name": "abc123", + "soid": "xyz789", "sortBy": VariantTypeSort }
@@ -10644,11 +10644,11 @@
Response
"data": { "variantTypes": { "edges": [BrowseVariantTypeEdge], - "filteredCount": 987, + "filteredCount": 123, "nodes": [BrowseVariantType], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 } } } @@ -10809,15 +10809,15 @@
Variables
{
   "after": "abc123",
-  "alleleRegistryId": "xyz789",
+  "alleleRegistryId": "abc123",
   "before": "xyz789",
-  "first": 987,
+  "first": 123,
   "geneId": 123,
-  "hasNoVariantType": false,
-  "last": 123,
-  "name": "xyz789",
+  "hasNoVariantType": true,
+  "last": 987,
+  "name": "abc123",
   "sortBy": VariantMenuSort,
-  "variantTypeIds": [123]
+  "variantTypeIds": [987]
 }
 
@@ -10832,7 +10832,7 @@
Response
"variants": { "edges": [VariantEdge], "nodes": [Variant], - "pageCount": 123, + "pageCount": 987, "pageInfo": PageInfo, "totalCount": 123 } @@ -10928,22 +10928,22 @@
Response
"email": "abc123", "events": EventConnection, "facebookProfile": "abc123", - "id": 987, + "id": 123, "linkedinProfile": "xyz789", "mostRecentActionTimestamp": ISO8601DateTime, "mostRecentConflictOfInterestStatement": Coi, "mostRecentEvent": Event, "mostRecentOrganizationId": 123, - "name": "abc123", + "name": "xyz789", "notifications": NotificationConnection, - "orcid": "xyz789", + "orcid": "abc123", "organizations": [Organization], - "profileImagePath": "xyz789", + "profileImagePath": "abc123", "ranks": Ranks, "role": "ADMIN", "statsHash": Stats, "twitterHandle": "xyz789", - "url": "xyz789", + "url": "abc123", "username": "xyz789" } } @@ -11032,7 +11032,7 @@
Response
{
   "data": {
     "acceptRevisions": {
-      "clientMutationId": "xyz789",
+      "clientMutationId": "abc123",
       "revisions": [Revision],
       "supersededRevisions": [Revision]
     }
@@ -11121,7 +11121,7 @@ 
Response
{
   "data": {
     "addComment": {
-      "clientMutationId": "abc123",
+      "clientMutationId": "xyz789",
       "comment": Comment
     }
   }
@@ -11212,7 +11212,7 @@ 
Response
"addDisease": { "clientMutationId": "xyz789", "disease": Disease, - "new": true + "new": false } } } @@ -11841,7 +11841,7 @@
Response
{
   "data": {
     "flagEntity": {
-      "clientMutationId": "abc123",
+      "clientMutationId": "xyz789",
       "flag": Flag
     }
   }
@@ -12105,7 +12105,7 @@ 
Response
{
   "data": {
     "rejectRevisions": {
-      "clientMutationId": "xyz789",
+      "clientMutationId": "abc123",
       "revisions": [Revision]
     }
   }
@@ -12193,7 +12193,7 @@ 
Response
{
   "data": {
     "resolveFlag": {
-      "clientMutationId": "xyz789",
+      "clientMutationId": "abc123",
       "flag": Flag
     }
   }
@@ -12369,7 +12369,7 @@ 
Response
{
   "data": {
     "submitEvidence": {
-      "clientMutationId": "xyz789",
+      "clientMutationId": "abc123",
       "evidenceItem": EvidenceItem
     }
   }
@@ -12637,7 +12637,7 @@ 
Response
"data": { "suggestAssertionRevision": { "assertion": Assertion, - "clientMutationId": "xyz789", + "clientMutationId": "abc123", "results": [RevisionResult] } } @@ -12728,7 +12728,7 @@
Response
{
   "data": {
     "suggestEvidenceItemRevision": {
-      "clientMutationId": "abc123",
+      "clientMutationId": "xyz789",
       "evidenceItem": EvidenceItem,
       "results": [RevisionResult]
     }
@@ -12820,7 +12820,7 @@ 
Response
{
   "data": {
     "suggestGeneRevision": {
-      "clientMutationId": "abc123",
+      "clientMutationId": "xyz789",
       "gene": Gene,
       "results": [RevisionResult]
     }
@@ -13273,7 +13273,7 @@ 
Response
{
   "data": {
     "unsubscribe": {
-      "clientMutationId": "xyz789",
+      "clientMutationId": "abc123",
       "unsubscribedEntities": [Subscribable]
     }
   }
@@ -13579,7 +13579,7 @@ 
Query
Response
-
{"data": {"id": 123}}
+                    
{"data": {"id": 987}}
 
@@ -13702,11 +13702,11 @@
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "comment": "abc123",
   "ids": [123],
   "organizationId": 987,
-  "revisionSetId": 123
+  "revisionSetId": 987
 }
 
@@ -13830,10 +13830,10 @@
Example
{
   "code": "abc123",
-  "description": "abc123",
+  "description": "xyz789",
   "id": 987,
-  "name": "abc123",
-  "tooltip": "abc123"
+  "name": "xyz789",
+  "tooltip": "xyz789"
 }
 
@@ -13904,8 +13904,8 @@
Example
{
   "body": "xyz789",
-  "clientMutationId": "xyz789",
-  "organizationId": 987,
+  "clientMutationId": "abc123",
+  "organizationId": 123,
   "subject": CommentableInput,
   "title": "abc123"
 }
@@ -14016,9 +14016,9 @@ 
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "doid": "xyz789",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -14133,7 +14133,7 @@
Example
{
-  "citationId": "xyz789",
+  "citationId": "abc123",
   "clientMutationId": "xyz789",
   "sourceType": "ASCO"
 }
@@ -14185,7 +14185,7 @@ 
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "newSource": SourceStub
 }
 
@@ -14246,7 +14246,7 @@
Example
{
   "clientMutationId": "xyz789",
   "name": "abc123",
-  "ncitId": "xyz789"
+  "ncitId": "abc123"
 }
 
@@ -14301,8 +14301,8 @@
Example
{
-  "clientMutationId": "abc123",
-  "new": false,
+  "clientMutationId": "xyz789",
+  "new": true,
   "therapy": Therapy
 }
 
@@ -14423,7 +14423,7 @@
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "molecularProfile": MolecularProfile,
   "new": false,
   "variant": Variant
@@ -14482,7 +14482,7 @@ 
Example
{
   "permalinkId": "xyz789",
   "resultIds": [123],
-  "searchEndpoint": "xyz789"
+  "searchEndpoint": "abc123"
 }
 
@@ -15084,26 +15084,26 @@
Example
"assertionType": "DIAGNOSTIC", "clingenCodes": [ClingenCode], "comments": CommentConnection, - "description": "xyz789", + "description": "abc123", "disease": Disease, "events": EventConnection, "evidenceItems": [EvidenceItem], - "evidenceItemsCount": 123, - "fdaCompanionTest": false, + "evidenceItemsCount": 987, + "fdaCompanionTest": true, "fdaCompanionTestLastUpdated": ISO8601DateTime, - "flagged": false, + "flagged": true, "flags": FlagConnection, "id": 987, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, - "link": "abc123", + "link": "xyz789", "molecularProfile": MolecularProfile, "name": "xyz789", "nccnGuideline": NccnGuideline, - "nccnGuidelineVersion": "xyz789", + "nccnGuidelineVersion": "abc123", "phenotypes": [Phenotype], - "regulatoryApproval": true, + "regulatoryApproval": false, "regulatoryApprovalLastUpdated": ISO8601DateTime, "rejectionEvent": Event, "revisions": RevisionConnection, @@ -15280,7 +15280,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": Assertion
 }
 
@@ -15435,23 +15435,23 @@
Example
{
-  "acmgCodeIds": [987],
+  "acmgCodeIds": [123],
   "ampLevel": NullableAmpLevelTypeInput,
   "assertionDirection": "DOES_NOT_SUPPORT",
   "assertionType": "DIAGNOSTIC",
-  "clingenCodeIds": [123],
+  "clingenCodeIds": [987],
   "description": NullableStringInput,
   "diseaseId": NullableIntInput,
   "evidenceItemIds": [987],
   "fdaCompanionTest": NullableBooleanInput,
   "fdaRegulatoryApproval": NullableBooleanInput,
-  "molecularProfileId": 987,
+  "molecularProfileId": 123,
   "nccnGuidelineId": NullableIntInput,
   "nccnGuidelineVersion": NullableStringInput,
-  "phenotypeIds": [987],
+  "phenotypeIds": [123],
   "significance": "ADVERSE_RESPONSE",
   "summary": NullableStringInput,
-  "therapyIds": [987],
+  "therapyIds": [123],
   "therapyInteractionType": NullableTherapyInteractionTypeInput,
   "variantOrigin": "COMBINED"
 }
@@ -16010,11 +16010,11 @@ 
Example
{
-  "evidenceCount": 123,
+  "evidenceCount": 987,
   "id": 123,
   "link": "abc123",
-  "name": "xyz789",
-  "nctId": "abc123",
+  "name": "abc123",
+  "nctId": "xyz789",
   "sourceCount": 123,
   "url": "xyz789"
 }
@@ -16089,9 +16089,9 @@ 
Example
"edges": [BrowseClinicalTrialEdge], "filteredCount": 123, "nodes": [BrowseClinicalTrial], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 }
@@ -16244,16 +16244,16 @@
Example
{
-  "assertionCount": 123,
+  "assertionCount": 987,
   "diseaseUrl": "abc123",
-  "displayName": "xyz789",
+  "displayName": "abc123",
   "doid": "abc123",
-  "evidenceItemCount": 987,
+  "evidenceItemCount": 123,
   "geneCount": 123,
   "geneNames": ["abc123"],
-  "id": 123,
+  "id": 987,
   "link": "abc123",
-  "name": "xyz789",
+  "name": "abc123",
   "variantCount": 987
 }
 
@@ -16325,9 +16325,9 @@
Example
{
   "edges": [BrowseDiseaseEdge],
-  "filteredCount": 987,
+  "filteredCount": 123,
   "nodes": [BrowseDisease],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
   "totalCount": 987
 }
@@ -16379,7 +16379,7 @@ 
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": BrowseDisease
 }
 
@@ -16548,17 +16548,17 @@
Example
{
-  "assertionCount": 123,
-  "description": "xyz789",
+  "assertionCount": 987,
+  "description": "abc123",
   "diseases": [Disease],
-  "entrezId": 987,
+  "entrezId": 123,
   "evidenceItemCount": 987,
-  "flagged": true,
+  "flagged": false,
   "flags": FlagConnection,
   "geneAliases": ["abc123"],
   "id": 987,
-  "link": "xyz789",
-  "molecularProfileCount": 123,
+  "link": "abc123",
+  "molecularProfileCount": 987,
   "name": "xyz789",
   "therapies": [Therapy],
   "variantCount": 987
@@ -16632,7 +16632,7 @@ 
Example
{
   "edges": [BrowseGeneEdge],
-  "filteredCount": 987,
+  "filteredCount": 123,
   "nodes": [BrowseGene],
   "pageCount": 987,
   "pageInfo": PageInfo,
@@ -16796,14 +16796,14 @@ 
Example
{
   "aliases": [MolecularProfileAlias],
-  "assertionCount": 123,
+  "assertionCount": 987,
   "diseases": [LinkableDisease],
-  "evidenceItemCount": 123,
+  "evidenceItemCount": 987,
   "genes": [LinkableGene],
-  "id": 987,
-  "link": "abc123",
+  "id": 123,
+  "link": "xyz789",
   "molecularProfileScore": 123.45,
-  "name": "xyz789",
+  "name": "abc123",
   "therapies": [LinkableTherapy],
   "variantCount": 987,
   "variants": [LinkableVariant]
@@ -16881,7 +16881,7 @@ 
Example
"nodes": [BrowseMolecularProfile], "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 987 + "totalCount": 123 }
@@ -16931,7 +16931,7 @@
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": BrowseMolecularProfile
 }
 
@@ -17013,8 +17013,8 @@
Example
"assertionCount": 123, "evidenceCount": 123, "hpoId": "xyz789", - "id": 987, - "link": "abc123", + "id": 123, + "link": "xyz789", "name": "abc123", "url": "abc123" } @@ -17087,11 +17087,11 @@
Example
{
   "edges": [BrowsePhenotypeEdge],
-  "filteredCount": 987,
+  "filteredCount": 123,
   "nodes": [BrowsePhenotype],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
-  "totalCount": 123
+  "totalCount": 987
 }
 
@@ -17268,21 +17268,21 @@
Example
{
-  "authors": ["abc123"],
+  "authors": ["xyz789"],
   "citation": "abc123",
   "citationId": 987,
   "clinicalTrials": [ClinicalTrial],
-  "displayType": "xyz789",
+  "displayType": "abc123",
   "evidenceItemCount": 987,
-  "id": 123,
+  "id": 987,
   "journal": "abc123",
   "link": "abc123",
-  "name": "xyz789",
-  "openAccess": false,
-  "publicationYear": 987,
+  "name": "abc123",
+  "openAccess": true,
+  "publicationYear": 123,
   "sourceSuggestionCount": 987,
   "sourceType": "ASCO",
-  "sourceUrl": "xyz789"
+  "sourceUrl": "abc123"
 }
 
@@ -17355,7 +17355,7 @@
Example
"edges": [BrowseSourceEdge], "filteredCount": 123, "nodes": [BrowseSource], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "totalCount": 123 } @@ -17407,7 +17407,7 @@
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": BrowseSource
 }
 
@@ -17486,7 +17486,7 @@
Example
{
-  "assertionCount": 123,
+  "assertionCount": 987,
   "evidenceCount": 987,
   "id": 987,
   "link": "abc123",
@@ -17565,9 +17565,9 @@ 
Example
"edges": [BrowseTherapyEdge], "filteredCount": 987, "nodes": [BrowseTherapy], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 123 + "totalCount": 987 }
@@ -17617,7 +17617,7 @@
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": BrowseTherapy
 }
 
@@ -17716,12 +17716,12 @@
Example
{
   "aliases": [VariantAlias],
   "diseases": [Disease],
-  "geneId": 987,
+  "geneId": 123,
   "geneLink": "xyz789",
   "geneName": "xyz789",
-  "id": 987,
-  "link": "xyz789",
-  "name": "xyz789",
+  "id": 123,
+  "link": "abc123",
+  "name": "abc123",
   "therapies": [Therapy],
   "variantTypes": [LinkableVariantType]
 }
@@ -17796,7 +17796,7 @@ 
Example
"edges": [BrowseVariantEdge], "filteredCount": 987, "nodes": [BrowseVariant], - "pageCount": 123, + "pageCount": 987, "pageInfo": PageInfo, "totalCount": 123 } @@ -17848,7 +17848,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": BrowseVariant
 }
 
@@ -17927,13 +17927,13 @@
Example
{
-  "evidenceItemCount": 987,
+  "evidenceItemCount": 123,
   "geneNames": ["abc123"],
   "id": 987,
-  "link": "abc123",
-  "name": "xyz789",
-  "variantCount": 123,
-  "variantNames": ["xyz789"]
+  "link": "xyz789",
+  "name": "abc123",
+  "variantCount": 987,
+  "variantNames": ["abc123"]
 }
 
@@ -18004,11 +18004,11 @@
Example
{
   "edges": [BrowseVariantGroupEdge],
-  "filteredCount": 123,
+  "filteredCount": 987,
   "nodes": [BrowseVariantGroup],
-  "pageCount": 987,
+  "pageCount": 123,
   "pageInfo": PageInfo,
-  "totalCount": 123
+  "totalCount": 987
 }
 
@@ -18058,7 +18058,7 @@
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": BrowseVariantGroup
 }
 
@@ -18131,12 +18131,12 @@
Example
{
-  "id": 123,
-  "link": "xyz789",
+  "id": 987,
+  "link": "abc123",
   "name": "xyz789",
-  "soid": "xyz789",
+  "soid": "abc123",
   "url": "xyz789",
-  "variantCount": 123
+  "variantCount": 987
 }
 
@@ -18211,7 +18211,7 @@
Example
"nodes": [BrowseVariantType], "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 123 + "totalCount": 987 }
@@ -18261,7 +18261,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": BrowseVariantType
 }
 
@@ -18453,8 +18453,8 @@
Example
"code": "abc123", "description": "abc123", "exclusive": true, - "id": 987, - "name": "abc123", + "id": 123, + "name": "xyz789", "tooltip": "xyz789" }
@@ -18527,9 +18527,9 @@
Example
{
-  "description": "xyz789",
-  "id": 123,
-  "link": "xyz789",
+  "description": "abc123",
+  "id": 987,
+  "link": "abc123",
   "name": "abc123",
   "nctId": "abc123",
   "url": "abc123"
@@ -18771,11 +18771,11 @@ 
Example
{
   "coiPresent": false,
-  "coiStatement": "abc123",
+  "coiStatement": "xyz789",
   "coiStatus": "CONFLICT",
   "createdAt": ISO8601DateTime,
   "expiresAt": ISO8601DateTime,
-  "id": 987
+  "id": 123
 }
 
@@ -18933,14 +18933,14 @@
Example
{
-  "comment": "xyz789",
+  "comment": "abc123",
   "commentable": Commentable,
   "commenter": User,
   "createdAt": ISO8601DateTime,
   "creationEvent": Event,
-  "id": 987,
-  "link": "xyz789",
-  "name": "xyz789",
+  "id": 123,
+  "link": "abc123",
+  "name": "abc123",
   "parsedComment": [CommentTagSegment],
   "title": "abc123"
 }
@@ -19089,10 +19089,10 @@ 
Example
"mentionedRoles": [CommentTagSegment], "mentionedUsers": [User], "nodes": [Comment], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 987, - "unfilteredCountForSubject": 987, + "totalCount": 123, + "unfilteredCountForSubject": 123, "uniqueCommenters": [User] }
@@ -19223,9 +19223,9 @@
Example
{
   "deprecated": true,
-  "displayName": "abc123",
+  "displayName": "xyz789",
   "entityId": 987,
-  "link": "abc123",
+  "link": "xyz789",
   "revisionSetId": 987,
   "status": "ACCEPTED",
   "tagType": "ASSERTION"
@@ -19269,7 +19269,7 @@ 
Fields
Example
-
{"text": "abc123"}
+                    
{"text": "xyz789"}
 
@@ -19454,7 +19454,7 @@
Example
{
   "comments": CommentConnection,
-  "id": 123,
+  "id": 987,
   "lastCommentEvent": Event,
   "link": "xyz789",
   "name": "abc123"
@@ -19591,7 +19591,7 @@ 
Fields
Example
-
{"entityType": "ASSERTION", "id": 123}
+                    
{"entityType": "ASSERTION", "id": 987}
 
@@ -19879,9 +19879,9 @@
Example
{
-  "chromosome": "xyz789",
+  "chromosome": "abc123",
   "representativeTranscript": "abc123",
-  "start": 123,
+  "start": 987,
   "stop": 987
 }
 
@@ -19936,8 +19936,8 @@
Example
{
-  "id": 123,
-  "iso": "xyz789",
+  "id": 987,
+  "iso": "abc123",
   "name": "xyz789"
 }
 
@@ -19990,7 +19990,7 @@
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "structure": MolecularProfileComponentInput
 }
 
@@ -20138,7 +20138,7 @@
Example
"evidenceTsv": DownloadableFile, "geneTsv": DownloadableFile, "molecularProfileTsv": DownloadableFile, - "name": "xyz789", + "name": "abc123", "variantGroupTsv": DownloadableFile, "variantTsv": DownloadableFile } @@ -20305,10 +20305,10 @@
Example
{
   "clientMutationId": "abc123",
-  "comment": "abc123",
+  "comment": "xyz789",
   "deprecationReason": "DUPLICATE",
-  "organizationId": 123,
-  "variantId": 123
+  "organizationId": 987,
+  "variantId": 987
 }
 
@@ -20504,12 +20504,12 @@
Example
{
-  "diseaseAliases": ["xyz789"],
-  "diseaseUrl": "xyz789",
+  "diseaseAliases": ["abc123"],
+  "diseaseUrl": "abc123",
   "displayName": "xyz789",
-  "doid": "abc123",
+  "doid": "xyz789",
   "id": 987,
-  "link": "xyz789",
+  "link": "abc123",
   "myDiseaseInfo": MyDiseaseInfo,
   "name": "abc123"
 }
@@ -20614,14 +20614,14 @@ 
Example
{
   "assertionCount": 987,
-  "diseaseAliases": ["xyz789"],
-  "diseaseUrl": "xyz789",
-  "displayName": "abc123",
+  "diseaseAliases": ["abc123"],
+  "diseaseUrl": "abc123",
+  "displayName": "xyz789",
   "doid": "xyz789",
-  "evidenceItemCount": 123,
-  "id": 123,
+  "evidenceItemCount": 987,
+  "id": 987,
   "link": "xyz789",
-  "molecularProfileCount": 987,
+  "molecularProfileCount": 123,
   "myDiseaseInfo": MyDiseaseInfo,
   "name": "xyz789"
 }
@@ -20908,7 +20908,7 @@ 
Example
{
   "areaOfExpertise": NullableAreaOfExpertiseTypeInput,
   "bio": NullableStringInput,
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "countryId": NullableIntInput,
   "email": "xyz789",
   "facebookProfile": NullableStringInput,
@@ -20917,7 +20917,7 @@ 
Example
"orcid": NullableIDInput, "twitterHandle": NullableStringInput, "url": NullableStringInput, - "username": "abc123" + "username": "xyz789" }
@@ -21322,10 +21322,10 @@
Example
"edges": [EventEdge], "eventTypes": ["ACCEPTED"], "nodes": [Event], - "pageCount": 123, + "pageCount": 987, "pageInfo": PageInfo, "participatingOrganizations": [Organization], - "totalCount": 987, + "totalCount": 123, "unfilteredCount": 987, "uniqueParticipants": [User] } @@ -21377,7 +21377,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": Event
 }
 
@@ -21554,9 +21554,9 @@
Example
{
-  "id": 123,
+  "id": 987,
   "link": "abc123",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -21729,8 +21729,8 @@
Example
{
   "events": EventConnection,
   "id": 123,
-  "link": "abc123",
-  "name": "abc123"
+  "link": "xyz789",
+  "name": "xyz789"
 }
 
@@ -22260,15 +22260,15 @@
Example
"evidenceLevel": "A", "evidenceRating": 987, "evidenceType": "DIAGNOSTIC", - "flagged": true, + "flagged": false, "flags": FlagConnection, - "id": 987, + "id": 123, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, "link": "abc123", "molecularProfile": MolecularProfile, - "name": "xyz789", + "name": "abc123", "phenotypes": [Phenotype], "rejectionEvent": Event, "revisions": RevisionConnection, @@ -22278,7 +22278,7 @@
Example
"submissionEvent": Event, "therapies": [Therapy], "therapyInteractionType": "COMBINATION", - "variantHgvs": "abc123", + "variantHgvs": "xyz789", "variantOrigin": "COMBINED" }
@@ -22346,7 +22346,7 @@
Example
{
   "edges": [EvidenceItemEdge],
   "nodes": [EvidenceItem],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
   "totalCount": 123
 }
@@ -22522,12 +22522,12 @@ 
Example
"evidenceDirection": "DOES_NOT_SUPPORT", "evidenceLevel": "A", "evidenceType": "DIAGNOSTIC", - "molecularProfileId": 987, + "molecularProfileId": 123, "phenotypeIds": [123], "rating": 987, "significance": "ADVERSE_RESPONSE", "sourceId": 987, - "therapyIds": [987], + "therapyIds": [123], "therapyInteractionType": NullableTherapyInteractionTypeInput, "variantOrigin": "COMBINED" } @@ -22591,7 +22591,7 @@
Example
{
   "acceptedCount": 123,
   "molecularProfileId": 123,
-  "rejectedCount": 123,
+  "rejectedCount": 987,
   "submittedCount": 123
 }
 
@@ -23255,7 +23255,7 @@
Example
{
   "code": "xyz789",
-  "description": "abc123"
+  "description": "xyz789"
 }
 
@@ -23301,7 +23301,7 @@
Example
{
-  "displayName": "xyz789",
+  "displayName": "abc123",
   "name": "xyz789"
 }
 
@@ -23351,7 +23351,7 @@
Example
{
   "error": "abc123",
-  "fieldName": "xyz789"
+  "fieldName": "abc123"
 }
 
@@ -23524,8 +23524,8 @@
Example
"flaggingUser": User, "id": 123, "lastCommentEvent": Event, - "link": "xyz789", - "name": "abc123", + "link": "abc123", + "name": "xyz789", "openComment": Comment, "resolutionComment": Comment, "resolvedAt": ISO8601DateTime, @@ -23612,9 +23612,9 @@
Example
{
   "edges": [FlagEdge],
   "nodes": [Flag],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
-  "totalCount": 987,
+  "totalCount": 123,
   "unfilteredCountForSubject": 123,
   "uniqueFlaggingUsers": [User],
   "uniqueResolvingUsers": [User]
@@ -23732,8 +23732,8 @@ 
Example
{
-  "clientMutationId": "xyz789",
-  "comment": "xyz789",
+  "clientMutationId": "abc123",
+  "comment": "abc123",
   "organizationId": 987,
   "subject": FlaggableInput
 }
@@ -24001,8 +24001,8 @@ 
Example
{
   "flagged": false,
   "flags": FlagConnection,
-  "id": 123,
-  "link": "xyz789",
+  "id": 987,
+  "link": "abc123",
   "name": "abc123"
 }
 
@@ -24134,7 +24134,7 @@
Fields
Example
-
{"entityType": "ASSERTION", "id": 123}
+                    
{"entityType": "ASSERTION", "id": 987}
 
@@ -24540,15 +24540,15 @@
Example
"events": EventConnection, "flagged": false, "flags": FlagConnection, - "geneAliases": ["abc123"], - "id": 123, + "geneAliases": ["xyz789"], + "id": 987, "lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, - "link": "xyz789", + "link": "abc123", "myGeneInfoDetails": {}, "name": "abc123", - "officialName": "abc123", + "officialName": "xyz789", "revisions": RevisionConnection, "sources": [Source], "variants": VariantConnection @@ -24618,7 +24618,7 @@
Example
{
   "edges": [GeneEdge],
   "nodes": [Gene],
-  "pageCount": 987,
+  "pageCount": 123,
   "pageInfo": PageInfo,
   "totalCount": 987
 }
@@ -24722,7 +24722,7 @@ 
Fields
Example
-
{"description": NullableStringInput, "sourceIds": [123]}
+                    
{"description": NullableStringInput, "sourceIds": [987]}
 
@@ -24990,7 +24990,7 @@
Description
Example
-
4
+                    
"4"
 
@@ -25040,7 +25040,7 @@
Description
Example
-
987
+                    
123
 
@@ -25088,7 +25088,7 @@
Fields
Example
-
{"comparisonOperator": "EQ", "value": 987}
+                    
{"comparisonOperator": "EQ", "value": 123}
 
@@ -25390,22 +25390,22 @@
Example
{
-  "actionCount": 987,
-  "description": "abc123",
+  "actionCount": 123,
+  "description": "xyz789",
   "eventCount": 987,
   "events": EventConnection,
-  "id": 123,
+  "id": 987,
   "memberCount": 123,
   "members": UserConnection,
   "mostRecentEvent": Event,
   "name": "xyz789",
   "orgAndSuborgsStatsHash": Stats,
   "orgStatsHash": Stats,
-  "profileImagePath": "xyz789",
+  "profileImagePath": "abc123",
   "rank": 987,
   "ranks": Ranks,
   "subGroups": [Organization],
-  "url": "abc123"
+  "url": "xyz789"
 }
 
@@ -25472,9 +25472,9 @@
Example
{
   "edges": [LeaderboardOrganizationEdge],
   "nodes": [LeaderboardOrganization],
-  "pageCount": 987,
+  "pageCount": 123,
   "pageInfo": PageInfo,
-  "totalCount": 987
+  "totalCount": 123
 }
 
@@ -25524,7 +25524,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": LeaderboardOrganization
 }
 
@@ -25572,7 +25572,7 @@
Fields
Example
-
{"actionCount": 987, "rank": 987}
+                    
{"actionCount": 987, "rank": 123}
 
@@ -25857,28 +25857,28 @@
Example
"areaOfExpertise": "CLINICAL_SCIENTIST", "bio": "abc123", "country": Country, - "displayName": "abc123", - "email": "abc123", + "displayName": "xyz789", + "email": "xyz789", "events": EventConnection, "facebookProfile": "xyz789", - "id": 987, - "linkedinProfile": "abc123", + "id": 123, + "linkedinProfile": "xyz789", "mostRecentActionTimestamp": ISO8601DateTime, "mostRecentConflictOfInterestStatement": Coi, "mostRecentEvent": Event, "mostRecentOrganizationId": 123, "name": "xyz789", "notifications": NotificationConnection, - "orcid": "xyz789", + "orcid": "abc123", "organizations": [Organization], - "profileImagePath": "xyz789", - "rank": 987, + "profileImagePath": "abc123", + "rank": 123, "ranks": Ranks, "role": "ADMIN", "statsHash": Stats, "twitterHandle": "xyz789", - "url": "xyz789", - "username": "abc123" + "url": "abc123", + "username": "xyz789" }
@@ -26054,7 +26054,7 @@
Example
{
   "id": 123,
   "link": "abc123",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -26166,7 +26166,7 @@
Example
{
   "id": 987,
   "link": "abc123",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -26221,8 +26221,8 @@
Example
{
   "id": 987,
-  "link": "xyz789",
-  "name": "xyz789"
+  "link": "abc123",
+  "name": "abc123"
 }
 
@@ -26276,7 +26276,7 @@
Example
{
-  "id": 123,
+  "id": 987,
   "link": "abc123",
   "name": "xyz789"
 }
@@ -26340,7 +26340,7 @@ 
Example
{
   "currentValue": ObjectField,
   "diffValue": ObjectFieldDiff,
-  "name": "abc123",
+  "name": "xyz789",
   "suggestedValue": ObjectField
 }
 
@@ -26405,10 +26405,10 @@
Example
{
-  "assertionId": 123,
-  "clientMutationId": "abc123",
+  "assertionId": 987,
+  "clientMutationId": "xyz789",
   "newStatus": "ACCEPTED",
-  "organizationId": 987
+  "organizationId": 123
 }
 
@@ -26524,7 +26524,7 @@
Example
{
   "clientMutationId": "abc123",
-  "evidenceItemId": 123,
+  "evidenceItemId": 987,
   "newStatus": "ACCEPTED",
   "organizationId": 123
 }
@@ -26576,7 +26576,7 @@ 
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "evidenceItem": EvidenceItem
 }
 
@@ -26802,7 +26802,7 @@
Fields
Example
-
{"entityType": "ASSERTION", "id": 123}
+                    
{"entityType": "ASSERTION", "id": 987}
 
@@ -26873,11 +26873,11 @@
Example
{
-  "deleted": false,
+  "deleted": true,
   "displayName": "xyz789",
-  "displayType": "xyz789",
+  "displayType": "abc123",
   "entityType": "xyz789",
-  "id": 123,
+  "id": 987,
   "link": "xyz789"
 }
 
@@ -27317,26 +27317,26 @@
Example
{
   "assertions": AssertionConnection,
   "comments": CommentConnection,
-  "deprecated": false,
+  "deprecated": true,
   "deprecatedVariants": [Variant],
   "deprecationEvent": Event,
-  "description": "xyz789",
+  "description": "abc123",
   "events": EventConnection,
   "evidenceCountsByStatus": EvidenceItemsByStatus,
   "evidenceItems": EvidenceItemConnection,
   "flagged": false,
   "flags": FlagConnection,
-  "id": 123,
+  "id": 987,
   "isComplex": false,
   "lastAcceptedRevisionEvent": Event,
   "lastCommentEvent": Event,
   "lastSubmittedRevisionEvent": Event,
-  "link": "xyz789",
-  "molecularProfileAliases": ["xyz789"],
+  "link": "abc123",
+  "molecularProfileAliases": ["abc123"],
   "molecularProfileScore": 123.45,
-  "name": "abc123",
+  "name": "xyz789",
   "parsedName": [Gene],
-  "rawName": "xyz789",
+  "rawName": "abc123",
   "revisions": RevisionConnection,
   "sources": [Source],
   "variants": [Variant]
@@ -27459,8 +27459,8 @@ 
Example
{
-  "id": 123,
-  "link": "abc123",
+  "id": 987,
+  "link": "xyz789",
   "name": "xyz789"
 }
 
@@ -27586,7 +27586,7 @@
Example
"nodes": [MolecularProfile], "pageCount": 123, "pageInfo": PageInfo, - "totalCount": 123 + "totalCount": 987 }
@@ -27694,7 +27694,7 @@
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": MolecularProfile
 }
 
@@ -27903,7 +27903,7 @@
Fields
Example
-
{"text": "abc123"}
+                    
{"text": "xyz789"}
 
@@ -28127,15 +28127,15 @@
Example
"chebiDefinition": "xyz789", "chebiId": "abc123", "chemblId": "abc123", - "chemblMoleculeType": "xyz789", + "chemblMoleculeType": "abc123", "drugbankId": "xyz789", "fdaEpcCodes": [FdaCode], "fdaMoaCodes": [FdaCode], - "firstApproval": "xyz789", - "inchikey": "abc123", - "indications": ["xyz789"], - "pharmgkbId": "abc123", - "pubchemCid": "abc123", + "firstApproval": "abc123", + "inchikey": "xyz789", + "indications": ["abc123"], + "pharmgkbId": "xyz789", + "pubchemCid": "xyz789", "rxnorm": "abc123" }
@@ -28236,15 +28236,15 @@
Example
"xyz789" ], "diseaseOntologyRelatedSynonyms": [ - "xyz789" + "abc123" ], - "doDef": "xyz789", + "doDef": "abc123", "doDefCitations": ["xyz789"], "icd10": "abc123", - "icdo": "xyz789", - "mesh": "xyz789", - "mondoDef": "abc123", - "ncit": ["xyz789"], + "icdo": "abc123", + "mesh": "abc123", + "mondoDef": "xyz789", + "ncit": ["abc123"], "omim": "xyz789" }
@@ -28655,63 +28655,63 @@
Example
{
   "caddConsequence": ["abc123"],
   "caddDetail": ["abc123"],
-  "caddPhred": 987.65,
+  "caddPhred": 123.45,
   "caddScore": 987.65,
   "clinvarClinicalSignificance": ["abc123"],
   "clinvarHgvsCoding": ["xyz789"],
-  "clinvarHgvsGenomic": ["xyz789"],
-  "clinvarHgvsNonCoding": ["abc123"],
-  "clinvarHgvsProtein": ["abc123"],
+  "clinvarHgvsGenomic": ["abc123"],
+  "clinvarHgvsNonCoding": ["xyz789"],
+  "clinvarHgvsProtein": ["xyz789"],
   "clinvarId": 987,
   "clinvarOmim": "abc123",
-  "cosmicId": "xyz789",
-  "dbnsfpInterproDomain": ["abc123"],
-  "dbsnpRsid": "abc123",
+  "cosmicId": "abc123",
+  "dbnsfpInterproDomain": ["xyz789"],
+  "dbsnpRsid": "xyz789",
   "eglClass": "abc123",
   "eglHgvs": ["xyz789"],
-  "eglProtein": "abc123",
-  "eglTranscript": "abc123",
-  "exacAlleleCount": 987,
-  "exacAlleleFrequency": 987.65,
+  "eglProtein": "xyz789",
+  "eglTranscript": "xyz789",
+  "exacAlleleCount": 123,
+  "exacAlleleFrequency": 123.45,
   "exacAlleleNumber": 123,
   "fathmmMklPrediction": "xyz789",
-  "fathmmMklScore": 123.45,
-  "fathmmPrediction": ["abc123"],
-  "fathmmScore": [123.45],
+  "fathmmMklScore": 987.65,
+  "fathmmPrediction": ["xyz789"],
+  "fathmmScore": [987.65],
   "fitconsScore": 123.45,
   "gerp": 987.65,
-  "gnomadExomeAlleleCount": 123,
+  "gnomadExomeAlleleCount": 987,
   "gnomadExomeAlleleFrequency": 123.45,
-  "gnomadExomeAlleleNumber": 987,
+  "gnomadExomeAlleleNumber": 123,
   "gnomadExomeFilter": "xyz789",
-  "gnomadGenomeAlleleCount": 987,
+  "gnomadGenomeAlleleCount": 123,
   "gnomadGenomeAlleleFrequency": 987.65,
-  "gnomadGenomeAlleleNumber": 123,
+  "gnomadGenomeAlleleNumber": 987,
   "gnomadGenomeFilter": "abc123",
-  "lrtPrediction": "abc123",
+  "lrtPrediction": "xyz789",
   "lrtScore": 123.45,
   "metalrPrediction": "abc123",
   "metalrScore": 987.65,
   "metasvmPrediction": "abc123",
   "metasvmScore": 987.65,
-  "mutationassessorPrediction": ["xyz789"],
-  "mutationassessorScore": [987.65],
-  "mutationtasterPrediction": ["abc123"],
+  "mutationassessorPrediction": ["abc123"],
+  "mutationassessorScore": [123.45],
+  "mutationtasterPrediction": ["xyz789"],
   "mutationtasterScore": [987.65],
-  "myVariantInfoId": "xyz789",
+  "myVariantInfoId": "abc123",
   "phastcons100way": 987.65,
-  "phastcons30way": 123.45,
-  "phyloP100way": 123.45,
-  "phyloP30way": 987.65,
+  "phastcons30way": 987.65,
+  "phyloP100way": 987.65,
+  "phyloP30way": 123.45,
   "polyphen2HdivPrediction": ["abc123"],
   "polyphen2HdivScore": [123.45],
   "polyphen2HvarPrediction": ["xyz789"],
-  "polyphen2HvarScore": [987.65],
+  "polyphen2HvarScore": [123.45],
   "proveanPrediction": ["xyz789"],
   "proveanScore": [123.45],
-  "revelScore": [123.45],
+  "revelScore": [987.65],
   "siftPrediction": ["xyz789"],
-  "siftScore": [987.65],
+  "siftScore": [123.45],
   "siphy": 123.45,
   "snpeffSnpEffect": ["xyz789"],
   "snpeffSnpImpact": ["abc123"]
@@ -28855,7 +28855,7 @@ 
Example
"id": 987, "notifiedUser": User, "originatingUser": User, - "seen": true, + "seen": false, "subscription": Subscription, "type": "MENTION", "updatedAt": ISO8601DateTime @@ -28960,10 +28960,10 @@
Example
"notificationSubjects": [EventSubjectWithCount], "organizations": [Organization], "originatingUsers": [User], - "pageCount": 987, + "pageCount": 123, "pageInfo": PageInfo, "totalCount": 987, - "unreadCount": 123 + "unreadCount": 987 }
@@ -29113,7 +29113,7 @@
Fields
Example
-
{"unset": false, "value": "NA"}
+                    
{"unset": true, "value": "NA"}
 
@@ -29263,7 +29263,7 @@
Fields
Example
-
{"unset": true, "value": "4"}
+                    
{"unset": true, "value": 4}
 
@@ -29363,7 +29363,7 @@
Fields
Example
-
{"unset": true, "value": "GRCH37"}
+                    
{"unset": false, "value": "GRCH37"}
 
@@ -29413,7 +29413,7 @@
Fields
Example
-
{"unset": false, "value": "xyz789"}
+                    
{"unset": false, "value": "abc123"}
 
@@ -29463,7 +29463,7 @@
Fields
Example
-
{"unset": true, "value": "COMBINATION"}
+                    
{"unset": false, "value": "COMBINATION"}
 
@@ -29763,8 +29763,8 @@
Example
{
-  "description": "xyz789",
-  "eventCount": 123,
+  "description": "abc123",
+  "eventCount": 987,
   "events": EventConnection,
   "id": 987,
   "memberCount": 987,
@@ -29843,7 +29843,7 @@ 
Example
{
   "edges": [OrganizationEdge],
   "nodes": [Organization],
-  "pageCount": 987,
+  "pageCount": 123,
   "pageInfo": PageInfo,
   "totalCount": 987
 }
@@ -29895,7 +29895,7 @@ 
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": Organization
 }
 
@@ -29956,7 +29956,7 @@
Example
{
   "id": 987,
   "includeSubgroups": true,
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -30321,9 +30321,9 @@
Example
{
-  "endCursor": "abc123",
-  "hasNextPage": false,
-  "hasPreviousPage": true,
+  "endCursor": "xyz789",
+  "hasNextPage": true,
+  "hasPreviousPage": false,
   "startCursor": "xyz789"
 }
 
@@ -30396,10 +30396,10 @@
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "hpoId": "xyz789",
   "id": 123,
-  "link": "abc123",
+  "link": "xyz789",
   "name": "xyz789",
   "url": "abc123"
 }
@@ -30491,13 +30491,13 @@ 
Example
{
-  "assertionCount": 123,
+  "assertionCount": 987,
   "description": "abc123",
   "evidenceItemCount": 123,
-  "hpoId": "xyz789",
+  "hpoId": "abc123",
   "id": 987,
   "link": "xyz789",
-  "molecularProfileCount": 987,
+  "molecularProfileCount": 123,
   "name": "abc123",
   "url": "xyz789"
 }
@@ -30846,8 +30846,8 @@ 
Example
"clientMutationId": "xyz789", "comment": "xyz789", "ids": [123], - "organizationId": 987, - "revisionSetId": 987 + "organizationId": 123, + "revisionSetId": 123 }
@@ -30897,7 +30897,7 @@
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "revisions": [Revision]
 }
 
@@ -30962,8 +30962,8 @@
Example
{
-  "clientMutationId": "xyz789",
-  "comment": "abc123",
+  "clientMutationId": "abc123",
+  "comment": "xyz789",
   "id": 123,
   "organizationId": 123
 }
@@ -31016,7 +31016,7 @@ 
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "flag": Flag
 }
 
@@ -31289,17 +31289,17 @@
Example
"creationEvent": Event, "currentValue": {}, "events": EventConnection, - "fieldName": "abc123", + "fieldName": "xyz789", "id": 987, "lastCommentEvent": Event, - "link": "xyz789", + "link": "abc123", "linkoutData": LinkoutData, - "name": "abc123", + "name": "xyz789", "resolutionComment": Comment, "resolvedAt": ISO8601DateTime, "resolver": User, "resolvingEvent": Event, - "revisionSetId": 987, + "revisionSetId": 123, "revisor": User, "status": "ACCEPTED", "subject": EventSubject, @@ -31391,10 +31391,10 @@
Example
{
   "edges": [RevisionEdge],
   "nodes": [Revision],
-  "pageCount": 987,
+  "pageCount": 123,
   "pageInfo": PageInfo,
   "revisedFieldNames": [FieldName],
-  "totalCount": 123,
+  "totalCount": 987,
   "unfilteredCountForSubject": 987,
   "uniqueResolvers": [User],
   "uniqueRevisors": [User]
@@ -31447,7 +31447,7 @@ 
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": Revision
 }
 
@@ -31504,8 +31504,8 @@
Example
{
-  "fieldName": "abc123",
-  "id": 123,
+  "fieldName": "xyz789",
+  "id": 987,
   "newlyCreated": true,
   "revisionSetId": 987
 }
@@ -31610,7 +31610,7 @@ 
Fields
Example
-
{"value": "xyz789"}
+                    
{"value": "abc123"}
 
@@ -31718,7 +31718,7 @@
Example
{
-  "id": 987,
+  "id": 123,
   "matchingText": "xyz789",
   "name": "xyz789",
   "resultType": "ASSERTION"
@@ -32131,29 +32131,29 @@ 
Example
{
   "abstract": "xyz789",
-  "ascoAbstractId": 987,
-  "authorString": "abc123",
+  "ascoAbstractId": 123,
+  "authorString": "xyz789",
   "citation": "xyz789",
   "citationId": "abc123",
   "clinicalTrials": [ClinicalTrial],
   "comments": CommentConnection,
-  "displayType": "xyz789",
+  "displayType": "abc123",
   "events": EventConnection,
   "fullJournalTitle": "abc123",
   "id": 123,
   "journal": "xyz789",
   "lastCommentEvent": Event,
-  "link": "xyz789",
+  "link": "abc123",
   "name": "abc123",
-  "openAccess": false,
-  "pmcId": "abc123",
+  "openAccess": true,
+  "pmcId": "xyz789",
   "publicationDate": "abc123",
-  "publicationDay": 123,
-  "publicationMonth": 987,
+  "publicationDay": 987,
+  "publicationMonth": 123,
   "publicationYear": 987,
   "sourceType": "ASCO",
   "sourceUrl": "xyz789",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -32437,11 +32437,11 @@
Example
{
-  "abstract": "xyz789",
+  "abstract": "abc123",
   "ascoAbstractId": 987,
   "authorString": "xyz789",
-  "citation": "abc123",
-  "citationId": "abc123",
+  "citation": "xyz789",
+  "citationId": "xyz789",
   "clinicalTrials": [ClinicalTrial],
   "comments": CommentConnection,
   "displayType": "abc123",
@@ -32451,17 +32451,17 @@ 
Example
"id": 987, "journal": "abc123", "lastCommentEvent": Event, - "link": "abc123", + "link": "xyz789", "name": "xyz789", - "openAccess": true, + "openAccess": false, "pmcId": "xyz789", - "publicationDate": "abc123", - "publicationDay": 987, - "publicationMonth": 123, + "publicationDate": "xyz789", + "publicationDay": 123, + "publicationMonth": 987, "publicationYear": 123, "sourceType": "ASCO", "sourceUrl": "abc123", - "title": "xyz789" + "title": "abc123" }
@@ -32724,8 +32724,8 @@
Example
"createdAt": ISO8601DateTime, "disease": Disease, "events": EventConnection, - "id": 123, - "initialComment": "xyz789", + "id": 987, + "initialComment": "abc123", "link": "abc123", "molecularProfile": MolecularProfile, "name": "abc123", @@ -32803,11 +32803,11 @@
Example
{
   "edges": [SourceSuggestionEdge],
-  "filteredCount": 987,
+  "filteredCount": 123,
   "nodes": [SourceSuggestion],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
-  "totalCount": 123
+  "totalCount": 987
 }
 
@@ -33312,13 +33312,13 @@
Example
{
   "acceptedAssertions": 123,
-  "acceptedEvidenceItems": 123,
+  "acceptedEvidenceItems": 987,
   "appliedRevisions": 987,
-  "comments": 123,
-  "revisions": 987,
-  "submittedAssertions": 123,
-  "submittedEvidenceItems": 987,
-  "suggestedSources": 987
+  "comments": 987,
+  "revisions": 123,
+  "submittedAssertions": 987,
+  "submittedEvidenceItems": 123,
+  "suggestedSources": 123
 }
 
@@ -33344,7 +33344,7 @@
Description
Example
-
"abc123"
+                    
"xyz789"
 
@@ -33527,10 +33527,10 @@
Example
{
-  "clientMutationId": "xyz789",
-  "comment": "xyz789",
+  "clientMutationId": "abc123",
+  "comment": "abc123",
   "fields": AssertionFields,
-  "organizationId": 123
+  "organizationId": 987
 }
 
@@ -33581,7 +33581,7 @@
Example
{
   "assertion": Assertion,
-  "clientMutationId": "abc123"
+  "clientMutationId": "xyz789"
 }
 
@@ -33646,9 +33646,9 @@
Example
{
   "clientMutationId": "xyz789",
-  "comment": "abc123",
+  "comment": "xyz789",
   "fields": EvidenceItemFields,
-  "organizationId": 123
+  "organizationId": 987
 }
 
@@ -33775,10 +33775,10 @@
Example
{
-  "clientMutationId": "abc123",
-  "description": "abc123",
+  "clientMutationId": "xyz789",
+  "description": "xyz789",
   "name": "abc123",
-  "organizationId": 987,
+  "organizationId": 123,
   "sourceIds": [987],
   "variantIds": [123]
 }
@@ -34022,7 +34022,7 @@ 
Fields
Example
-
{"entityType": "ASSERTION", "id": 987}
+                    
{"entityType": "ASSERTION", "id": 123}
 
@@ -34135,9 +34135,9 @@
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "subscribables": [SubscribableInput],
-  "subscribeToChildren": true
+  "subscribeToChildren": false
 }
 
@@ -34258,10 +34258,10 @@
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "comment": "xyz789",
   "fields": AssertionFields,
-  "id": 123,
+  "id": 987,
   "organizationId": 987
 }
 
@@ -34390,7 +34390,7 @@
Example
{
   "clientMutationId": "xyz789",
-  "comment": "abc123",
+  "comment": "xyz789",
   "fields": EvidenceItemFields,
   "id": 123,
   "organizationId": 123
@@ -34579,7 +34579,7 @@ 
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "gene": Gene,
   "results": [RevisionResult]
 }
@@ -34651,11 +34651,11 @@ 
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "comment": "xyz789",
   "fields": MolecularProfileFields,
-  "id": 123,
-  "organizationId": 987
+  "id": 987,
+  "organizationId": 123
 }
 
@@ -34789,11 +34789,11 @@
Example
{
   "clientMutationId": "abc123",
-  "comment": "xyz789",
-  "diseaseId": 123,
-  "molecularProfileId": 123,
+  "comment": "abc123",
+  "diseaseId": 987,
+  "molecularProfileId": 987,
   "organizationId": 987,
-  "sourceId": 123
+  "sourceId": 987
 }
 
@@ -34915,10 +34915,10 @@
Example
{
   "clientMutationId": "xyz789",
-  "comment": "abc123",
+  "comment": "xyz789",
   "fields": VariantGroupFields,
-  "id": 987,
-  "organizationId": 987
+  "id": 123,
+  "organizationId": 123
 }
 
@@ -34973,7 +34973,7 @@
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "results": [RevisionResult],
   "variantGroup": VariantGroup
 }
@@ -35048,8 +35048,8 @@ 
Example
"clientMutationId": "xyz789", "comment": "abc123", "fields": VariantFields, - "id": 987, - "organizationId": 123 + "id": 123, + "organizationId": 987 }
@@ -35104,7 +35104,7 @@
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "results": [RevisionResult],
   "variant": Variant
 }
@@ -35247,7 +35247,7 @@ 
Fields
Example
-
{"entityType": "ASSERTION", "id": 123}
+                    
{"entityType": "ASSERTION", "id": 987}
 
@@ -35324,13 +35324,13 @@
Example
{
-  "id": 123,
+  "id": 987,
   "link": "abc123",
   "myChemInfo": MyChemInfo,
   "name": "xyz789",
-  "ncitId": "xyz789",
+  "ncitId": "abc123",
   "therapyAliases": ["abc123"],
-  "therapyUrl": "xyz789"
+  "therapyUrl": "abc123"
 }
 
@@ -35481,13 +35481,13 @@
Example
{
-  "assertionCount": 987,
-  "evidenceItemCount": 123,
+  "assertionCount": 123,
+  "evidenceItemCount": 987,
   "id": 987,
   "link": "xyz789",
-  "molecularProfileCount": 123,
+  "molecularProfileCount": 987,
   "myChemInfo": MyChemInfo,
-  "name": "xyz789",
+  "name": "abc123",
   "ncitId": "abc123",
   "therapyAliases": ["xyz789"],
   "therapyUrl": "xyz789"
@@ -35657,7 +35657,7 @@ 
Fields
Example
-
{"allTime": 123, "newThisMonth": 123, "newThisWeek": 987, "newThisYear": 123}
+                    
{"allTime": 987, "newThisMonth": 123, "newThisWeek": 123, "newThisYear": 123}
 
@@ -35778,7 +35778,7 @@
Example
{
   "clientMutationId": "xyz789",
   "subscribables": [SubscribableInput],
-  "unsubscribeFromChildren": true
+  "unsubscribeFromChildren": false
 }
 
@@ -35828,7 +35828,7 @@
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "unsubscribedEntities": [Subscribable]
 }
 
@@ -35889,7 +35889,7 @@
Example
{
   "clientMutationId": "abc123",
   "coiPresent": false,
-  "statement": "xyz789"
+  "statement": "abc123"
 }
 
@@ -35940,7 +35940,7 @@
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "coiStatement": Coi
 }
 
@@ -35999,7 +35999,7 @@
Example
{
-  "clientMutationId": "xyz789",
+  "clientMutationId": "abc123",
   "ids": [123],
   "newStatus": "READ"
 }
@@ -36123,10 +36123,10 @@ 
Example
{
   "clientMutationId": "abc123",
-  "id": 987,
+  "id": 123,
   "newStatus": "CURATED",
   "organizationId": 987,
-  "reason": "xyz789"
+  "reason": "abc123"
 }
 
@@ -36176,7 +36176,7 @@
Example
{
-  "clientMutationId": "abc123",
+  "clientMutationId": "xyz789",
   "sourceSuggestion": SourceSuggestion
 }
 
@@ -36448,27 +36448,27 @@
Example
{
   "areaOfExpertise": "CLINICAL_SCIENTIST",
-  "bio": "abc123",
+  "bio": "xyz789",
   "country": Country,
   "displayName": "abc123",
-  "email": "xyz789",
+  "email": "abc123",
   "events": EventConnection,
-  "facebookProfile": "xyz789",
-  "id": 123,
-  "linkedinProfile": "abc123",
+  "facebookProfile": "abc123",
+  "id": 987,
+  "linkedinProfile": "xyz789",
   "mostRecentActionTimestamp": ISO8601DateTime,
   "mostRecentConflictOfInterestStatement": Coi,
   "mostRecentEvent": Event,
-  "mostRecentOrganizationId": 987,
+  "mostRecentOrganizationId": 123,
   "name": "xyz789",
   "notifications": NotificationConnection,
-  "orcid": "xyz789",
+  "orcid": "abc123",
   "organizations": [Organization],
-  "profileImagePath": "abc123",
+  "profileImagePath": "xyz789",
   "ranks": Ranks,
   "role": "ADMIN",
   "statsHash": Stats,
-  "twitterHandle": "abc123",
+  "twitterHandle": "xyz789",
   "url": "abc123",
   "username": "abc123"
 }
@@ -36537,9 +36537,9 @@ 
Example
{
   "edges": [UserEdge],
   "nodes": [User],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
-  "totalCount": 987
+  "totalCount": 123
 }
 
@@ -37494,7 +37494,7 @@
Example
"alleleRegistryId": "xyz789", "clinvarIds": ["abc123"], "comments": CommentConnection, - "deprecated": false, + "deprecated": true, "deprecationComment": Comment, "deprecationEvent": Event, "deprecationReason": "DUPLICATE", @@ -37508,14 +37508,14 @@
Example
"lastAcceptedRevisionEvent": Event, "lastCommentEvent": Event, "lastSubmittedRevisionEvent": Event, - "link": "abc123", + "link": "xyz789", "maneSelectTranscript": "xyz789", "molecularProfiles": MolecularProfileConnection, "myVariantInfo": MyVariantInfo, "name": "abc123", "openCravatUrl": "xyz789", "primaryCoordinates": Coordinate, - "referenceBases": "xyz789", + "referenceBases": "abc123", "referenceBuild": "GRCH37", "revisions": RevisionConnection, "secondaryCoordinates": Coordinate, @@ -37564,7 +37564,7 @@
Fields
Example
-
{"name": "xyz789"}
+                    
{"name": "abc123"}
 
@@ -37680,7 +37680,7 @@
Example
{
   "edges": [VariantEdge],
   "nodes": [Variant],
-  "pageCount": 987,
+  "pageCount": 123,
   "pageInfo": PageInfo,
   "totalCount": 987
 }
@@ -37845,12 +37845,12 @@ 
Example
{
-  "aliases": ["abc123"],
+  "aliases": ["xyz789"],
   "clinvarIds": ClinvarInput,
   "ensemblVersion": NullableIntInput,
-  "geneId": 987,
+  "geneId": 123,
   "hgvsDescriptions": ["xyz789"],
-  "name": "abc123",
+  "name": "xyz789",
   "primaryCoordinates": CoordinateInput,
   "referenceBases": NullableStringInput,
   "referenceBuild": NullableReferenceBuildTypeInput,
@@ -38209,16 +38209,16 @@ 
Example
{
   "comments": CommentConnection,
-  "description": "xyz789",
+  "description": "abc123",
   "events": EventConnection,
   "flagged": true,
   "flags": FlagConnection,
-  "id": 123,
+  "id": 987,
   "lastAcceptedRevisionEvent": Event,
   "lastCommentEvent": Event,
   "lastSubmittedRevisionEvent": Event,
   "link": "abc123",
-  "name": "xyz789",
+  "name": "abc123",
   "revisions": RevisionConnection,
   "sources": [Source],
   "variants": VariantConnection
@@ -38288,9 +38288,9 @@ 
Example
{
   "edges": [VariantGroupEdge],
   "nodes": [VariantGroup],
-  "pageCount": 123,
+  "pageCount": 987,
   "pageInfo": PageInfo,
-  "totalCount": 123
+  "totalCount": 987
 }
 
@@ -38406,8 +38406,8 @@
Example
{
   "description": NullableStringInput,
-  "name": "abc123",
-  "sourceIds": [123],
+  "name": "xyz789",
+  "sourceIds": [987],
   "variantIds": [987]
 }
 
@@ -38772,12 +38772,12 @@
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "id": 123,
   "link": "abc123",
   "name": "xyz789",
   "soid": "abc123",
-  "url": "abc123"
+  "url": "xyz789"
 }
 
@@ -38856,12 +38856,12 @@
Example
{
   "description": "xyz789",
-  "id": 123,
-  "link": "abc123",
-  "name": "xyz789",
-  "soid": "xyz789",
+  "id": 987,
+  "link": "xyz789",
+  "name": "abc123",
+  "soid": "abc123",
   "url": "abc123",
-  "variantCount": 987
+  "variantCount": 123
 }