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

Reference Mapping Issue #1463

Open
swalker2m opened this issue Oct 29, 2024 · 1 comment
Open

Reference Mapping Issue #1463

swalker2m opened this issue Oct 29, 2024 · 1 comment

Comments

@swalker2m
Copy link
Contributor

This query

mutation($stepId: StepId!, $filename: DatasetFilename!) {
          recordDataset(input: { stepId: $stepId, filename: $filename } ) {
            dataset {
              id
              reference {
                label
                observation {
                  label
                  program {
                    label
                  }
                }
              }
            }
          }
        }

Generates an assertion failed error in some contexts.

@cquiroz
Copy link
Contributor

cquiroz commented Oct 29, 2024

In the case I tested with (calling from observe) works fine if you remove the inner program { label } part. Otherwise you get an assertion error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants