joyent-portal/packages/cp-gql-mock-server/test/tags/restart-services.gql

6 lines
84 B
GraphQL

mutation restartServices($ids: [ID]!) {
restartServices(ids: $ids) {
id
}
}