INPUT_OBJECT
CreateClientStoryReadInput
link GraphQL Schema definition
- input CreateClientStoryReadInput {
- : String
- # 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
- }