OBJECT

CustomLinksAllowedVariables

Variables that are available to be used in Custom Links.

link GraphQL Schema definition

  • type CustomLinksAllowedVariables {
  • # The ID of the entity.
  • id: Int64Bit!
  • # A descriptive name.
  • name: String!
  • }

link Require by