OBJECT
MemoEntity
link GraphQL Schema definition
- type MemoEntity {
- # 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 :
- ClientEntity :
- # 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.
- #
- String! :
- # Revision when entity was lastly changed.
- Int :
- # Relations to SalesUnits.
- #
- # Arguments
- # filter: Filter SalesUnit relations by target SalesUnit
- # attributes.
- # filterEdge: Filter MessageSharingSalesUnitRelation relations by
- # edge (relation) MessageSharingSalesUnitRelation 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, :
- MessageSharingSalesUnitRelationFilterInput, :
- SalesUnitOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageSharingSalesUnitRelationEntityConnection
- # Relations to Clients.
- #
- # Arguments
- # filter: Filter Client relations by target Client attributes.
- # filterEdge: Filter MessageSharingClientRelation relations by
- # edge (relation) MessageSharingClientRelation 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, :
- MessageSharingClientRelationFilterInput, :
- ClientOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageSharingClientRelationEntityConnection
- # Relations to Accounts.
- #
- # Arguments
- # filter: Filter Account relations by target Account attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation 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, :
- MessageRelationFilterInput, :
- AccountOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # Relations to Contacts.
- #
- # Arguments
- # filter: Filter Contact relations by target Contact attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation 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, :
- MessageRelationFilterInput, :
- ContactOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # Relations to Projects.
- #
- # Arguments
- # filter: Filter Project relations by target Project attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation 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, :
- MessageRelationFilterInput, :
- ProjectOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # Relations to Leads.
- #
- # Arguments
- # filter: Filter Lead relations by target Lead attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation 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, :
- MessageRelationFilterInput, :
- LeadOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # Relations to Quotes.
- #
- # Arguments
- # filter: Filter Quote relations by target Quote attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation 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, :
- MessageRelationFilterInput, :
- QuoteOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # Relations to Opportunitys.
- #
- # Arguments
- # filter: Filter Opportunity relations by target Opportunity
- # attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation 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, :
- MessageRelationFilterInput, :
- OpportunityOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # Relations to CustomEntitys.
- #
- # Arguments
- # filter: Filter CustomEntity relations by target CustomEntity
- # attributes.
- # filterEdge: Filter MessageRelation relations by edge (relation)
- # MessageRelation attributes.
- # orderBy: Order CustomEntity relations by target CustomEntity
- # 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.
- (
- CustomEntityFilterInput, :
- MessageRelationFilterInput, :
- CustomEntityOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MessageRelationEntityConnection
- # 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 MemoComments.
- #
- # Arguments
- # filter: Filter MemoComment relations by target MemoComment
- # attributes.
- # orderBy: Order MemoComment relations by target MemoComment
- # 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.
- (
- MemoCommentFilterInput, :
- MemoCommentOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): MemoCommentEntityConnection
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- }
link Require by
- ClientStoryReadEntitynull
- CloudObjectRelationEntitynull
- CreateMemoPayloadnull
- DeleteMemoPayloadnull
- MemoCommentEntitynull
- MemoEntityEdgeA Relay edge containing a `MemoEntity` and its cursor.
- MemoRepositorynull
- MessageRelationEntitynull
- MessageSharingClientRelationEntitynull
- MessageSharingSalesUnitRelationEntitynull
- UpdateMemoPayloadnull