-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
defined: Property.builder().dataType(Collections.singletonList("text[]"));
DATA:["a1","b1","c1"]

GraphQLError(message=Argument "where" has invalid value {path: ["tags"], valueString: ["["ai","c1"]"], operator: ContainsAny}.
In field "operator": Expected type "GetObjectsTest03WhereOperatorEnum", found ContainsAny.
In field "valueString": Expected type "String", found ["["ai","c1"]"]., path=null, locations=[GraphQLErrorLocationsItems(column=19, line=1)])
Array queries have always been problematic in java, and various methods are used to handle arrays.
Metadata
Metadata
Assignees
Labels
No labels