OBJECT

ListChart

link GraphQL Schema definition

  • type ListChart {
  • # Identifier of the field the list is sorted by.
  • sortBy: ID!
  • # Sort direction applied to sortBy: Asc or Desc.
  • sortOrder: SortOrder!
  • }