EditAdminNoteInput
Input type for editing an admin note about a user
input EditAdminNoteInput {
note: String!
noteId: ID!
uid: ID!
}
Fields
EditAdminNoteInput.note
● String!
non-null scalar
The modified text of the note
EditAdminNoteInput.noteId
● ID!
non-null scalar
The ID of the note to edit
EditAdminNoteInput.uid
● ID!
non-null scalar
uid of the user on which to edit a note.