Files

4 lines
86 B
GraphQL
Raw Permalink Normal View History

mutation ToggleIgnoreBand($name: String!) {
ignore: ToggleIgnoreBand(name: $name)
}