FixedCePortalVisibility
The course fee type's visibility in continuing education portals by a flag.
type FixedCePortalVisibility {
isVisible: Boolean!
}
Fields
FixedCePortalVisibility.isVisible
● Boolean!
non-null scalar
A flag indicating whether the course fee type is visible.
Implemented By
CePortalVisibility
union