OBJECT
Dewey
A code from the Dewey Decimal Classification system
link GraphQL Schema definition
- type Dewey implements SubjectCode {
- # The identifying code
- String :
- # The text description of the subject code
- String :
- # The code division (second level)
- String :
- # The division description
- 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 code class (top level)
- String :
- # The class description
- String :
- # The scheme under which the code was issued
- SubjectCodeSchemeCategory! :
- # The code section (third level)
- String :
- }
link Require by
This element is not required by anyone