OBJECT

LatestUserNote

Description

Latest user note information.

link GraphQL Schema definition

  • type LatestUserNote {
  • # User note attachment time.
  • time: DateTime!
  • # Name of the user who attached the note.
  • userName: String
  • # Object ID where note is attached.
  • objectId: String!
  • # User note text.
  • userNote: String
  • }

link Require by