You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the handling of GraphQL in the counter example in line with other contracts. (#4400)
## Motivation
The `counter` example was processing GraphQL queries quite differently
from other examples.
We put it in line with other examples.
Fixes#2854
## Proposal
The work is fairly standard, but forces the introduction of a
`CounterOperation` since the input
must satisfy the `GraphQLMutationRoot` trait.
## Test Plan
The CI.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
None.
0 commit comments