OBJECT
FeatureWithPermissionsGroupsOutputType
Description
Represents the feature with permission groups.
link GraphQL Schema definition
- type FeatureWithPermissionsGroupsOutputType {
- # Feature type.
- : [CloudAccountFeature!]!
- # Permissions groups of feature.
- : [PermissionsGroup!]!
- }