INPUT_OBJECT
UpdateClientInput
link GraphQL Schema definition
- input UpdateClientInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : ClientTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # Relations to SalesUnits.
- : [CreateSalesUnitClientRelationNoClientBackrefInput!]
- # Relations to Appointments.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Tasks.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Accounts.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Contacts.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Profiles.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Reports.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Leads.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- # Relations to Opportunitys.
- : [CreateClientFavoriteNoOwnerBackrefInput!]
- }