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
Following query returns and AggregateInversionSolution (QWdncmVnYXRlSW52ZXJzaW9uU29sdXRpb246MTEzNTE4) from the ID for an InversionSolution (SW52ZXJzaW9uU29sdXRpb246MTEzNTE4);
query: `query AggregateInversionSolutionDetailTabQuery($id: ID!) {
node(id: $id) {
id
__typename
... on AggregateInversionSolution {
file_name
file_size
md5_digest
created
meta {
k
v
}
aggregation_fn
common_rupture_set {
... on Node {
__isNode: __typename
id
}
id
}
produced_by {
__typename
... on Node {
__isNode: __typename
id
__typename
}
}
}
}
}
`,
variables: {
id: 'SW52ZXJzaW9uU29sdXRpb246MTEzNTE4',
},
The text was updated successfully, but these errors were encountered:
chrisdicaprio
changed the title
Aggregate inversion solution returned by incorrect ID
Fix: Aggregate inversion solution returned by incorrect ID
Dec 7, 2023
Following query returns and AggregateInversionSolution (QWdncmVnYXRlSW52ZXJzaW9uU29sdXRpb246MTEzNTE4) from the ID for an InversionSolution (SW52ZXJzaW9uU29sdXRpb246MTEzNTE4);
The text was updated successfully, but these errors were encountered: