OBJECT
Tag
link GraphQL Schema definition
- type Tag {
- # array of definitions (usually just one)
- : [String!]
- # expanded names are used only for Elasticsearch
- : [String!]
- # ID of this tag
- : Int!
- # is this domain allowed to be shown to users
- : Boolean!
- # unique IRI of the tag
- : String
- # label, to be used as the displayed name of the tag
- : String!
- # class of this tag, i.e. domain, subject etc.
- : String!
- # direct parents of this subject
- : [Subject!]
- # array of synonyms for this tag
- : [String!]
- }