This website requires JavaScript.
Explore
Help
Sign In
Spearhead
/
joyent-portal
Watch
1
Star
0
Fork
0
You've already forked joyent-portal
Code
Issues
Pull Requests
Releases
Wiki
Activity
5ccd873a54
joyent-portal
/
packages
/
cp-frontend
/
src
/
graphql
/
ServicesStopMutation.gql
11 lines
131 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 StopServices($ids: [ID]!) {
stopServices(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