GNS-Science / nshm-toshi-api

An extensible API where task metadata, and important input and output files relating to data-intensive science processes are retained. Custom task schemas can be defined to support their meta-data needs.
GNU Affero General Public License v3.0
0 stars 0 forks source link

FIX: nodes() query fails with ScaledInversionSolution #220

Closed chrisbc closed 4 months ago

chrisbc commented 4 months ago

nodes() query fails with ScaledInversionSolution in PROD

query InversionSolutionQuery {
  nodes(id_in: ["SW52ZXJzaW9uU29sdXRpb246MTAwMDQ0"]) {
    result {
      edges {
        node {
          __typename
        }
      }
    }
  }
}

query InversionSolutionQueryFails {
  nodes(id_in: ["U2NhbGVkSW52ZXJzaW9uU29sdXRpb246MTE0MjAy"]) {
    result {
      edges {
        node {
          __typename
        }
      }
    }
  }
}