4 lines
86 B
GraphQL
4 lines
86 B
GraphQL
mutation ToggleIgnoreCity($name: String!) {
|
|
ignore: ToggleIgnoreCity(name: $name)
|
|
}
|