Type alias ModelViewerReadContentPermissionByStage

ModelViewerReadContentPermissionByStage: {
    __typename?: "ModelViewerReadContentPermissionByStage";
    allowed?: Maybe<ModelViewerReadContentPermission>;
    stage: Stage;
}

Type declaration

  • Optional __typename?: "ModelViewerReadContentPermissionByStage"
  • Optional allowed?: Maybe<ModelViewerReadContentPermission>

    If the current viewer is allowed to read this models content for the provided stage, this field will return the potential limitations that must be met. null means not allowed!

  • stage: Stage

Generated using TypeDoc