OBJECT

Tag

link GraphQL Schema definition

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

link Require by