OBJECT
BIC
A code from the BIC schema
link GraphQL Schema definition
- type BIC 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
- : [BIC!]!
- # The parent of this current code, if one exists
- : String
- # The scheme under which the code was issued
- : SubjectCodeSchemeCategory!
- }