INPUT_OBJECT
DeleteClientStoryReadInput
link GraphQL Schema definition
- input DeleteClientStoryReadInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID!
- # Id of the read appointment or task, or empty when this read points to a message.
- : ID
- # Id of the read email or memo, or empty when this read points to an activity.
- : ID
- }