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

14 lines
164 B
GraphQL

fragment ObjectiveGroupParts on ObjectiveGroupNode {
id
title
displayTitle
module {
slug
inEditMode @client
}
hiddenFor {
id
name
}
}