#import "./fragments/instrumentParts.gql"
query InstrumentQuery($slug: String!){
instrument(slug: $slug) {
...InstrumentParts
}