GNS-Science/nshm-toshi-api

FIX: nodes() query fails with ScaledInversionSolution

Closed this issue · 0 comments

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
        }
      }
    }
  }
}