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