INPUT_OBJECT

HyperLinkInput

Defines a HyperLinkInput

link GraphQL Schema definition

  • input HyperLinkInput {
  • # String representing the description for the hyperlink
  • description: String
  • # String representing the display name for the hyperlink
  • displayName: String
  • # The hyperlink URL including any query parameters
  • url: String!
  • }