comparison values can be single ABI encoded string (for equals, greater than and less than) or an array of of encoded strings (for one of). In the subgraph schema we chose to generally store them as string arrays, so that if only a single value is expected it will be stored as the first and only element in that array.
This PR adjusts the app types so we handle it consistently. This fixes #124
comparison values can be single ABI encoded string (for equals, greater than and less than) or an array of of encoded strings (for one of). In the subgraph schema we chose to generally store them as string arrays, so that if only a single value is expected it will be stored as the first and only element in that array.
This PR adjusts the app types so we handle it consistently. This fixes #124