Record
type Record implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
schemaID: ID!
profileImage: String
externalProfileURL: String
values(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: RecordValueOrder
where: RecordValueWhereInput
): RecordValueConnection!
schema: SchemaDefinition!
lists: [ListRecord!]
associatedRecords: [RecordAssociation!]
note: [NoteAssociation!]
tasks: [TaskRecord!]
files: [RecordFile!]
profileImageFile: CloudinaryAsset
primaryProperty: Any
secondaryProperty: Any
fullName: RecordValueType
email: RecordValueType
phone: RecordValueType
address: RecordValueType
}
Fields
Record.id ● ID! non-null scalar
Record.createdAt ● Time! non-null scalar
Record.updatedAt ● Time! non-null scalar
Record.companyID ● String! non-null scalar
Record.schemaID ● ID! non-null scalar
Record.profileImage ● String scalar
Record.externalProfileURL ● String scalar
Record.values ● RecordValueConnection! non-null object
Record.values.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
Record.values.first ● Int scalar
Returns the first n elements from the list.
Record.values.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
Record.values.last ● Int scalar
Returns the last n elements from the list.
Record.values.orderBy ● RecordValueOrder input
Ordering options for RecordValues returned from the connection.
Record.values.where ● RecordValueWhereInput input
Filtering options for RecordValues returned from the connection.
Record.schema ● SchemaDefinition! non-null object
Record.lists ● [ListRecord!] list object
Record.associatedRecords ● [RecordAssociation!] list object
Record.note ● [NoteAssociation!] list object
Record.tasks ● [TaskRecord!] list object
Record.files ● [RecordFile!] list object
Record.profileImageFile ● CloudinaryAsset object
Record.primaryProperty ● Any scalar
Record.secondaryProperty ● Any scalar
Record.fullName ● RecordValueType object
Record.email ● RecordValueType object
Record.phone ● RecordValueType object
Record.address ● RecordValueType object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createRecord mutation ● getRecord query ● getRecords query ● updateRecord mutation ● updateRecordValues mutation
Member Of
EmailSend object ● EmailSendRecord object ● Gift object ● ListRecord object ● NoteAssociation object ● Pledge object ● RecordAssociation object ● RecordEdge object ● RecordFile object ● RecordValue object ● SchemaDefinition object ● SchemaImportRecord object ● TaskRecord object