Files
talk/client/coral-framework/graphql/mutations/deleteAction.graphql
T
2017-02-09 17:01:16 -08:00

8 lines
117 B
GraphQL

mutation deleteAction ($id: ID!) {
deleteAction(id:$id) {
errors {
translation_key
}
}
}