feat: CommandMenuItem entity and FrontComponent support in command menu (#17555)
https://github.com/user-attachments/assets/6f172ffc-d43d-42fd-a26b-94f591fb767e
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const COMMAND_MENU_ITEM_FRAGMENT = gql`
|
||||
fragment CommandMenuItemFields on CommandMenuItem {
|
||||
id
|
||||
workflowVersionId
|
||||
frontComponentId
|
||||
frontComponent {
|
||||
id
|
||||
name
|
||||
}
|
||||
label
|
||||
icon
|
||||
isPinned
|
||||
availabilityType
|
||||
availabilityObjectMetadataId
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user