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

16 lines
174 B
GraphQL

fragment ProjectParts on ProjectNode {
id
title
appearance
description
slug
objectives
final
student {
firstName
lastName
id
}
entriesCount
}