desProjectCollaborationSimulationRevisions
*PROTOTYPE, SUBJECT TO CHANGE*
desProjectCollaborationSimulationRevisions(
after: String
before: String
domainName: String!
first: Int
last: Int
projectId: ID!
): DesCollaborationSimulationRevisionConnection
Arguments
desProjectCollaborationSimulationRevisions.after ● String scalar
Returns the elements in the list that come after the specified cursor.
desProjectCollaborationSimulationRevisions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desProjectCollaborationSimulationRevisions.domainName ● String! non-null scalar
The collaboration domain name.
desProjectCollaborationSimulationRevisions.first ● Int scalar
Returns the first _n_ elements from the list.
desProjectCollaborationSimulationRevisions.last ● Int scalar
Returns the last _n_ elements from the list.
desProjectCollaborationSimulationRevisions.projectId ● ID! non-null scalar
The project identifier.
Type
DesCollaborationSimulationRevisionConnection object
A connection to a list of items.