Closed igdianov closed 6 months ago
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 } } } }