joyent-portal/packages/my-joy-beta/src/graphql/get-images.gql

10 lines
76 B
GraphQL

query Images {
images {
id
name
os
version
type
}
}