RecordFile
type RecordFile implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
fileID: String!
recordID: ID!
record: Record!
file: CloudinaryAsset!
}
Fields
RecordFile.id ● ID! non-null scalar
RecordFile.createdAt ● Time! non-null scalar
RecordFile.updatedAt ● Time! non-null scalar
RecordFile.companyID ● String! non-null scalar
RecordFile.fileID ● String! non-null scalar
RecordFile.recordID ● ID! non-null scalar
RecordFile.record ● Record! non-null object
RecordFile.file ● CloudinaryAsset! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createRecordFile mutation ● getRecordFile query ● updateRecordFile mutation
Member Of
Record object ● RecordFileEdge object