skillbox/client/src/graphql/gql/queries/instrumentsQuery.gql

20 lines
221 B
GraphQL

query InstrumentsQuery {
instruments {
id
title
contents
slug
type {
id
type
category {
id
name
foreground
background
}
name
}
}
}