OBJECT
Domain
link GraphQL Schema definition
- type Domain {
- # ancestors of this domain
- : [Domain!]
- # direct children of this domain
- : [Domain!]
- # 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!
- # 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!
- # direct parents of this domain
- : [Domain!]
- # array of synonyms for this tag
- : [String!]
- # top level ancestors of this domain
- : [Domain!]
- }