DealExecutionScore
No description
type DealExecutionScore implements Node {
nodeId: ID!
id: String!
accordId: String!
activityId: String
value: BigFloat
workspaceId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
calculatedAt: Datetime!
reason: String
accord: Accord
workspace: Workspace
}
Fields
DealExecutionScore.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
DealExecutionScore.id ● String! non-null scalar
DealExecutionScore.accordId ● String! non-null scalar
DealExecutionScore.activityId ● String scalar
DealExecutionScore.value ● BigFloat scalar
DealExecutionScore.workspaceId ● String scalar
DealExecutionScore.version ● Int! non-null scalar
DealExecutionScore.deletedAt ● Datetime scalar
DealExecutionScore.updatedAt ● Datetime! non-null scalar
DealExecutionScore.createdAt ● Datetime! non-null scalar
DealExecutionScore.calculatedAt ● Datetime! non-null scalar
DealExecutionScore.reason ● String scalar
DealExecutionScore.accord ● Accord object
Reads a single Accord that is related to this DealExecutionScore.
DealExecutionScore.workspace ● Workspace object
Reads a single Workspace that is related to this DealExecutionScore.
Interfaces
Node interface
An object with a globally unique ID.
Returned By
dealExecutionScore query ● dealExecutionScoreByNodeId query ● dealExecutionScores query
Member Of
Accord object ● DealExecutionScoresConnection object ● DealExecutionScoresEdge object ● Workspace object