skillbox/client/src/graphql/gql/fragments/instrumentParts.gql

21 lines
201 B
GraphQL

fragment InstrumentParts on InstrumentNode {
id
title
intro
slug
bookmarks {
uuid
note {
id
text
}
}
type {
id
name
category
type
}
contents
}