Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Aggregate inversion solution returned by incorrect ID #194

Open
benjamineac opened this issue Aug 2, 2023 · 0 comments
Open

Fix: Aggregate inversion solution returned by incorrect ID #194

benjamineac opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
API for project filtering nshm-toshi-api

Comments

@benjamineac
Copy link
Collaborator

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',
  },
@chrisbc chrisbc added nshm-toshi-api API for project filtering labels Nov 9, 2023
@chrisdicaprio chrisdicaprio changed the title Aggregate inversion solution returned by incorrect ID Fix: Aggregate inversion solution returned by incorrect ID Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API for project filtering nshm-toshi-api
Projects
None yet
Development

No branches or pull requests

2 participants