INPUT_OBJECT

CreateMemoCommentNoMemoBackrefInput

link GraphQL Schema definition

  • input CreateMemoCommentNoMemoBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Multi-line text input field.
  • comment: String!
  • # Relation to single entity instance.
  • ownerId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }