INPUT_OBJECT

CreateEmailEventInput

link GraphQL Schema definition

  • input CreateEmailEventInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • emailId: ID!
  • # Field whose values are strictly defined with an enumeration of values.
  • type: EmailEventTypeEnum
  • # URL - HTTP address.
  • url: String
  • }

link Require by