DiamondLightSource / DiamondLightSource/coniql

Docs reference a `putChannel` mutation but none such exists

Open
#125 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Description

https://diamondlightsource.github.io/coniql/main/how-to/run-a-server.html#ca-plugin says that one may put to a pv using a query of the format:

```graphql
mutation {
putChannel(id: "ca://pc0105:longout", value: "45") {
value {
string(units: true)
}
}
}
```

however, the only mutation which exists is `putChannels` which takes a list of PVs and values

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.