OBJECT
OnlineFormEntity
link GraphQL Schema definition
- type OnlineFormEntity {
- # Arguments
- # apiNames: Api names of custom fields to retrieve. All are
- # returned if not set.
- String!]): JSONString! ( : [
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- Boolean! :
- # Unique identifier of entity.
- ID! :
- # Specifies if the entity is considered deleted.
- Boolean :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- CurrencyExchangeRatesListEntity :
- EmailEntity :
- OnlineFormTypeEntity :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- # Field containing json.
- JSONString! :
- # Relation to single entity instance.
- ID! :
- # Field whose values are strictly defined with an enumeration of values.
- ProcessStatusEnum :
- # Revision when entity was lastly changed.
- Int :
- # Relations to Accounts.
- #
- # Arguments
- # filter: Filter Account relations by target Account attributes.
- # filterEdge: Filter OnlineFormRelation relations by edge
- # (relation) OnlineFormRelation attributes.
- # orderBy: Order Account relations by target Account attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- AccountFilterInput, :
- OnlineFormRelationFilterInput, :
- AccountOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormRelationEntityConnection
- # Relations to Contacts.
- #
- # Arguments
- # filter: Filter Contact relations by target Contact attributes.
- # filterEdge: Filter OnlineFormRelation relations by edge
- # (relation) OnlineFormRelation attributes.
- # orderBy: Order Contact relations by target Contact attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- ContactFilterInput, :
- OnlineFormRelationFilterInput, :
- ContactOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormRelationEntityConnection
- # Relations to Leads.
- #
- # Arguments
- # filter: Filter Lead relations by target Lead attributes.
- # filterEdge: Filter OnlineFormRelation relations by edge
- # (relation) OnlineFormRelation attributes.
- # orderBy: Order Lead relations by target Lead attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- LeadFilterInput, :
- OnlineFormRelationFilterInput, :
- LeadOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormRelationEntityConnection
- # Relations to Opportunitys.
- #
- # Arguments
- # filter: Filter Opportunity relations by target Opportunity
- # attributes.
- # filterEdge: Filter OnlineFormRelation relations by edge
- # (relation) OnlineFormRelation attributes.
- # orderBy: Order Opportunity relations by target Opportunity
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- OpportunityFilterInput, :
- OnlineFormRelationFilterInput, :
- OpportunityOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormRelationEntityConnection
- # Relations to Quotes.
- #
- # Arguments
- # filter: Filter Quote relations by target Quote attributes.
- # filterEdge: Filter OnlineFormRelation relations by edge
- # (relation) OnlineFormRelation attributes.
- # orderBy: Order Quote relations by target Quote attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- QuoteFilterInput, :
- OnlineFormRelationFilterInput, :
- QuoteOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormRelationEntityConnection
- # Relations to Projects.
- #
- # Arguments
- # filter: Filter Project relations by target Project attributes.
- # filterEdge: Filter OnlineFormRelation relations by edge
- # (relation) OnlineFormRelation attributes.
- # orderBy: Order Project relations by target Project attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- ProjectFilterInput, :
- OnlineFormRelationFilterInput, :
- ProjectOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormRelationEntityConnection
- # Relations to OnlineFormActivityLogLines.
- #
- # Arguments
- # filter: Filter OnlineFormActivityLogLine relations by target
- # OnlineFormActivityLogLine attributes.
- # orderBy: Order OnlineFormActivityLogLine relations by target
- # OnlineFormActivityLogLine attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- OnlineFormActivityLogLineFilterInput, :
- OnlineFormActivityLogLineOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormActivityLogLineEntityConnection
- String! :
- DateTime :
- String :
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- OnlineFormFieldAnswer!]! : [
- AccountEntity :
- ContactEntity :
- LeadEntity :
- OpportunityEntity :
- ID :
- ID :
- ID :
- }
link Require by
- CloudObjectRelationEntitynull
- CreateOnlineFormPayloadnull
- DeleteOnlineFormPayloadnull
- OnlineFormActivityLogLineEntitynull
- OnlineFormDataExRelationEntitynull
- OnlineFormEntityEdgeA Relay edge containing a `OnlineFormEntity` and its cursor.
- OnlineFormRelationEntitynull
- OnlineFormRepositorynull
- UpdateOnlineFormPayloadnull