AddAdminNoteInput
Input type for adding an admin note about a user
input AddAdminNoteInput {
note: String!
uid: ID!
}
Fields
AddAdminNoteInput.note
● String!
non-null scalar
The note to add about the user
AddAdminNoteInput.uid
● ID!
non-null scalar
uid of the user on which to add a note.