Skip to main content

AppVisibility

Controls where an app can be discovered. Independent of AppStatus (the marketplace additionally requires status=LIVE).

enum AppVisibility {
PUBLIC
UNLISTED
PRIVATE
}

Values

AppVisibility.PUBLIC

Listed in the public marketplace (when status=LIVE) and resolvable by slug.

AppVisibility.UNLISTED

Hidden from marketplace listings but accessible to anyone who knows the direct org/app slug link.

AppVisibility.PRIVATE

Hidden from the marketplace; visible only to org members and users with an access grant.

Member Of

App object ● CreateAppInput input ● setAppVisibility mutation ● UpdateAppInput input