This website requires JavaScript.
Explore
Help
Sign In
mpana
/
copilot
Watch
1
Star
0
Fork
0
You've already forked copilot
mirror of
https://github.com/yldio/copilot.git
synced
2025-01-14 21:10:13 +02:00
Code
Issues
Releases
Wiki
Activity
5ccd873a54
copilot
/
packages
/
cp-frontend
/
src
/
graphql
/
ServicesStartMutation.gql
11 lines
133 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: number input and mutations for restart, stop and start
2017-06-19 15:10:57 +03:00
mutation StartServices($ids: [ID]!) {
startServices(ids: $ids) {
id
slug
feat(cp-frontend, cp-gql-mock-server): add stop, start, delete to resolvers
2017-06-26 15:25:46 +03:00
instances {
id
status
}
feat: number input and mutations for restart, stop and start
2017-06-19 15:10:57 +03:00
}
}
Reference in New Issue
Copy Permalink