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
49b831779c
joyent-portal
/
packages
/
my-joy-beta
/
src
/
graphql
/
list-dns.gql
8 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(my-joy-beta): make queries for dns fixes #725
2017-10-25 20:09:02 +03:00
query instance($name: String!) {
machines(name: $name) {
style: lint and format
2017-11-02 15:33:43 +02:00
id
name
feat(my-joy-beta): make queries for dns fixes #725
2017-10-25 20:09:02 +03:00
dns_names
}
}
Reference in New Issue
Copy Permalink