NoteEntry
No description
type NoteEntry {
noteId: ID!
text: String!
}
Fields
NoteEntry.noteId
● ID!
non-null scalar
NoteEntry.text
● String!
non-null scalar
Implemented by
Entry
union