DesUpdateProjectOwnerInput
Input for updating project owner.
input DesUpdateProjectOwnerInput {
projectId: ID!
userId: String!
}
Fields
DesUpdateProjectOwnerInput.projectId ● ID! non-null scalar
Project identifier.
DesUpdateProjectOwnerInput.userId ● String! non-null scalar
Workspace user identifier of the new project owner.