I am trying to write a query to only return records that have empty arrays.
Using the now deprecated Customizations, this could be achieved using;
customizations(
name: "some_data_store",
properties: {
name: "my_array", exists: false
}
This behavior seems to have changed when using Records, and I can no longer filter empty arrays.
Does anyone have a solution to this using Records?
-
Maciej.KrajowskiWhat you are looking for is an exact match. All existing filters are documented at https://documentation.platformos.com/api-reference/graphql/propertyfilterinput.html , however I am afraid you might not find a filter that does exact match on arrays. We have automatically created a support ticket to fill the gap and we'll post an answer when it becomes available.
Feb 04 2021 at 23:30