Fix Group by actor field (#15215)
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export class CompositeFieldMetadataGroupByGqlInputTypeGenerator {
|
||||
}
|
||||
|
||||
// Skip hidden fields
|
||||
if (property.hidden === true || property.hidden === 'input') {
|
||||
if (property.hidden === true) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user