Files

4 lines
88 B
GraphQL
Raw Permalink Normal View History

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