OBJECT
Thema
A code from the Thema schema
link GraphQL Schema definition
- type Thema 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 category is an educational purpose qualifier
- Boolean :
- # Whether the category is a geographical qualifier
- Boolean :
- # Whether the category is an interest qualifier
- Boolean :
- # The issue number at which this code was added
- String :
- # Whether the category is a language qualifier
- Boolean :
- # 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
- Thema!]! : [
- # The parent category of this current code, if one exists
- Thema :
- # The parent of this current code, if one exists
- String :
- # The scheme under which the code was issued
- SubjectCodeSchemeCategory! :
- # Whether the category should be accompanied by an educational purpose qualifier
- Boolean :
- # Whether the category should be accompanied by a geographic qualifier
- Boolean :
- # Whether the category should be accompanied by an interest qualifier
- Boolean :
- # Whether the category should be accompanied by a language qualifier
- Boolean :
- # Whether the category should be accompanied by a style qualifier
- Boolean :
- # Whether the category should be accompanied by a time period qualifier
- Boolean :
- # Whether the category is a style qualifier
- Boolean :
- # Whether the category is a time period qualifier
- Boolean :
- }