ENUM

CustomLinkModel

A model that can have CustomLinks associated with it.

link GraphQL Schema definition

  • enum CustomLinkModel {
  • # A customer account.
  • Account
  • # A ticket.
  • Ticket
  • }