GetAdminNotesInput
Input type for getting admin notes about a user
input GetAdminNotesInput {
page: PageInput
uid: ID!
}
Fields
GetAdminNotesInput.page
● PageInput
input
Optional parameter used for result pagination
GetAdminNotesInput.uid
● ID!
non-null scalar
uid of the user on which to get notes.