NoteAssociation
type NoteAssociation implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
noteID: ID!
recordID: ID!
note: Note!
record: Record!
}
Fields
NoteAssociation.id ● ID! non-null scalar
NoteAssociation.createdAt ● Time! non-null scalar
NoteAssociation.updatedAt ● Time! non-null scalar
NoteAssociation.noteID ● ID! non-null scalar
NoteAssociation.recordID ● ID! non-null scalar
NoteAssociation.note ● Note! non-null object
NoteAssociation.record ● Record! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification