OBJECT
SUBJECT_TYPE
This GQL type exists because the domain type 'SUBJECT' can be instantiated and is the parent of another domain type and is therefore needed as GQL interface and GQL type.
link GraphQL Schema definition
- type SUBJECT_TYPE implements AUTHORIZABLE, SUBJECT {
- : SUBJECT
- : CUSTOMER
- # The account groups assigned to the authorizable
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [ACCOUNTGROUP]
- : Long
- : SUBJECT
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [ROLE]
- : DateTime
- : String
- : [FEATUREMODIFICATIONINFO]
- # The authorizable can create orders even in case the order has expired features
- : Boolean
- # Patronas applications the subject or user is authorized to access.
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CUSTOMENUMLITERAL]
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [PERMISSIONINCONTEXT]
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CUSTOMER]
- : UUID
- # Defines if the authorizable is permitted to manage CRE code.
- : State
- : DateTime
- : SUBJECT
- : DateTime
- # Defines if the authorizable is permitted to read all account segements and
- # related data.
- : State
- # Defines if the authorizable is permitted to execute and revert corporate
- # actions.
- : State
- : [BASICPERMISSION]
- : SUBJECT
- : SUBJECT
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- : [OrderBy],
- : Boolean
- ): [ACCOUNTSEGMENT]
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [MESSAGETYPECONFIG]
- # Arguments
- # range: [Not documented]
- # includeDeleted: [Not documented]
- (
- : Range,
- : Boolean
- ): PageAccountSegments
- : Long
- }