Skip to main content

desProjectCollaborationRevisions

The project ECAD, MCAD or ESD revisions returned by pages.

desProjectCollaborationRevisions(
after: String
before: String
domain: DesCollaborationDomain!
first: Int
last: Int
projectId: ID!
): DesCollaborationRevisionConnection

Arguments

desProjectCollaborationRevisions.after ● String scalar

Returns the elements in the list that come after the specified cursor.

desProjectCollaborationRevisions.before ● String scalar

Returns the elements in the list that come before the specified cursor.

desProjectCollaborationRevisions.domain ● DesCollaborationDomain! non-null enum

The collaboration domain.

desProjectCollaborationRevisions.first ● Int scalar

Returns the first _n_ elements from the list.

desProjectCollaborationRevisions.last ● Int scalar

Returns the last _n_ elements from the list.

desProjectCollaborationRevisions.projectId ● ID! non-null scalar

The identifier for a specific project.

Type

DesCollaborationRevisionConnection object

A connection to a list of items.