joyent-portal/consoles/my-joy-service-groups/src/graphql/list-templates.gql

10 lines
88 B
Plaintext
Raw Normal View History

2018-05-23 19:29:04 +03:00
query templates {
templates {
id
name
package
image
created
}
}