DesProjectSortInput
A project manages all development stages of the PCB/PCA product lifecycle.
input DesProjectSortInput {
createdAt: SortEnumType
description: SortEnumType
id: SortEnumType
name: SortEnumType
updatedAt: SortEnumType
}
Fields
DesProjectSortInput.createdAt ● SortEnumType enum
The DateTime when this project was created.
DesProjectSortInput.description ● SortEnumType enum
The summary of this project content or purpose.
DesProjectSortInput.id ● SortEnumType enum
The node identifier for this project (used by desProjectById).
DesProjectSortInput.name ● SortEnumType enum
The assigned name for this project.
DesProjectSortInput.updatedAt ● SortEnumType enum
The DateTime when this project was last modified.