INPUT_OBJECT

CreateMemoCommentInput

link GraphQL Schema definition

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

link Require by