OBJECT
type UserDefinedTag {# array of definitions (usually just one)definitions: [String!] # fairsharing_records tagged with this user_defined_tagfairsharingRecords: [FairsharingRecord!] # user_defined_tag idid: Int! # name of the user_defined_taglabel: String # array of synonyms for this tagsynonyms: [String!] }