OBJECT
DOMAINCLASS_TYPE
This GQL type exists because the domain type 'DOMAINCLASS' 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 DOMAINCLASS_TYPE implements DOMAINCLASS, ABSTRACTDOMAINCLASS {
- : Type
- # All features of the domain class
- #
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [FEATURE]
- : ABSTRACTDOMAINCLASS
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [FEATURE]
- : Long
- : Long
- }