Skip to main content

DesSharedWithMeProjectInfo

Information about a project that is shared with the user.

type DesSharedWithMeProjectInfo {
description: String!
name: String!
project: DesProject
projectId: ID!
}

Fields

DesSharedWithMeProjectInfo.description ● String! non-null scalar

The project description.

DesSharedWithMeProjectInfo.name ● String! non-null scalar

The project name.

DesSharedWithMeProjectInfo.project ● DesProject object

The project or null if its workspace is deleted. Avoid this field on getting many projects at once. Consider using projectId and desProjectById.

DesSharedWithMeProjectInfo.projectId ● ID! non-null scalar

The project node identifier. Use it for getting the project by desProjectById.