cassandra-data-apis
cassandra-data-apis copied to clipboard
Data APIs for Apache Cassandra
Validate whether a single DC is used based on the contact points. Ideally we should use simulacron.
Currently, a random node is used to select the schema version. We should select use the information from all the local nodes and: - if there's a single version, match...
We can use positive and negative number inputs to signal additions or subtractions on counter columns. For example: ```graphql # Increase counter by 1 updateCounterTable(data: { key: $key, myCounterColumn: 1...