INPUT_OBJECT
UpdateOnlineFormInput
link GraphQL Schema definition
- input UpdateOnlineFormInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the exchange rate list.
- : ID
- # Id of the linked email record, when available.
- : ID
- # Ids of the fields included in the form when this submission was captured, as a
- # JSON array of field ids (UUIDs).
- : JSONString
- # Id of the online form definition.
- : ID
- # Id of the selected currency.
- : ID
- # Id of the selected price list.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Accounts the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Contacts the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Leads the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Opportunities the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Quotes the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Projects the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- # Custom entity records the submission was linked to.
- : [CreateOnlineFormRelationNoOnlineFormBackrefInput!]
- }