ENUM

OrderTemplate_WhereGroup_Fields

Where group options for OrderTemplate. Matches when any field in the array is met

link GraphQL Schema definition

  • enum OrderTemplate_WhereGroup_Fields {
  • # The name of the order template.
  • name
  • # Filters to order templates that have been deleted. Defaults to false
  • show_deleted
  • }