INTERFACE

HyperLinked

Top level interface to be implemented by all GraphQL types that support providing navigation hyperlinks within the response.

link GraphQL Schema definition

  • interface HyperLinked {
  • hyperlinks: [HyperLink!]
  • }