You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to run load_civic. After some check, I found message returned from civic v2 api says 2 errors
message: "Fragment on Gene can't be spread inside MolecularProfileSegment".
locations: [ [object] ],
path: [
'query evidenceItems',
'evidenceItems',
'nodes',
'molecularprofile',
'parsedName',
'... on Gene'
],
message: "Field 'gene''doesn't exist on type 'VariantInterface'",
locations: [ [object] ],
path:「
'query evidenceltems',
'evidenceItems',
'nodes',
'molecularProfile',
'variants',
'gene'
],
I checked civic-v2 schema (https://griffithlab.github.io/civic-v2/) and confirmed that "parsedName" has no "Gene", and "variants" has no "gene". Is it a newly update from civic-v2 schema and would you update evidenceItems.graphql and affected code accordingly?
The text was updated successfully, but these errors were encountered:
Unable to run load_civic. After some check, I found message returned from civic v2 api says 2 errors
message: "Fragment on Gene can't be spread inside MolecularProfileSegment".
locations: [ [object] ],
path: [
'query evidenceItems',
'evidenceItems',
'nodes',
'molecularprofile',
'parsedName',
'... on Gene'
],
message: "Field 'gene''doesn't exist on type 'VariantInterface'",
locations: [ [object] ],
path:「
'query evidenceltems',
'evidenceItems',
'nodes',
'molecularProfile',
'variants',
'gene'
],
I checked civic-v2 schema (https://griffithlab.github.io/civic-v2/) and confirmed that "parsedName" has no "Gene", and "variants" has no "gene". Is it a newly update from civic-v2 schema and would you update evidenceItems.graphql and affected code accordingly?
The text was updated successfully, but these errors were encountered: