#import "../fragments/instrumentParts.gql" query InstrumentQueryById($id: ID!) { instrument(id: $id) { ...InstrumentParts } }