OBJECT

HyperlinkQuery

represents the top level query node for querying hyperlinks belonging to services with which Ensemble interacts. the returned hyperlinks help navigation to the home pages or landing pages belonging to the respective services

link GraphQL Schema definition

  • type HyperlinkQuery implements HyperLinked {
  • # query global hyperlinks
  • #
  • # Arguments
  • # namespace: [Not documented]
  • hyperlinks(namespace: [String!]): [HyperLink!]
  • }

link Require by