4 lines
85 B
GraphQL
4 lines
85 B
GraphQL
mutation RemoveOrigin($origin: String!) {
|
|
removed: RemoveOrigin(origin: $origin)
|
|
}
|