Skip to content

Docs reference a putChannel mutation but none such exists #125

@d-perl

Description

@d-perl

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions