We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1860b07 commit 3b8ca38Copy full SHA for 3b8ca38
packages/core/src/lib/implementation/report-to-gql.ts
@@ -95,6 +95,7 @@ function categoryToGQL(category: CategoryConfig): PortalCategory {
95
slug: category.slug,
96
title: category.title,
97
description: category.description,
98
+ isBinary: category.isBinary,
99
refs: category.refs.map(ref => ({
100
plugin: ref.plugin,
101
type: categoryRefTypeToGQL(ref.type),
0 commit comments