Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

counters - graphql cql-first #213

Open
polandll opened this issue Jul 1, 2022 · 0 comments
Open

counters - graphql cql-first #213

polandll opened this issue Jul 1, 2022 · 0 comments
Assignees

Comments

@polandll
Copy link
Contributor

polandll commented Jul 1, 2022

@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 } } }";

@polandll polandll self-assigned this Jul 1, 2022
@polandll polandll changed the title counters - graphql counters - graphql cql-first Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant