Skip to content

counters - graphql cql-first #213

@polandll

Description

@polandll

@DisplayName("Should update counters with increments")
public void updateCounters() {
// Given
String updateQuery = "mutation { updatecounters(value: {k: 1, c1: 1, c2: -2}) { applied } }";
String selectQuery = "{ counters(value: { k: 1 }) { values { c1 c2 } } }";

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions