INPUT_OBJECT
CreateClientInput
link GraphQL Schema definition
- input CreateClientInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Relation to single entity instance.
- ID! :
- # Email. Readonly information from UserProfile.
- String! :
- # First name. Readonly information from UserProfile.
- String :
- # Datetime information.
- DateTime :
- # Last name. Readonly information from UserProfile.
- String :
- # Relation to single entity instance.
- ID! :
- # Middle name. Readonly information from UserProfile.
- String :
- # Phone number. Readonly information from UserProfile.
- String :
- # Simple text input field.
- String :
- # Region. Readonly information from UserProfile.
- String :
- # Timezone offset (DEPRECATED)Readonly information from UserProfile.
- 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!] : [
- }