DealExecutionScoreHistory
No description
type DealExecutionScoreHistory implements Node {
nodeId: ID!
id: String!
dealExecutionScoreId: String!
data: JSON!
version: Int!
createdAt: Datetime!
}
Fields
DealExecutionScoreHistory.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
DealExecutionScoreHistory.id ● String! non-null scalar
DealExecutionScoreHistory.dealExecutionScoreId ● String! non-null scalar
DealExecutionScoreHistory.data ● JSON! non-null scalar
DealExecutionScoreHistory.version ● Int! non-null scalar
DealExecutionScoreHistory.createdAt ● Datetime! non-null scalar
Interfaces
Node interface
An object with a globally unique ID.
Returned By
dealExecutionScoreHistories query ● dealExecutionScoreHistory query ● dealExecutionScoreHistoryByNodeId query
Member Of
CreateDealExecutionScoreHistoryPayload object ● DealExecutionScoreHistoriesConnection object ● DealExecutionScoreHistoriesEdge object ● DeleteDealExecutionScoreHistoryPayload object ● UpdateDealExecutionScoreHistoryPayload object