Hello All,
I am trying to query the FDM schema after populating (listForecast in slb-pdf project). But i am getting the error! seems like an bug. Can you check if I am doing something wrong.
query MyQuery {
listForecast(filter: {oilRate: {eq: 1.5}, and: {gasRate: {eq: 1.5}}}) {
edges {
node {
id
}
}
}
}
Error I am getting is as below. Can you help if known bug or if I should do differently?
"message": "Expected either 'and', 'or', 'not' or a single field condition used in the same filter block.",