Skip to content

TrackablePermission

No description

graphql
union TrackablePermission = ComponentPermission | ProjectPermission

Possible types

TrackablePermission.ComponentPermission object

NodePermission to grant specific permissions to a set of Components.

TrackablePermission.ProjectPermission object

NodePermission to grant specific permissions to a set of Projects.

Released under the MIT License.