AddNoteInput
Autogenerated input type of AddNote
input AddNoteInput {
clientMutationId: String
content: String!
notableId: ID!
notableType: NotableObjectEnum!
}
Fields
AddNoteInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddNoteInput.content ● String! non-null scalar
The content of the note.
AddNoteInput.notableId ● ID! non-null scalar
The ID of the object that the note is attached to.
AddNoteInput.notableType ● NotableObjectEnum! non-null enum
The type of the object that the note is attached to.
Member Of
addNote mutation