OBJECT
StepEntity
link GraphQL Schema definition
- type StepEntity {
- # 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 :
- LeadProcessEntity :
- PipelineEntity :
- QuoteProcessEntity :
- # Multi-line text input field.
- String :
- # Boolean value.
- Boolean :
- # Boolean value.
- Boolean :
- # Relation to single entity instance.
- ID :
- # Name of the entity and its default text representation.
- String! :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID :
- Int! :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int :
- # Revision when entity was lastly changed.
- Int :
- # Relations to CloudObjects.
- #
- # Arguments
- # filter: Filter CloudObject relations by target CloudObject
- # attributes.
- # filterEdge: Filter CloudObjectStepRelation relations by edge
- # (relation) CloudObjectStepRelation attributes.
- # orderBy: Order CloudObject relations by target CloudObject
- # 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.
- (
- CloudObjectFilterInput, :
- CloudObjectStepRelationFilterInput, :
- CloudObjectOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): CloudObjectStepRelationEntityConnection
- # Relations to StepChecklists.
- #
- # Arguments
- # filter: Filter StepChecklist relations by target StepChecklist
- # attributes.
- # orderBy: Order StepChecklist relations by target StepChecklist
- # 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.
- (
- StepChecklistFilterInput, :
- StepChecklistOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): StepChecklistEntityConnection
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- }
link Require by
- CloudObjectStepRelationEntitynull
- CreateStepPayloadnull
- LeadEntitynull
- LeadProcessEntitynull
- OpportunityEntitynull
- OpptyRecurrenceEntitynull
- PipelineEntityPipeline entity.
- QuoteEntitynull
- QuoteProcessEntitynull
- StepChecklistEntitynull
- StepEntityEdgeA Relay edge containing a `StepEntity` and its cursor.
- StepRepositorynull
- TimeframeEntitynull
- UpdateStepPayloadnull