I'm performing a search in the data table, but I can't filter a specific field;
Ex:
{ table_records(table_id: "xxxxxxx") {edges {
node {
record_fields {
name
value
}
}
}
}
}
I need the value field to return with the variable that I will insert.
PSC. I'm using this search through a PHP integration.