OBJECT
ProductEntity
link GraphQL Schema definition
- type ProductEntity {
- # 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
- : CloudObjectEntity
- : ProductCategoryEntity
- : ProductTypeEntity
- # Field whose values are strictly defined with an enumeration of values.
- : AccessPipelinesEnum
- # Relation to single entity instance.
- : ID
- # 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
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Revision when entity was lastly changed.
- : Int
- # Relations to Pipelines.
- #
- # Arguments
- # filter: Filter Pipeline relations by target Pipeline
- # attributes.
- # filterEdge: Filter ProductPipelineRelation relations by edge
- # (relation) ProductPipelineRelation attributes.
- # orderBy: Order Pipeline relations by target Pipeline
- # 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.
- (
- : PipelineFilterInput,
- : ProductPipelineRelationFilterInput,
- : [PipelineOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ProductPipelineRelationEntityConnection
- # Configuration of Pipelines where the Product can be used.
- : ProductPipelinesObject
- : String!
- : UUID!
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- # Returns price of product for specific price list. If price_list == null then
- # returns 0
- #
- # Arguments
- # priceListId: [Not documented]
- # currencyId: [Not documented]
- (: ID, : ID): Float
- }
link Require by
- CallEntitynull
- CreateProductPayloadnull
- CustomEntityRelationDataEntitynull
- DeleteProductPayloadnull
- OpptyProductRelationEntitynull
- ProductDataExRelationEntitynull
- ProductEntityEdgeA Relay edge containing a `ProductEntity` and its cursor.
- ProductPipelineRelationEntitynull
- ProductPriceListPriceEntitynull
- ProductRepositorynull
- UpdateProductPayloadnull