INPUT_OBJECT
CreateOrUpdateClientStoryReadInput
link GraphQL Schema definition
- input CreateOrUpdateClientStoryReadInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- : ID
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- : ID
- # Boolean value.
- : Boolean
- # Relation to single entity instance.
- : ID
- # Datetime information.
- : DateTime
- # Revision when entity was lastly changed.
- : Int
- }