AdminNotesPayload
Result of retrieving admin notes for a user
type AdminNotesPayload {
adminNotes: [AdminNotesResult!]!
pageInfo: PageInfo!
}
Fields
AdminNotesPayload.adminNotes
● [AdminNotesResult!]!
non-null object
The collection of notes retrieved pertaining to a specific user.
AdminNotesPayload.pageInfo
● PageInfo!
non-null object
Information about the current page of results