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 where query criteria with multiple associations joins #485

Merged
merged 1 commit into from
May 10, 2024

Conversation

igdianov
Copy link
Collaborator

query {
  Tasks(
    where: {
      status: { EQ: COMPLETED }
      AND: [
        { variables: { name: { EQ: "variable1" }, value: { EQ: "data" } } }
        { variables: { name: { EQ: "variable2" }, value: { EQ: true } } }
      ]
    }
  ) {
    select {
      id
      status
      variables {
        name
        value
      }
    }
  }
}

@igdianov igdianov self-assigned this May 10, 2024
@igdianov igdianov added the bug label May 10, 2024
@igdianov igdianov merged commit 026068d into master May 10, 2024
3 checks passed
@igdianov igdianov deleted the fix-multiple-join-queries branch May 10, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant