OBJECT
Subject
link GraphQL Schema definition
- type Subject {
- # ancestors of this subject
- : [Subject!]
- # direct children of this subject
- : [Subject!]
- # array of definitions (usually just one)
- : [String!]
- # expanded names are used only for Elasticsearch
- : [String!]
- # fairsharing_records tagged with this tag
- : [FairsharingRecordSummary!]
- # ID of this tag
- : Int!
- # unique IRI of the tag
- : String!
- # label, to be used as the displayed name of the tag
- : String!
- # direct parents of this subject
- : [Subject!]
- # array of synonyms for this tag
- : [String!]
- # top level ancestors of this subject
- : [Subject!]
- }