INPUT_OBJECT
CreateOrUpdateAccountInput
link GraphQL Schema definition
- input CreateOrUpdateAccountInput {
- String :
- # Unique identifier of entity.
- ID :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- CreateCloudObjectInput :
- # Field whose values are strictly defined with an enumeration of values.
- AccountClassEnum :
- # Relation to single entity instance.
- ID :
- # Multi-line text input field.
- String :
- # Simple text input field.
- String :
- # Multi-line text input field.
- String :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- String :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Email address.
- String :
- # Email address.
- String :
- # Email address.
- String :
- # Email address.
- String :
- # Email address.
- String :
- # URL - HTTP address.
- String :
- # Relation to single entity instance.
- ID :
- # Boolean value.
- Boolean :
- # Name of the entity and its default text representation.
- String :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # 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 :
- # Field whose values are strictly defined with an enumeration of values.
- ShareModeEnum :
- # 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)
- #
- UpdateAccountSocialRelationNoIdBackrefInput :
- # Relations to SalesUnits.
- CreateAccountSharingSalesUnitRelationNoAccountBackrefInput!] : [
- # Relations to Clients.
- CreateAccountSharingClientRelationNoAccountBackrefInput!] : [
- # Relations to CloudObjects.
- CreateCloudObjectRelationNoBackrefInput!] : [
- Boolean :
- # Relations to Tags.
- CreateTagRelationNoAccountBackrefInput!] : [
- # Relations to Profiles.
- CreateProfileRelationNoAccountBackrefInput!] : [
- }