INPUT_OBJECT
UpdateContactInput
link GraphQL Schema definition
- input UpdateContactInput {
- String :
- # Unique identifier of entity.
- ID! :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- CreateCloudObjectInput :
- # Multi-line text input field.
- String :
- # Simple text input field.
- String :
- # Multi-line text input field.
- String :
- # Relation to single entity instance.
- ID :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- String :
- # Relation to single entity instance.
- ID :
- # Email address.
- String :
- # Email address.
- String :
- # Email address.
- String :
- # Email address.
- String :
- # Email address.
- String :
- # Simple text input field.
- String :
- # Field whose values are strictly defined with an enumeration of values.
- GenderEnum :
- # Boolean value.
- Boolean :
- # Simple text input field.
- String :
- # Simple text input field.
- String :
- # Relation to single entity instance.
- ID :
- # Phone number.
- String :
- # Phone number.
- String :
- # Phone number.
- String :
- # Phone number.
- String :
- # Phone number.
- String :
- # Relation to single entity instance.
- ID :
- # Simple text input field.
- String :
- # Simple text input field.
- String :
- # Field whose values are strictly defined with an enumeration of values.
- ShareModeEnum :
- # Simple text input field.
- String :
- # Simple text input field.
- String :
- # Relation to single entity instance.
- ID :
- # Simple text input field.
- String :
- JSONString :
- # Revision when entity was lastly changed.
- Int :
- # Relation field where both sides cardinality is one.
- #
- # The foreign field of the pair is immutable and read-only. (Recurrence sticks to
- # same oppty forever.),
- #
- # also OpptyRecurrence.oppty column is unique.
- #
- # E.g. Oppty.recurrence <-> foreign(OpptyRecurrence.oppty)
- #
- UpdateContactSocialRelationNoIdBackrefInput :
- # Relations to Accounts.
- CreateContactAccountRelationNoContactBackrefInput!] : [
- # Relations to SalesUnits.
- CreateContactSharingSalesUnitRelationNoContactBackrefInput!] : [
- # Relations to Clients.
- CreateContactSharingClientRelationNoContactBackrefInput!] : [
- # Relations to CloudObjects.
- CreateCloudObjectRelationNoBackrefInput!] : [
- String :
- String :
- String :
- UUID!] : [
- String :
- Boolean :
- # Relations to Tags.
- CreateTagRelationNoContactBackrefInput!] : [
- String :
- }