Files

4 lines
85 B
GraphQL
Raw Permalink Normal View History

mutation RemoveOrigin($origin: String!) {
removed: RemoveOrigin(origin: $origin)
}