1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-14 21:10:13 +02:00
copilot/packages/cp-frontend/src/graphql/ServicesRestartMutation.gql

8 lines
125 B
GraphQL

#import "./ServiceInfo.gql"
mutation RestartServices($ids: [ID]!) {
restartServices(ids: $ids) {
...ServiceInfo
}
}