INPUT_OBJECT
CreateEmailEventInput
link GraphQL Schema definition
- input CreateEmailEventInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Field containing json.
- : JSONString
- # Relation to single entity instance.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : EmailEventTypeEnum
- # URL - HTTP address.
- : String
- }