OBJECT
TargetEntity
link GraphQL Schema definition
- type TargetEntity {
- # 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 :
- CurrencyEntity :
- ClientEntity :
- ClientEntity :
- # Field whose values are strictly defined with an enumeration of values.
- TargetCalculationTypeEnum :
- # Relation to single entity instance.
- ID :
- # Multi-line text input field.
- String :
- # Boolean value.
- Boolean! :
- # Name of the entity and its default text representation.
- String! :
- # Relation to single entity instance.
- ID! :
- # Date information.
- Date :
- # Date information.
- Date :
- TargetsSettings! :
- # Relation to single entity instance.
- ID :
- # Field whose values are strictly defined with an enumeration of values.
- TargetTypeEnum :
- # Revision when entity was lastly changed.
- Int :
- Float :
- Date :
- Date :
- Int! :
- TargetStatusEnum :
- Date :
- Int! :
- TargetsPeriodTypeEnum! :
- # Returns if current target has any non-deleted parent group target.
- Boolean! :
- # Relations to Targets.
- #
- # Arguments
- # filter: Filter Target relations by target Target attributes.
- # filterEdge: Filter TargetRelation relations by edge (relation)
- # TargetRelation attributes.
- # orderBy: Order Target relations by target Target 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.
- (
- TargetFilterInput, :
- TargetRelationFilterInput, :
- TargetOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): TargetRelationEntityConnection
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- # Arguments
- # period: [Not documented]
- PeriodOptionParams): Int! ( :
- TargetsIndicators! :
- # Arguments
- # includeChildIds: [Not documented]
- UUID]): [TargetsCurrentMetrics]! ( : [
- # Arguments
- # includeChildIds: [Not documented]
- UUID]): Float! ( : [
- # Arguments
- # metric: [Not documented]
- # granularity: [Not documented]
- # includeChildIds: [Not documented]
- (
- TargetsMetricEnum!, :
- TargetsChartGranularityEnum!, :
- UUID] : [
- ): [TargetsUserChartData!]!
- # If group target -> null else period of target!
- TargetsAbsolutePeriod :
- # Returns if period.type and period.year can be updated - Child of inactive group
- # is dependent on the group
- Boolean! :
- # Returns if period.fragment_type can be updated - Child of inactive group is
- # dependent on the group!
- Boolean! :
- # Returns if settings.filter and settings.pipeline_lead_process_id can be changed
- # - Child of inactive group is dependent on the group
- Boolean! :
- # Indicate if target_client can be changed.
- Boolean! :
- }