CreateNoteOutput
No description
type CreateNoteOutput {
note: Note
error: MutationError
}
Fields
CreateNoteOutput.note
● Note
object
CreateNoteOutput.error
● MutationError
object
Returned by
createNote
mutation