Files

4 lines
86 B
GraphQL
Raw Permalink Normal View History

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