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

26 lines
273 B
GraphQL

fragment ContentBlockParts on ContentBlockNode {
id
slug
title
type
contents
userCreated
mine
hiddenFor {
edges {
node {
id
name
}
}
}
visibleFor {
edges {
node {
id
name
}
}
}
}