INPUT_OBJECT

CreateClientStoryReadInput

link GraphQL Schema definition

  • input CreateClientStoryReadInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • activityId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • messageId: ID
  • # Boolean value.
  • noFollow: Boolean
  • # Relation to single entity instance.
  • ownerId: ID!
  • # Datetime information.
  • readAt: DateTime!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by