CreateNoteInput
CreateNoteInput is used for create Note object. Input was generated by ent.
input CreateNoteInput {
title: String
contents: String!
attachments: [String!]!
ownerID: String!
pinned: Boolean
recordIDs: [ID!]
}
Fields
CreateNoteInput.title ● String scalar
CreateNoteInput.contents ● String! non-null scalar
CreateNoteInput.attachments ● [String!]! non-null scalar
CreateNoteInput.ownerID ● String! non-null scalar
CreateNoteInput.pinned ● Boolean scalar
CreateNoteInput.recordIDs ● [ID!] list scalar
Member Of
createNote mutation