OBJECT
InHouseSubject
A code from the client in house subjects list
link GraphQL Schema definition
- type InHouseSubject implements SubjectCode {
- # Whether the schema maintainers consider the code active or not
- Boolean! :
- # The identifying code
- String :
- # The text description of the subject code
- String :
- # Whether the code is the main one in this scheme for the work
- Boolean! @deprecated( reason: "Multiple main codes can now be defined within the schema" ) :
- # The notes associated with the code
- String :
- # The parent, grandparent, and subsequent ancestor categories, if any
- InHouseSubject!] : [
- # The parent of this current code, if one exists
- String :
- # The scheme under which the code was issued
- SubjectCodeSchemeCategory! :
- }