RecordAssociationValue
type RecordAssociationValue implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
recordAssociationID: ID!
propertyID: ID!
value: RecordAssociationValueType!
companyUserID: ID
position: Int!
property: SchemaAssociationProperty!
recordAssociation: RecordAssociation!
}
Fields
RecordAssociationValue.id ● ID! non-null scalar
RecordAssociationValue.createdAt ● Time! non-null scalar
RecordAssociationValue.updatedAt ● Time! non-null scalar
RecordAssociationValue.companyID ● String! non-null scalar
RecordAssociationValue.recordAssociationID ● ID! non-null scalar
RecordAssociationValue.propertyID ● ID! non-null scalar
RecordAssociationValue.value ● RecordAssociationValueType! non-null object
RecordAssociationValue.companyUserID ● ID scalar
RecordAssociationValue.position ● Int! non-null scalar
RecordAssociationValue.property ● SchemaAssociationProperty! non-null object
RecordAssociationValue.recordAssociation ● RecordAssociation! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
getRecordAssociationValues query
Member Of
RecordAssociationValueEdge object ● SchemaAssociationProperty object