INPUT_OBJECT
CreateNoteMutationInput
The input object that defines the fields for the createNote mutation.
link GraphQL Schema definition
- input CreateNoteMutationInput {
- # The message.
- Text! :
- # The ID of the entity that owns this note.
- Int64Bit! :
- # The type of entity that owns this note.
- NoteableType! :
- # The priority of the note.
- NotePriority! :
- }