OBJECT
CustomEntityEntity
link GraphQL Schema definition
- type CustomEntityEntity {
- # Arguments
- # apiNames: Api names of custom fields to retrieve. All are
- # returned if not set.
- String!]): JSONString! ( : [
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- Int :
- # 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 :
- ClientEntity :
- CustomEntityTypeEntity :
- SalesUnitEntity :
- # Relation to single entity instance.
- ID :
- # Name of the entity and its default text representation.
- String :
- # Relation to single entity instance.
- ID! :
- # Field whose values are strictly defined with an enumeration of values.
- ShareModeEnum :
- # 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 :
- # Relations to SalesUnits.
- #
- # Arguments
- # filter: Filter SalesUnit relations by target SalesUnit
- # attributes.
- # filterEdge: Filter CustomEntitySharingSalesUnitRelation
- # relations by edge (relation) CustomEntitySharingSalesUnitRelation attributes.
- # orderBy: Order SalesUnit relations by target SalesUnit
- # 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.
- (
- SalesUnitFilterInput, :
- CustomEntitySharingSalesUnitRelationFilterInput, :
- SalesUnitOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): CustomEntitySharingSalesUnitRelationEntityConnection
- # Relations to Clients.
- #
- # Arguments
- # filter: Filter Client relations by target Client attributes.
- # filterEdge: Filter CustomEntitySharingClientRelation relations
- # by edge (relation) CustomEntitySharingClientRelation attributes.
- # orderBy: Order Client relations by target Client 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.
- (
- ClientFilterInput, :
- CustomEntitySharingClientRelationFilterInput, :
- ClientOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): CustomEntitySharingClientRelationEntityConnection
- # Relations to CloudObjects.
- #
- # Arguments
- # filter: Filter CloudObject relations by target CloudObject
- # attributes.
- # filterEdge: Filter CloudObjectRelation relations by edge
- # (relation) CloudObjectRelation 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, :
- CloudObjectRelationFilterInput, :
- CloudObjectOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): CloudObjectRelationEntityConnection
- # Relations to Profiles.
- #
- # Arguments
- # filter: Filter Profile relations by target Profile attributes.
- # filterEdge: Filter ProfileRelation relations by edge (relation)
- # ProfileRelation attributes.
- # orderBy: Order Profile relations by target Profile 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.
- (
- ProfileFilterInput, :
- ProfileRelationFilterInput, :
- ProfileOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): ProfileRelationEntityConnection
- Boolean! :
- # Revision when entity was lastly changed.
- Int :
- # Deferred property. Will return data only if called via get_by_id. Otherwise null
- # or empty array is used.
- UUID!]! : [
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- }
link Require by
- ActivityRelationEntitynull
- ChangeOwnershipCustomEntityPayloadnull
- ClientFavoriteEntitynull
- CloudObjectRelationEntitynull
- CopyCustomEntityPayloadnull
- CustomEntityDataExRelationEntitynull
- CustomEntityEntityEdgeA Relay edge containing a `CustomEntityEntity` and its cursor.
- CustomEntityRelationDataEntitynull
- CustomEntityRepositorynull
- CustomEntitySharingClientRelationEntitynull
- CustomEntitySharingSalesUnitRelationEntitynull
- DashboardListChartDataEntitynull
- ManageSharingCustomEntityPayloadnull
- MessageRelationEntitynull
- NoteEntitynull
- ProfileRelationEntitynull